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