netcdf: 4.3.3.1 -> 4.4.1.1
This commit is contained in:
parent
3ccc139b3d
commit
05f53b83b4
@ -9,10 +9,10 @@ let
|
|||||||
mpiSupport = hdf5.mpiSupport;
|
mpiSupport = hdf5.mpiSupport;
|
||||||
mpi = hdf5.mpi;
|
mpi = hdf5.mpi;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "netcdf-4.3.3.1";
|
name = "netcdf-4.4.1.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
|
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
|
||||||
sha256 = "06ds8zm4qvjlqvv4qb637cqr0xgvbhnghrddisad5vj81s5kvpmx";
|
sha256 = "1blc7ik5yin7i0ls2kag0a9xjk12m0dzx6v1x88az3ras3scci2d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ hdf5 m4 curl mpi];
|
buildInputs = [ hdf5 m4 curl mpi];
|
||||||
|
Loading…
Reference in New Issue
Block a user