acts: add GeoModel dependency (#45859)

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 #45851.
This commit is contained in:
Stephen Nicholas Swatman 2024-08-21 19:27:54 +02:00 committed by GitHub
parent aa5b17ceb5
commit f93595ba2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")