hdf5: 1.12.1 -> 1.12.2

The bin-mv.patch is applied upstream.
This commit is contained in:
Jiajie Chen 2022-07-04 14:30:22 +08:00
parent 0d7647566b
commit 8a84ef7972

View file

@ -25,7 +25,7 @@ assert !cppSupport || !mpiSupport;
let inherit (lib) optional optionals; in
stdenv.mkDerivation rec {
version = "1.12.1";
version = "1.12.2";
pname = "hdf5"
+ lib.optionalString cppSupport "-cpp"
+ lib.optionalString fortranSupport "-fortran"
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${lib.versions.majorMinor version}/hdf5-${version}/src/hdf5-${version}.tar.bz2";
sha256 = "sha256-qvn1MrPtqD09Otyfi0Cpt2MVIhj6RTScO8d1Asofjxw=";
sha256 = "sha256-Goi742ITos6gyDlyAaRZZD5xVcnckeBiZ1s/sH7jiv4=";
};
passthru = {
@ -74,8 +74,6 @@ stdenv.mkDerivation rec {
++ optionals threadsafe [ "--enable-threadsafe" "--disable-hl" ];
patches = [
./bin-mv.patch
# Avoid non-determinism in autoconf build system:
# - build time
# - build user