libinstaller/config/hdf5.json

11 lines
450 B
JSON
Raw Permalink Normal View History

{
"name" : "hdf5",
"dependencies" : "zlib,szip",
"default version" : "1.13.2",
"download" : "git clone --depth 1 --branch hdf5-$VERSION_UNDERSCORE https://github.com/HDFGroup/hdf5.git hdf5-$VERSION",
"configure" : "./configure --enable-fortran --enable-parallel --with-zlib=$PREFIX --with-szip=$PREFIX --prefix=$PREFIX $SHARED",
"build" : "make -j $BUILDTHREADS",
"install" : "make install",
"object files" : "1136"
}