Skip to content

Commit

Permalink
Merge branch 'develop' into multichain
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji authored Dec 9, 2024
2 parents d52aec5 + 97aa0d4 commit 17c17ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ packages:
hdf-eos2:
require: '@2.20v1.00'
ip:
require: '@5.0.0 precision=4,d,8'
require: '@5.1.0 precision=4,d,8'
ip2:
require: '@1.1.2'
jasper:
Expand Down
4 changes: 4 additions & 0 deletions configs/common/packages_aocc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ packages:
py-numpy:
require:
- '^openblas'
# ip@5 doesn't build with aocc@4 compilers
ip:
require:
- '%gcc'
4 changes: 2 additions & 2 deletions configs/sites/tier2/blackpearl/packages_aocc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
all:
compiler:: [[email protected]]
compiler:: [[email protected],[email protected]]
providers:
mpi:: [[email protected].3]
mpi:: [[email protected].5]
6 changes: 1 addition & 5 deletions spack-ext/repos/spack-stack/packages/neptune-env/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ class NeptuneEnv(BundlePackage):
depends_on("libyaml", type="run")
depends_on("p4est", type="run")
depends_on("w3emc", type="run")
depends_on("sp", type="run", when="%aocc")
depends_on("ip@5:", type="run", when="%apple-clang")
depends_on("ip@5:", type="run", when="%gcc")
depends_on("ip@5:", type="run", when="%intel")
depends_on("ip@5:", type="run", when="%oneapi")
depends_on("ip", type="run")
depends_on("esmf", type="run")
depends_on("nco", type="run")
depends_on("mct", type="run")
Expand Down

0 comments on commit 17c17ed

Please sign in to comment.