diff --git a/sci-libs/hdf5/hdf5_103-1.10.6.recipe b/sci-libs/hdf5/hdf5_103-1.10.6.recipe index b5893d006..efacfe279 100644 --- a/sci-libs/hdf5/hdf5_103-1.10.6.recipe +++ b/sci-libs/hdf5/hdf5_103-1.10.6.recipe @@ -6,7 +6,7 @@ HOMEPAGE="https://www.hdfgroup.org/HDF5/" COPYRIGHT="2011-2019 The HDF Group, The Board of Trustees of the University of Illinois." LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-$portVersion/src/hdf5-$portVersion.tar.gz" CHECKSUM_SHA256="5f9a3ee85db4ea1d3b1fa9159352aebc2af72732fc2f58c96a3f0768dba0e9aa" SOURCE_DIR="hdf5-$portVersion" @@ -73,7 +73,8 @@ BUILD() --enable-fortran2003 \ --enable-cxx \ --disable-sharedlib-rpath \ - --disable-threadsafe + --disable-threadsafe \ + --disable-static make $jobArgs }