netcdf: 4.4.1.1 -> 4.6.0
This commit is contained in:
parent
024fb7e9b3
commit
ef8f08dd4c
@ -9,13 +9,15 @@ let
|
||||
mpiSupport = hdf5.mpiSupport;
|
||||
mpi = hdf5.mpi;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "netcdf-4.4.1.1";
|
||||
name = "netcdf-4.6.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
|
||||
sha256 = "1blc7ik5yin7i0ls2kag0a9xjk12m0dzx6v1x88az3ras3scci2d";
|
||||
url = "https://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
|
||||
sha256 = "099qmdjj059wkj5za13zqnz0lcziqkcvyfdf894j4n6qq4c5iw2b";
|
||||
};
|
||||
|
||||
buildInputs = [ hdf5 m4 curl mpi];
|
||||
nativeBuildInputs = [ m4 ];
|
||||
buildInputs = [ hdf5 curl mpi ];
|
||||
|
||||
passthru = {
|
||||
mpiSupport = mpiSupport;
|
||||
@ -31,5 +33,6 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
homepage = https://www.unidata.ucar.edu/software/netcdf/;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user