summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py
blob: f037089e94079ebc7314c8fc5138224d9d8a3a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2020 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 import *


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

    maintainers = ['tuxfan']
    homepage = 'https://tuxfan.github.io/lanl-cmake-modules'
    git      = 'https://github.com/tuxfan/lanl-cmake-modules.git'

    version('develop', branch='develop')