dfelibs: new package (#44860)

* dfelibs: new package

This commits adds the `dfelibs` package, which is an Acts project fork
of dfelibs.

* dfelibs: docstring typo

---------

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
This commit is contained in:
Stephen Nicholas Swatman 2024-07-03 23:37:25 +02:00 committed by GitHub
parent b4748de5a9
commit 50027d76a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,22 @@
# 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 Dfelibs(CMakePackage):
"""Acts fork of dfelibs, a header-only utility library for C++."""
homepage = "https://github.com/acts-project/dfelibs"
url = "https://github.com/acts-project/dfelibs/archive/refs/tags/v20211029.tar.gz"
maintainers("stephenswat", "wdconinc")
license("MIT", checked_by="stephenswat")
version("20231012", sha256="7127069858c2e3ce663e66f45e3f7e02ede8bbca23d90f6c89f43f5b05c44dcb")
version("20211029", sha256="65b8d536b06b550e38822905dea06d193beb703fe0e4442791f43dc087c5cbfb")
depends_on("cmake@3.8:", type="build")