Adjusted versions to match bm2 installation
This commit is contained in:
parent
2e1b317f39
commit
6def6d76b7
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue