lanl-cmake-modules: new package (#27447)

Several projects have not yet added modern CMake support. This package
adds find_package support for some of these projects.
This commit is contained in:
Ben Bergen 2021-11-15 23:31:24 -07:00 committed by GitHub
parent 35bf91012f
commit 5a8271d0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,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')