geant4-data: Add latest version to make it available for geant4 (#29462)

This commit is contained in:
Thomas Madlener 2022-03-21 22:14:43 +01:00 committed by GitHub
parent dae656405f
commit 3448a4642a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,9 @@ class Geant4(CMakePackage):
depends_on('cmake@3.8:', type='build', when='@10.6.0:')
depends_on('cmake@3.5:', type='build')
for _vers in ["11.0.0", "10.7.3", "10.7.2", "10.7.1", "10.7.0", "10.6.3",
"10.6.2", "10.6.1", "10.6.0", "10.5.1", "10.4.3", "10.4.0",
"10.3.3"]:
for _vers in ["10.3.3", "10.4.0", "10.4.3", "10.5.1", "10.6.0", "10.6.1",
"10.6.2", "10.6.3", "10.7.0", "10.7.1", "10.7.2", "10.7.3",
"11.0:"]:
depends_on('geant4-data@' + _vers, type='run', when='@' + _vers)
depends_on("expat")