Skip to content

Commit 6cc18d5

Browse files
committed
Merge branch 'develop' of https://github.com/jcsda/spack-stack into feature/unpin_update_common_packages
2 parents 02ccc78 + 97aa0d4 commit 6cc18d5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

configs/common/packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ packages:
134134
hdf-eos2:
135135
require: '@2.20v1.00'
136136
ip:
137-
require: '@5.0.0 precision=4,d,8'
137+
require: '@5.1.0 precision=4,d,8'
138138
ip2:
139139
require: '@1.1.2'
140140
jasper:

configs/common/packages_aocc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ packages:
1313
py-numpy:
1414
require:
1515
- '^openblas'
16+
# ip@5 doesn't build with aocc@4 compilers
17+
ip:
18+
require:
19+
- '%gcc'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
packages:
22
all:
3-
compiler:: [[email protected]]
3+
44
providers:
5-
5+

spack-ext/repos/spack-stack/packages/neptune-env/package.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ class NeptuneEnv(BundlePackage):
3131
depends_on("libyaml", type="run")
3232
depends_on("p4est", type="run")
3333
depends_on("w3emc", type="run")
34-
depends_on("sp", type="run", when="%aocc")
35-
depends_on("ip@5:", type="run", when="%apple-clang")
36-
depends_on("ip@5:", type="run", when="%gcc")
37-
depends_on("ip@5:", type="run", when="%intel")
38-
depends_on("ip@5:", type="run", when="%oneapi")
34+
depends_on("ip", type="run")
3935
depends_on("esmf", type="run")
4036
depends_on("nco", type="run")
4137
depends_on("mct", type="run")

0 commit comments

Comments
 (0)