Skip to content

Commit

Permalink
acts dependencies: new versions as of 2024/09/23 (spack#46538)
Browse files Browse the repository at this point in the history
This commit adds some new versions of acts, detray, and vecmem.
  • Loading branch information
stephenswat authored Sep 23, 2024
1 parent 5b77ce1 commit 44215de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/acts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Acts(CMakePackage, CudaPackage):
# Supported Acts versions
version("main", branch="main")
version("master", branch="main", deprecated=True) # For compatibility
version("36.3.1", commit="b58e5b0c33fb8423ce60a6a45f333edd0d178acd", submodules=True)
version("36.3.0", commit="3b875cebabdd10462e224279558429f49ed75945", submodules=True)
version("36.2.0", commit="e2fb53da911dc481969e56d635898a46b8d78df9", submodules=True)
version("36.1.0", commit="3f19d1a0eec1d11937d66d0ef603f0b25b9b4e96", submodules=True)
Expand Down
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/detray/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Detray(CMakePackage):

license("MPL-2.0", checked_by="stephenswat")

version("0.75.2", sha256="249066c138eac4114032e8d558f3a05885140a809332a347c7667978dbff54ee")
version("0.74.2", sha256="9fd14cf1ec30477d33c530670e9fed86b07db083912fe51dac64bf2453b321e8")
version("0.73.0", sha256="f574016bc7515a34a675b577e93316e18cf753f1ab7581dcf1c8271a28cb7406")
version("0.72.1", sha256="6cc8d34bc0d801338e9ab142c4a9884d19d9c02555dbb56972fab86b98d0f75b")
Expand Down Expand Up @@ -92,6 +93,7 @@ def cmake_args(self):
self.define("DETRAY_SETUP_GOOGLETEST", False),
self.define("DETRAY_SETUP_BENCHMARK", False),
self.define("DETRAY_BUILD_TUTORIALS", False),
self.define("DETRAY_BUILD_TEST_UTILS", True),
]

return args
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/vecmem/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Vecmem(CMakePackage, CudaPackage):

license("MPL-2.0-no-copyleft-exception")

version("1.8.0", sha256="d04f1bfcd08837f85c794a69da9f248e163985214a302c22381037feb5b3a7a9")
version("1.7.0", sha256="ff4bf8ea86a5edcb4a1e3d8dd0c42c73c60e998c6fb6512a40182c1f4620a73d")
version("1.6.0", sha256="797b016ac0b79bb39abad059ffa9f4817e519218429c9ab4c115f989616bd5d4")
version("1.5.0", sha256="5d7a2d2dd8eb961af12a1ed9e4e427b89881e843064ffa96ad0cf0934ba9b7ae")
Expand Down

0 comments on commit 44215de

Please sign in to comment.