summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py
blob: 6023b4c1fff3310a613cf6fdb3cbcf9d53f234a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class LanlCmakeModules(CMakePackage):
    """CMake modules for projects that have not yet adopted modern CMake."""

    maintainers("tuxfan")
    homepage = "https://lanl.github.io/cmake-modules"
    git = "https://github.com/lanl/cmake-modules.git"

    version("develop", branch="develop")