netcdf: enable szip with libaec
hdf5 did that in merge 4fcc02b9c which casued failure:
https://hydra.nixos.org/build/328852032/nixlog/1/tail
so I assume we simply do the same with netcdf.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
bzip2,
|
||||
libzip,
|
||||
zstd,
|
||||
szipSupport ? false,
|
||||
szip,
|
||||
szipSupport ? hdf5.szipSupport,
|
||||
libaec,
|
||||
libxml2,
|
||||
m4,
|
||||
curl, # for DAP
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libzip
|
||||
zstd
|
||||
]
|
||||
++ lib.optional szipSupport szip
|
||||
++ lib.optional szipSupport libaec
|
||||
++ lib.optional mpiSupport mpi;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user