Skip to content

Commit

Permalink
Added config to use the external zlib for the orion Intel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
srherbener committed Jan 14, 2025
1 parent 96de96a commit b2ca58e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/sites/tier1/orion/packages_intel.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
packages:
# For addressing https://github.com/JCSDA/spack-stack/issues/1355
# Use system zlib instead of spack-built zlib-ng
all:
compiler:: [[email protected],[email protected]]
providers:
Expand All @@ -7,6 +9,16 @@ packages:
blas:: [openblas]
fftw-api:: [fftw]
lapack:: [openblas]
zlib-api:: [zlib]

zlib-api:
buildable: False
zlib:
buildable: False
externals:
- spec: [email protected]
prefix: /usr

mpi:
buildable: False
intel-oneapi-mpi:
Expand Down

0 comments on commit b2ca58e

Please sign in to comment.