Skip to content

Commit f201ecd

Browse files
authored
acts: add v44.2.0 (spack#2443)
This commit adds v44.2.0 of the ACTS package. Building the ODD variant is temporarily disabled, as the new release of ACTS unconditionally fetches this from the internet.
1 parent 1f48abe commit f201ecd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repos/spack_repo/builtin/packages/acts/package.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class Acts(CMakePackage, CudaPackage):
5050

5151
# Supported Acts versions
5252
version("main", branch="main")
53+
version("44.2.0", commit="c3d440eb1e441fcd15995b8af87ea1497e0cc126")
5354
version("44.1.0", commit="9c79dd801e4ab1e2485c3198cc6b987ec1369e5b", submodules=submodules)
5455
version("44.0.1", commit="404f40aaa6211231b6c6726a364b08134a2e3fa4", submodules=submodules)
5556
version("44.0.0", commit="d5d65c794d3676034f37d89e555c131b5b7ad807", submodules=submodules)
@@ -499,6 +500,10 @@ class Acts(CMakePackage, CudaPackage):
499500
# See https://github.com/acts-project/acts/pull/4631
500501
conflicts("+gnn ~cuda", when="@:44.0")
501502

503+
# The ODD package is fetched via the internet by the build system, which
504+
# cannot be disabled.
505+
conflicts("+odd", when="@44.2.0:")
506+
502507
def cmake_args(self):
503508
spec = self.spec
504509

0 commit comments

Comments
 (0)