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
|
15
externals/vcpkg/ports/boost-mpi/portfile.cmake
vendored
Executable file
15
externals/vcpkg/ports/boost-mpi/portfile.cmake
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/mpi
|
||||
REF boost-1.79.0
|
||||
SHA512 280b35c991741480a4ee9ae97c11ed14a108b200344ac5b4af2e5956041275dceeb1370320a90e30ac12a0ab0667afd80910776b1f0e404d5bc3637f53993010
|
||||
HEAD_REF master
|
||||
PATCHES fix-build-boost_mpi_python-on-windows.patch
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
57
externals/vcpkg/ports/boost-mpi/vcpkg.json
vendored
Executable file
57
externals/vcpkg/ports/boost-mpi/vcpkg.json
vendored
Executable file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "boost-mpi",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost mpi module",
|
||||
"homepage": "https://github.com/boostorg/mpi",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"boost-assert",
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true
|
||||
},
|
||||
"boost-config",
|
||||
"boost-core",
|
||||
"boost-foreach",
|
||||
"boost-function",
|
||||
"boost-graph",
|
||||
"boost-integer",
|
||||
"boost-iterator",
|
||||
"boost-lexical-cast",
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true
|
||||
},
|
||||
"boost-mpl",
|
||||
"boost-optional",
|
||||
"boost-serialization",
|
||||
"boost-smart-ptr",
|
||||
"boost-static-assert",
|
||||
"boost-throw-exception",
|
||||
"boost-type-traits",
|
||||
"boost-utility",
|
||||
"boost-vcpkg-helpers",
|
||||
"mpi",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"python3": {
|
||||
"description": "Build Python3 bindings",
|
||||
"supports": "!static",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-python",
|
||||
"features": [
|
||||
"python3"
|
||||
],
|
||||
"platform": "!uwp & !emscripten & !ios & !android"
|
||||
},
|
||||
"python3"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user