libinstaller/config/netcdf_c.json

11 lines
428 B
JSON
Raw Normal View History

{
"name" : "netcdf-c",
"default version" : "4.7.4",
2022-09-28 11:29:37 +02:00
"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",
2022-09-28 11:29:37 +02:00
"build" : "make -j $BUILDTHREADS",
"install" : "make install",
"object files" : "435"
}