We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96de96a commit b2ca58eCopy full SHA for b2ca58e
configs/sites/tier1/orion/packages_intel.yaml
@@ -1,4 +1,6 @@
1
packages:
2
+ # For addressing https://github.com/JCSDA/spack-stack/issues/1355
3
+ # Use system zlib instead of spack-built zlib-ng
4
all:
5
compiler:: [intel@2021.9.0,gcc@12.2.0]
6
providers:
@@ -7,6 +9,16 @@ packages:
7
9
blas:: [openblas]
8
10
fftw-api:: [fftw]
11
lapack:: [openblas]
12
+ zlib-api:: [zlib]
13
+
14
+ zlib-api:
15
+ buildable: False
16
+ zlib:
17
18
+ externals:
19
+ - spec: zlib@1.2.11
20
+ prefix: /usr
21
22
mpi:
23
buildable: False
24
intel-oneapi-mpi:
0 commit comments