summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/acts-dd4hep/package.py
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2022-10-22 06:56:22 -0500
committerGitHub <noreply@github.com>2022-10-22 13:56:22 +0200
commit5e2f2587670f9cd7a1cad99693359158784ff410 (patch)
treee1a78de6b27701d567fa8cfedc67fd3d42ded84b /var/spack/repos/builtin/packages/acts-dd4hep/package.py
parent6d3869a7d3d300dfc98823fa3fb9e312358e9f11 (diff)
downloadspack-5e2f2587670f9cd7a1cad99693359158784ff410.tar.gz
spack-5e2f2587670f9cd7a1cad99693359158784ff410.tar.bz2
spack-5e2f2587670f9cd7a1cad99693359158784ff410.tar.xz
spack-5e2f2587670f9cd7a1cad99693359158784ff410.zip
acts: new versions (#32969)
* acts: new versions In the 20.x release line, these are the changes, https://github.com/acts-project/acts/compare/v20.0.0...v20.2.0 - `option(ACTS_SETUP_ACTSVG "Build ActSVG display plugin" OFF)` introduced in v20.1.0 - `option(ACTS_USE_SYSTEM_ACTSVG "Use the ActSVG system library" OFF)` introduced in v20.1.0 - `option(ACTS_BUILD_PLUGIN_ACTSVG "Build SVG display plugin" OFF)` introduced in v20.1.0 - `option(ACTS_USE_EXAMPLES_TBB "Use Threading Building Blocks library in examples" ON)` introduced in v20.1.0 - `option(ACTS_EXATRKX_ENABLE_ONNX "Build the Onnx backend for the exatrkx plugin" OFF)` introduced in v20.2.0 - `option(ACTS_EXATRKX_ENABLE_TORCH "Build the torchscript backend for the exatrkx plugin" ON)` introduced in v20.2.0 In the 19.x release line, these are the changes: https://github.com/acts-project/acts/compare/v19.7.0...v19.9.0 - `option(ACTS_USE_EXAMPLES_TBB "Use Threading Building Blocks library in examples" ON)` introduced in v19.8.0 The new build options have not been implemented in this commit but will be implemented next. * acts: new variant svg * actsvg: new package * actsvg: style fixes * acts: new versions 20.3.0 and 19.10.0 * astsvg: depends_on boost googletest * actsvg: new version 0.4.26 (and style fix) Includes fix to build issue when +examples, https://github.com/acts-project/actsvg/pull/23 * acts: new variant tbb when +examples @19.8:19 @20.1: * acts: set ACTS_USE_EXAMPLES_TBB * acts: no need for ACTS_SETUP_ACTSVG * acts: move tbb variant to examples block * acts: ACTS_USE_SYSTEM_ACTSDD4HEP removed in 20.3 * acts: use new ACTS_USE_SYSTEM_LIBS * acts-dd4hep: new version 1.0.1, maintainer handle fixed * acts: simplify variant tbb condition
Diffstat (limited to 'var/spack/repos/builtin/packages/acts-dd4hep/package.py')
-rw-r--r--var/spack/repos/builtin/packages/acts-dd4hep/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/acts-dd4hep/package.py b/var/spack/repos/builtin/packages/acts-dd4hep/package.py
index 3cc0431ce1..7b7f4405d8 100644
--- a/var/spack/repos/builtin/packages/acts-dd4hep/package.py
+++ b/var/spack/repos/builtin/packages/acts-dd4hep/package.py
@@ -12,8 +12,9 @@ class ActsDd4hep(CMakePackage):
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"]
+ maintainers = ["HadrienG2", "wdconinc"]
+ version("1.0.1", sha256="e40f34ebc30b3c33a6802c9d94136e65072d8dcee0b7db57a645f08a64ea5334")
version("1.0.0", sha256="991f996944c88efa837880f919239e50d12c5c9361e220bc9422438dd608308c")
depends_on("dd4hep@1.11: +dddetectors")