From 5a8271d0c692c0ba5c05fdf5ac29c43adb4b8dfd Mon Sep 17 00:00:00 2001 From: Ben Bergen Date: Mon, 15 Nov 2021 23:31:24 -0700 Subject: 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. --- .../builtin/packages/lanl-cmake-modules/package.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 var/spack/repos/builtin/packages/lanl-cmake-modules/package.py diff --git a/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py b/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py new file mode 100644 index 0000000000..f037089e94 --- /dev/null +++ b/var/spack/repos/builtin/packages/lanl-cmake-modules/package.py @@ -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') -- cgit v1.2.3-60-g2f50