- remove broken python module mpi.so
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=123
This commit is contained in:
parent
26c2e0d56c
commit
c2a41851e1
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 06:13:01 UTC 2014 - coolo@suse.com
|
||||
|
||||
- move mpi.so to the devel package to avoid conflicts on update
|
||||
- remove broken python module mpi.so
|
||||
- trying to make the build more reliable:
|
||||
* use -fno-var-tracking in cxxflags as recommended by richi
|
||||
* disable parallel build on low memory
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package boost
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -539,6 +539,10 @@ cd doc
|
||||
--includedir=%{buildroot}%{_includedir} \
|
||||
install || echo "Not all Boost libraries built properly."
|
||||
|
||||
# do not install the python module - as long as noone needs it, it requires more fixes
|
||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=801534 for details
|
||||
rm %{buildroot}%{_libdir}/mpi.so
|
||||
|
||||
mkdir -p %{buildroot}%{_docdir}
|
||||
|
||||
pushd %{buildroot}%{_libdir}
|
||||
|
Loading…
Reference in New Issue
Block a user