geant4-data: Add latest version to make it available for geant4 (#29462)
This commit is contained in:
parent
dae656405f
commit
3448a4642a
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user