summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/geant4-data/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/geant4-data/package.py')
-rw-r--r--var/spack/repos/builtin/packages/geant4-data/package.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/geant4-data/package.py b/var/spack/repos/builtin/packages/geant4-data/package.py
index c3c91f3b32..a40f78339f 100644
--- a/var/spack/repos/builtin/packages/geant4-data/package.py
+++ b/var/spack/repos/builtin/packages/geant4-data/package.py
@@ -18,6 +18,8 @@ class Geant4Data(BundlePackage):
tags = ['hep']
+ version('11.0.0')
+ version('10.7.3')
version('10.7.2')
version('10.7.1')
version('10.7.0')
@@ -36,6 +38,18 @@ class Geant4Data(BundlePackage):
# For clarity, declare deps on a Major-Minor version basis as
# they generally don't change on the patch level
# Can move to declaring on a dataset basis if needed
+ # geant4@11.0.X
+ depends_on("g4ndl@4.6", when='@11.0.0:11.0')
+ depends_on("g4emlow@8.0", when='@11.0.0:11.0')
+ depends_on("g4photonevaporation@5.7", when='@11.0.0:11.0')
+ depends_on("g4radioactivedecay@5.6", when='@11.0.0:11.0')
+ depends_on("g4particlexs@4.0", when='@11.0.0:11.0')
+ depends_on("g4pii@1.3", when='@11.0.0:11.0')
+ depends_on("g4realsurface@2.2", when='@11.0.0:11.0')
+ depends_on("g4saiddata@2.0", when='@11.0.0:11.0')
+ depends_on("g4abla@3.1", when='@11.0.0:11.0')
+ depends_on("g4incl@1.0", when='@11.0.0:11.0')
+
# geant4@10.7.X
depends_on("g4ndl@4.6", when='@10.7.0:10.7')
depends_on("g4emlow@7.13", when='@10.7.0:10.7')