forked from pool/python3-espressomd
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:
parent
75063dfe9d
commit
213e1ba8a7
@ -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>
|
Wed Jul 8 19:14:39 UTC 2020 - Christoph Junghans <junghans@votca.org>
|
||||||
|
|
||||||
|
@ -85,6 +85,8 @@ source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh
|
|||||||
# gh#espressomd/espresso#3396
|
# gh#espressomd/espresso#3396
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
|
#force usage of shared hdf5
|
||||||
|
export HDF5_USE_SHLIB=yes
|
||||||
# overwrite .so linker flags on SUSE distros: drop --no-undefined
|
# 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
|
# we don't install {i,}pypresso scripts as they aren't needed when installing in /usr
|
||||||
%cmake \
|
%cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user