diff options
| author | Yury Bura <yurybura@gmail.com> | 2021-09-28 03:12:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 17:12:39 -0700 |
| commit | cc471dc0f59b7b2066d6172c2893419412327a7a (patch) | |
| tree | b3a496ff9a185c17bee8670454c34dd9879fa387 /ports/boost-python | |
| parent | 3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff) | |
| download | vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip | |
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-python')
| -rw-r--r-- | ports/boost-python/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-python/vcpkg.json | 11 |
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": { |
