1
0

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
This commit is contained in:
Christoph Junghans 2020-08-21 16:37:21 +00:00 committed by Git OBS Bridge
parent 75063dfe9d
commit 213e1ba8a7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 21 16:36:20 UTC 2020 - Christoph Junghans <junghans@votca.org>
- force the use of shared hdf5 by setting HDF5_USE_SHLIB
-------------------------------------------------------------------
Wed Jul 8 19:14:39 UTC 2020 - Christoph Junghans <junghans@votca.org>

View File

@ -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 \