From 75914e2bb3365d720adbe47afbe6686f3ffade7b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 5 Jan 2023 14:27:22 +0100 Subject: [PATCH] hdf5, disable static library (#7735) --- sci-libs/hdf5/hdf5-1.12.0.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/hdf5/hdf5-1.12.0.recipe b/sci-libs/hdf5/hdf5-1.12.0.recipe index 64be1d8cf..51e1bcc39 100644 --- a/sci-libs/hdf5/hdf5-1.12.0.recipe +++ b/sci-libs/hdf5/hdf5-1.12.0.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.12/hdf5-$portVersion/src/hdf5-$portVersion.tar.gz" CHECKSUM_SHA256="a62dcb276658cb78e6795dd29bf926ed7a9bc4edf6e77025cd2c689a8f97c17a" @@ -102,6 +102,7 @@ BUILD() { autoreconf -fi runConfigure ./configure \ + --disable-static \ --enable-hl \ --enable-build-mode=production \ --enable-fortran \