summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/acts-dd4hep/package.py
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2022-05-31 13:30:36 -0500
committerGitHub <noreply@github.com>2022-05-31 11:30:36 -0700
commitadc9f887eac78a81bb8189d603f4dc45ed3509c1 (patch)
treeb90eda06803da665fd6fd41c5b4d5f52ae98a01d /var/spack/repos/builtin/packages/acts-dd4hep/package.py
parent9461f482d91740584ffe99ecf7d341ce42269941 (diff)
downloadspack-adc9f887eac78a81bb8189d603f4dc45ed3509c1.tar.gz
spack-adc9f887eac78a81bb8189d603f4dc45ed3509c1.tar.bz2
spack-adc9f887eac78a81bb8189d603f4dc45ed3509c1.tar.xz
spack-adc9f887eac78a81bb8189d603f4dc45ed3509c1.zip
acts-dd4hep: new package; acts: new version (#30850)
* acts-dd4hep: new package, separated from new acts@19.1.0 * acts-dd4hep: improved versioning * acts-dd4hep: don't use curl | sha256sum * acts: new variant `odd` for Open Data Detector * acts-dd4hep: style changes
Diffstat (limited to 'var/spack/repos/builtin/packages/acts-dd4hep/package.py')
-rw-r--r--var/spack/repos/builtin/packages/acts-dd4hep/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/acts-dd4hep/package.py b/var/spack/repos/builtin/packages/acts-dd4hep/package.py
new file mode 100644
index 0000000000..0cb599c8ea
--- /dev/null
+++ b/var/spack/repos/builtin/packages/acts-dd4hep/package.py
@@ -0,0 +1,19 @@
+# Copyright 2013-2022 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 ActsDd4hep(CMakePackage):
+ """Glue library to connect Acts to DD4hep"""
+
+ homepage = "https://github.com/acts-project/acts-dd4hep"
+ url = "https://github.com/acts-project/acts-dd4hep/archive/refs/tags/v1.0.0.tar.gz"
+
+ maintainers = ['HadrianG2', 'wdconinc']
+
+ version('1.0.0', sha256='991f996944c88efa837880f919239e50d12c5c9361e220bc9422438dd608308c')
+
+ depends_on('dd4hep@1.11: +dddetectors')