Adjusted versions to match bm2 installation

This commit is contained in:
Patrick Lipka 2022-09-29 16:56:46 +02:00
parent 2e1b317f39
commit 6def6d76b7
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "netcdf-c",
"default version" : "4.9.0",
"default version" : "4.7.4",
"dependencies" : "zlib,szip,curl,hdf5",
"download" : "git clone --depth 1 --branch v$VERSION https://github.com/Unidata/netcdf-c.git netcdf-c-$VERSION",
"configure" : "./configure --prefix=$PREFIX CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib $SHARED",

View File

@ -1,6 +1,6 @@
{
"name" : "netcdf-f",
"default version" : "4.6.0",
"default version" : "4.5.3",
"dependencies" : "zlib,szip,hdf5,curl,netcdf-c",
"download" : "git clone --depth 1 --branch v$VERSION https://github.com/Unidata/netcdf-fortran.git netcdf-f-$VERSION",
"configure" : "./configure --prefix=$PREFIX CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib $SHARED",