netcdf configuration updated

This commit is contained in:
Patrick Lipka 2022-09-28 11:29:37 +02:00
parent 15aef59573
commit 9c617dc90a
2 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,10 @@
{ {
"name" : "netcdf-c", "name" : "netcdf-c",
"default version" : "4.2.1" "default version" : "4.9.0",
"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 --disable-dap",
"build" : "make -j $BUILDTHREADS",
"install" : "make install",
"object files" : "435"
} }

View File

@ -1,4 +1,10 @@
{ {
"name" : "netcdf-f", "name" : "netcdf-f",
"default version" : "4.6.0" "default version" : "4.6.0",
"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",
"build" : "make -j $BUILDTHREADS",
"install" : "make install",
"object files" : "60"
} }