early-access version 2853
This commit is contained in:
15
externals/vcpkg/ports/boost-mpi/fix-build-boost_mpi_python-on-windows.patch
vendored
Executable file
15
externals/vcpkg/ports/boost-mpi/fix-build-boost_mpi_python-on-windows.patch
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
build/Jamfile.v2 | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
|
||||
index 8a2f1ac..abfba37 100644
|
||||
--- a/build/Jamfile.v2
|
||||
+++ b/build/Jamfile.v2
|
||||
@@ -77,6 +77,7 @@ lib boost_mpi
|
||||
: # Requirements
|
||||
<library>boost_mpi
|
||||
<library>/mpi//mpi [ mpi.extra-requirements ]
|
||||
+ <library>/python//python_for_extensions
|
||||
<library>/boost/python//boost_python
|
||||
<link>shared:<define>BOOST_MPI_DYN_LINK=1
|
||||
<link>shared:<define>BOOST_MPI_PYTHON_DYN_LINK=1
|
Reference in New Issue
Block a user