Remove unused patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=233
This commit is contained in:
parent
aac9ce8238
commit
48edeadcce
@ -1,35 +0,0 @@
|
||||
If boost_mpi is built with python extention, boost_serialization
|
||||
dependency barfs with,
|
||||
|
||||
error: Name clash for '<p/home/abuild/rpmbuild/BUILD/boost_1_70_0/python-stage/lib>libboost_serialization.so.1.70.0'
|
||||
error:
|
||||
error: Tried to build the target twice, with property sets having
|
||||
error: these incompatible properties:
|
||||
error:
|
||||
error: - <dll-path>/usr/lib64/python2.7
|
||||
error: - none
|
||||
error:
|
||||
error: Please make sure to have consistent requirements for these
|
||||
error: properties everywhere in your project, especially for install
|
||||
error: targets.
|
||||
|
||||
Index: boost_1_70_0/libs/mpi/build/Jamfile.v2
|
||||
===================================================================
|
||||
--- boost_1_70_0.orig/libs/mpi/build/Jamfile.v2
|
||||
+++ boost_1_70_0/libs/mpi/build/Jamfile.v2
|
||||
@@ -108,7 +108,6 @@ lib boost_mpi
|
||||
timer.cpp
|
||||
offsets.cpp
|
||||
: # Requirements
|
||||
- <library>../../serialization/build//boost_serialization
|
||||
<library>/mpi//mpi [ mpi.extra-requirements ]
|
||||
<define>BOOST_MPI_SOURCE=1
|
||||
<link>shared:<define>BOOST_MPI_DYN_LINK=1
|
||||
@@ -116,7 +115,6 @@ lib boost_mpi
|
||||
: # Default build
|
||||
<link>shared
|
||||
: # Usage requirements
|
||||
- <library>../../serialization/build//boost_serialization
|
||||
<library>/mpi//mpi [ mpi.extra-requirements ]
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user