Skip to content

Commit

Permalink
acts: add GeoModel dependency (spack#45859)
Browse files Browse the repository at this point in the history
This commit adds a dependency on GeoModel 4.6.0 when the GeoModel plugin
is enabled. Note that the dependency is upgraded to 6.3.0 in Acts
36.1.0, but that will need to be covered in spack#45851.
  • Loading branch information
stephenswat authored Aug 21, 2024
1 parent aa5b17c commit f93595b
Showing 1 changed file with 1 addition 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 @@ -343,6 +343,7 @@ class Acts(CMakePackage, CudaPackage):
depends_on("eigen @3.3.7:3.3.99", when="@:15.0")
depends_on("geant4", when="+fatras_geant4")
depends_on("geant4", when="+geant4")
depends_on("geomodel @4.6.0:", when="+geomodel")
depends_on("git-lfs", when="@12.0.0:")
depends_on("gperftools", when="+profilecpu")
depends_on("gperftools", when="+profilemem")
Expand Down

0 comments on commit f93595b

Please sign in to comment.