hdf5: use gcc7 instead of gcc8 (#40704)
This commit is contained in:
@@ -2884,6 +2884,7 @@ with pkgs;
|
|||||||
};
|
};
|
||||||
|
|
||||||
hdf5 = callPackage ../tools/misc/hdf5 {
|
hdf5 = callPackage ../tools/misc/hdf5 {
|
||||||
|
stdenv = gcc7Stdenv;
|
||||||
gfortran = null;
|
gfortran = null;
|
||||||
szip = null;
|
szip = null;
|
||||||
mpi = null;
|
mpi = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user