Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 831677d

Browse files
authoredJan 15, 2025
Merge pull request #9 from srherbener/feature/orion-fix-tar
Added config to use the external zlib for the orion Intel build.
2 parents 96de96a + 5314d19 commit 831677d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎configs/sites/tier1/orion/packages.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
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+
buildable: False
11+
externals:
12+
- spec: zlib@1.2.11
13+
prefix: /usr
14+
215
autoconf:
316
externals:
417
- spec: autoconf@2.69

0 commit comments

Comments
 (0)
Please sign in to comment.