eccodes 2.24.2 -> 2.27.1 https://repology.org/metapackage/eccodes/versions attrpath: eccodes Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/eccodes/default.nix b/pkgs/development/libraries/eccodes/default.nix index 54df7be6f1b..9e7e4488de1 100644 --- a/pkgs/development/libraries/eccodes/default.nix +++ b/pkgs/development/libraries/eccodes/default.nix @@ -15,11 +15,11 @@ stdenv.mkDerivation rec { pname = "eccodes"; - version = "2.24.2"; + version = "2.27.1"; src = fetchurl { url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz"; - sha256 = "sha256-xgrQ/YnhGRis4NhMAUifISIrEdbK0/90lYVqCt1hBAM="; + sha256 = "sha256-cEBaRUCnOUye3IWlWrvm/iFGeNcazSVDSH7r68nha6w="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A eccodes nix build failed. -- Feature JPG_LIBJASPER enabled -- Feature JPG_LIBOPENJPEG enabled -- Found ZLIB: /nix/store/04c0b1rmi9r6k9sl69a4gw3mhp3b5q2n-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found PNG: /nix/store/aixigbah5qlmih1ds47mgx0q4rpnlbkd-libpng-apng-1.6.39/lib/libpng.so (found version "1.6.39") -- eccodes FOUND PNG -- PNG_INCLUDE_DIRS : [/nix/store/ybdcvykic692576vhs81z9wzra91ah1a-libpng-apng-1.6.39-dev/include /nix/store/2v7ip5fqwhp5r00xhvhgixi80wm932zn-zlib-1.2.13-dev/include] -- PNG_LIBRARIES : [/nix/store/aixigbah5qlmih1ds47mgx0q4rpnlbkd-libpng-apng-1.6.39/lib/libpng.so /nix/store/04c0b1rmi9r6k9sl69a4gw3mhp3b5q2n-zlib-1.2.13/lib/libz.so] -- Found package PNG required for feature PNG -- Feature PNG enabled -- Found NetCDF: /nix/store/d6cfigxppl877za9qh3gbl0ryxy4wxij-netcdf-4.9.0/include (found version "4.9.0") -- FindNetCDF defines targets: -- - NetCDF::NetCDF_C [/nix/store/d6cfigxppl877za9qh3gbl0ryxy4wxij-netcdf-4.9.0/lib/libnetcdf.so] -- eccodes FOUND NetCDF (found version "4.9.0") -- Found package NetCDF required for feature NETCDF -- Feature NETCDF enabled -- Could NOT find AEC (missing: AEC_LIBRARY AEC_INCLUDE_DIR) CMake Error at cmake/ecbuild_log.cmake:190 (message): CRITICAL - AEC library was not found. AEC (Adaptive Entropy Coding) provides the WMO GRIB CCSDS compression and decompression of data. This is highly recommended from ecCodes >= 2.25.0 To force the build without it, use -DENABLE_AEC=OFF Call Stack (most recent call first): CMakeLists.txt:129 (ecbuild_critical)  -- Configuring incomplete, errors occurred! See also "/build/eccodes-2.27.1-Source/build/CMakeFiles/CMakeOutput.log". See also "/build/eccodes-2.27.1-Source/build/CMakeFiles/CMakeError.log".