summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py
blob: 7b387f27a98ffd993c677d14b18bfe7c7e6a7641 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                         



                                                                         
                           


                                     
                                                                            
 
                         

                                                     
 
                                        
# Copyright 2013-2024 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")