From 7d581fd8d1ee9aa225a85ad20f53bec8cd78a53e Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 18 Apr 2023 19:52:03 +0200 Subject: [PATCH] hdf5_103, disable static library (#8433) --- sci-libs/hdf5/hdf5_103-1.10.6.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }