We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96de96a + 5314d19 commit 831677dCopy full SHA for 831677d
configs/sites/tier1/orion/packages.yaml
@@ -1,4 +1,17 @@
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
+ providers:
6
+ zlib-api:: [zlib]
7
+ zlib-api:
8
+ buildable: False
9
+ zlib:
10
11
+ externals:
12
+ - spec: zlib@1.2.11
13
+ prefix: /usr
14
+
15
autoconf:
16
externals:
17
- spec: autoconf@2.69
0 commit comments