Skip to content

Commit

Permalink
move from zlib to zlib-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Mar 2, 2024
1 parent 82b1e08 commit 254a93b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
jpeg: [libjpeg-turbo]
lapack: [openblas]
yacc: [bison]
zlib-api: [zlib]
zlib-api: [zlib-ng]
#
# This version of awscli goes with [email protected]
awscli:
Expand Down Expand Up @@ -275,8 +275,6 @@
version: ['1.2.0']
yafyaml:
version: ['1.2.0']
zlib:
version: ['1.2.13']
zstd:
version: ['1.5.2']
variants: +programs
2 changes: 1 addition & 1 deletion spack
2 changes: 1 addition & 1 deletion spack-ext/repos/spack-stack/packages/base-env/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BaseEnv(BundlePackage):
depends_on("curl", type="run")

# I/O
depends_on("zlib", type="run")
depends_on("zlib-api", type="run")
depends_on("hdf5", type="run")
depends_on("netcdf-c", type="run")
depends_on("netcdf-fortran", type="run")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class UfsUtilsEnv(BundlePackage):
depends_on("w3emc")
depends_on("sigio")
depends_on("sfcio")
depends_on("zlib")
depends_on("zlib-ng")
depends_on("hdf5")
depends_on("netcdf-c")
depends_on("netcdf-fortran")
Expand Down

0 comments on commit 254a93b

Please sign in to comment.