From 414d23c81160952b28311d91295732cf13f2995a5156cc1e1d2649230fbe1dc8 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Fri, 22 May 2020 03:55:15 +0000 Subject: [PATCH] Accepting request 808074 from home:cjunghans:branches:devel:languages:python:numeric - Require: the right hdf5 library OBS-URL: https://build.opensuse.org/request/show/808074 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python3-espressomd?expand=0&rev=19 --- python3-espressomd.changes | 5 +++++ python3-espressomd.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python3-espressomd.changes b/python3-espressomd.changes index 1f47a6a..6e2ea44 100644 --- a/python3-espressomd.changes +++ b/python3-espressomd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 21 21:52:51 UTC 2020 - Christoph Junghans + +- Require: the right hdf5 library + ------------------------------------------------------------------- Mon May 11 20:57:59 UTC 2020 - Christoph Junghans diff --git a/python3-espressomd.spec b/python3-espressomd.spec index e61ad7d..4f29ea4 100644 --- a/python3-espressomd.spec +++ b/python3-espressomd.spec @@ -68,6 +68,8 @@ BuildRequires: boost-devel Obsoletes: libEspresso4 Requires: python3-numpy Requires: python3-h5py +# make sure rpm pulls in the right dependency +Requires: libhdf5-%{mpiver} %description ESPResSo is a highly versatile software package for performing and analyzing @@ -89,7 +91,7 @@ source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh # 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 \ - '-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--as-needed -Wl,-z,now' \ + -DCMAKE_SHARED_LINKER_FLAGS='-Wl,--as-needed -Wl,-z,now' \ -DLIBDIR=%{_lib} \ -DPYTHON_EXECUTABLE=%{_bindir}/python3 \ -DINSTALL_PYPRESSO=OFF