10 lines
441 B
JSON
10 lines
441 B
JSON
|
{
|
||
|
"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",
|
||
|
"build" : "make -j $BUILDTHREADS",
|
||
|
"install" : "make install",
|
||
|
"object files" : "1136"
|
||
|
}
|