Skip to content

Commit b2ca58e

Browse files
committed
Added config to use the external zlib for the orion Intel build.
1 parent 96de96a commit b2ca58e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

configs/sites/tier1/orion/packages_intel.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
packages:
2+
# For addressing https://github.com/JCSDA/spack-stack/issues/1355
3+
# Use system zlib instead of spack-built zlib-ng
24
all:
35
compiler:: [intel@2021.9.0,gcc@12.2.0]
46
providers:
@@ -7,6 +9,16 @@ packages:
79
blas:: [openblas]
810
fftw-api:: [fftw]
911
lapack:: [openblas]
12+
zlib-api:: [zlib]
13+
14+
zlib-api:
15+
buildable: False
16+
zlib:
17+
buildable: False
18+
externals:
19+
- spec: zlib@1.2.11
20+
prefix: /usr
21+
1022
mpi:
1123
buildable: False
1224
intel-oneapi-mpi:

0 commit comments

Comments
 (0)