diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2022-12-12 08:11:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 07:11:42 -0700 |
commit | 1466f8d60268148a75c5aacb8914943def06fea1 (patch) | |
tree | b3567fe4f7c9d0bb9f8d1abea4baa60c3f510630 | |
parent | 9fdb36585f083133232686015903c022ea653980 (diff) | |
download | spack-1466f8d60268148a75c5aacb8914943def06fea1.tar.gz spack-1466f8d60268148a75c5aacb8914943def06fea1.tar.bz2 spack-1466f8d60268148a75c5aacb8914943def06fea1.tar.xz spack-1466f8d60268148a75c5aacb8914943def06fea1.zip |
geant4-data: depends_on g4emlow@7.9.1 when @10.6 (#34444)
Per https://geant4.web.cern.ch/node/1837 the correct dependency for 10.6 is on `g4emlow@7.9.1`, not on both `g4emlow@7.9` and `g4emlow@7.9.1`.
This is a minor cosmetic fix. The concretization for 10.6 works just fine here. But this removes the duplicate entry.
-rw-r--r-- | var/spack/repos/builtin/packages/geant4-data/package.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/geant4-data/package.py b/var/spack/repos/builtin/packages/geant4-data/package.py index bbb4a885d0..7bd1f7aa6e 100644 --- a/var/spack/repos/builtin/packages/geant4-data/package.py +++ b/var/spack/repos/builtin/packages/geant4-data/package.py @@ -86,7 +86,6 @@ class Geant4Data(BundlePackage): ], "10.6.0:10.6": [ "g4ndl@4.6", - "g4emlow@7.9", "g4emlow@7.9.1", "g4photonevaporation@5.5", "g4radioactivedecay@5.4", |