aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-parameter-python
diff options
context:
space:
mode:
authorAndrew McMahon <andrew.p.mcmahon@gmail.com>2019-01-31 10:04:17 +1000
committerRobert Schumacher <roschuma@microsoft.com>2019-01-30 16:04:17 -0800
commit0e759709ddc7dbad0b881f9f068f1b04b2092773 (patch)
tree38ab53eee840d8c6b1ea6ed9ab88a7079a137b1f /ports/boost-parameter-python
parent74e0c1a7849a898ddd5bd6863bf191dc2a60ddef (diff)
downloadvcpkg-0e759709ddc7dbad0b881f9f068f1b04b2092773.tar.gz
vcpkg-0e759709ddc7dbad0b881f9f068f1b04b2092773.zip
[boost] update boost to 1.69. Fixes #5023 #4961 (#5059)
* Update boost to 1.69. Fixes #5023 - Remove boost-signal (rationale: deprecated and removed in 1.69) - Remove boost-hana workaround by xiangfan-ms #4186 #3579 (rationale: 1.69 incorporates required fixes in hana master branch; builds fine in VS2017 15.9) * [boost-signals] Restore signals from boost 1.68 because it is required by wt * [boost-vcpkg-helpers] Improve dependency detection * [boost-iostreams] Revert to cmake build to enable dependencies * [boost-iostreams] Fix use of zstd in static builds * [libtorrent] Update to 1.2.0 * [wt] Update to 4.0.5 * [boost-safe-numerics] [boost-vcpkg-helpers] Added safe_numerics; slight mod to regex match * [hpx] Backport boost 1.69 fixes * [libtorrent] Clean up cmake file installation * [boost-type-traits] Fix MSVC arm
Diffstat (limited to 'ports/boost-parameter-python')
-rw-r--r--ports/boost-parameter-python/CONTROL5
-rw-r--r--ports/boost-parameter-python/portfile.cmake14
2 files changed, 19 insertions, 0 deletions
diff --git a/ports/boost-parameter-python/CONTROL b/ports/boost-parameter-python/CONTROL
new file mode 100644
index 000000000..c4da4f4cc
--- /dev/null
+++ b/ports/boost-parameter-python/CONTROL
@@ -0,0 +1,5 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+Source: boost-parameter-python
+Version: 1.69.0
+Build-Depends: boost-mpl, boost-parameter, boost-preprocessor, boost-python (windows), boost-vcpkg-helpers
+Description: Boost parameter_python module
diff --git a/ports/boost-parameter-python/portfile.cmake b/ports/boost-parameter-python/portfile.cmake
new file mode 100644
index 000000000..284476775
--- /dev/null
+++ b/ports/boost-parameter-python/portfile.cmake
@@ -0,0 +1,14 @@
+# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+
+include(vcpkg_common_functions)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/parameter_python
+ REF boost-1.69.0
+ SHA512 1a50243b3f527a6bfd95964053e0c0624c5bd859d037770e0c41c4158b4ae4d0da6bcf493759b6cdd66cc08ee9c6c5d82fa4173f67b2a20f9715e2f30f90e6cb
+ HEAD_REF master
+)
+
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})