From 213e1ba8a744d3c494fdcbe2c3dd727735f5c32709160c043a327b22ba5efdcf Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Fri, 21 Aug 2020 16:37:21 +0000 Subject: [PATCH] Accepting request 828547 from home:cjunghans:branches:devel:languages:python:numeric - force the use of shared hdf5 by setting HDF5_USE_SHLIB OBS-URL: https://build.opensuse.org/request/show/828547 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python3-espressomd?expand=0&rev=22 --- python3-espressomd.changes | 5 +++++ python3-espressomd.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python3-espressomd.changes b/python3-espressomd.changes index ed40f0d..91765e1 100644 --- a/python3-espressomd.changes +++ b/python3-espressomd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 21 16:36:20 UTC 2020 - Christoph Junghans + +- force the use of shared hdf5 by setting HDF5_USE_SHLIB + ------------------------------------------------------------------- Wed Jul 8 19:14:39 UTC 2020 - Christoph Junghans diff --git a/python3-espressomd.spec b/python3-espressomd.spec index eaf16cc..dceee51 100644 --- a/python3-espressomd.spec +++ b/python3-espressomd.spec @@ -85,6 +85,8 @@ source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh # gh#espressomd/espresso#3396 %define _lto_cflags %{nil} +#force usage of shared hdf5 +export HDF5_USE_SHLIB=yes # overwrite .so linker flags on SUSE distros: drop --no-undefined # we don't install {i,}pypresso scripts as they aren't needed when installing in /usr %cmake \