aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-python
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-python')
-rw-r--r--ports/boost-python/portfile.cmake4
-rw-r--r--ports/boost-python/vcpkg.json11
2 files changed, 9 insertions, 6 deletions
diff --git a/ports/boost-python/portfile.cmake b/ports/boost-python/portfile.cmake
index 097f770f2..f8bcfccad 100644
--- a/ports/boost-python/portfile.cmake
+++ b/ports/boost-python/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/python
- REF boost-1.76.0
- SHA512 ab2d99f752dced241045c597408d3a76f78c800717752dc091510542a754fb86140359fdab81b57ff8405d05a1814083c3ddfa032b0d692cc40c3af4af496e91
+ REF boost-1.77.0
+ SHA512 755a5636e9c65586d0459d017d93a88e5d9973da262ac1b60486d8159c9601c289b9e1acb45fd67bcd24b73e7c841d6e224729dedc9f7996bc9aea52baaeca80
HEAD_REF master
)
diff --git a/ports/boost-python/vcpkg.json b/ports/boost-python/vcpkg.json
index 754db2e9c..0ba6de705 100644
--- a/ports/boost-python/vcpkg.json
+++ b/ports/boost-python/vcpkg.json
@@ -1,11 +1,11 @@
{
"name": "boost-python",
- "version": "1.76.0",
- "port-version": 1,
+ "version": "1.77.0",
"description": "Boost python module",
"homepage": "https://github.com/boostorg/python",
"supports": "!uwp & !(arm & windows) & !emscripten",
"dependencies": [
+ "boost-align",
"boost-bind",
{
"name": "boost-build",
@@ -21,7 +21,6 @@
"boost-integer",
"boost-iterator",
"boost-lexical-cast",
- "boost-math",
{
"name": "boost-modular-build-helper",
"host": true
@@ -36,7 +35,11 @@
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
- "python3"
+ "python3",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
],
"features": {
"python2": {