2022-09-18 20:49:11 +02:00
|
|
|
{
|
|
|
|
"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",
|
2022-09-25 02:01:31 +02:00
|
|
|
"configure" : "./configure --enable-fortran --enable-parallel --with-zlib=$PREFIX --with-szip=$PREFIX --prefix=$PREFIX $SHARED",
|
2022-09-18 20:49:11 +02:00
|
|
|
"build" : "make -j $BUILDTHREADS",
|
|
|
|
"install" : "make install",
|
|
|
|
"object files" : "1136"
|
2022-09-29 16:56:46 +02:00
|
|
|
}
|