diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-02-11 00:25:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 00:25:33 -0800 |
| commit | f7760cb15e260d921305bcfb2689eb338a937bc3 (patch) | |
| tree | b1a0bdf861263f7b1c8ee08d2ca4da76b1b89b6a | |
| parent | f6a877255e8b648eeec18ba6efb015e601f2286f (diff) | |
| download | vcpkg-f7760cb15e260d921305bcfb2689eb338a937bc3.tar.gz vcpkg-f7760cb15e260d921305bcfb2689eb338a937bc3.zip | |
[boost-python] Fix build issue with feature python2 (#16087)
* [boost-python] Fix build issue with feature python2
* Update the versions
* Fix the python-tag
* update the version
| -rw-r--r-- | ports/boost-modular-build-helper/Jamroot.jam | 2 | ||||
| -rw-r--r-- | ports/boost-modular-build-helper/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/b-/boost-modular-build-helper.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/ports/boost-modular-build-helper/Jamroot.jam b/ports/boost-modular-build-helper/Jamroot.jam index fc6af1355..4117fce60 100644 --- a/ports/boost-modular-build-helper/Jamroot.jam +++ b/ports/boost-modular-build-helper/Jamroot.jam @@ -29,7 +29,7 @@ rule tag ( name : type ? : property-set ) rule python-tag ( name : type ? : property-set )
{
- return [ tag $(name) : $(type) : $(property-set) ] ;
+ return [ boostcpp.python-tag $(name) : $(type) : $(property-set) ] ;
}
if "@PORT@" != "boost-system"
diff --git a/ports/boost-modular-build-helper/vcpkg.json b/ports/boost-modular-build-helper/vcpkg.json index d58b458d8..93a19943c 100644 --- a/ports/boost-modular-build-helper/vcpkg.json +++ b/ports/boost-modular-build-helper/vcpkg.json @@ -1,7 +1,7 @@ { "name": "boost-modular-build-helper", "version-string": "1.75.0", - "port-version": 4, + "port-version": 5, "dependencies": [ "boost-uninstall" ] diff --git a/versions/b-/boost-modular-build-helper.json b/versions/b-/boost-modular-build-helper.json index a44a263e4..1523a44b1 100644 --- a/versions/b-/boost-modular-build-helper.json +++ b/versions/b-/boost-modular-build-helper.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b88a7b8df97734c03d2abaa3c562dfbfab07dbea", + "version-string": "1.75.0", + "port-version": 5 + }, + { "git-tree": "b261a1bd3ff03916f10c4a157b670c3c4e7e7326", "version-string": "1.75.0", "port-version": 4 diff --git a/versions/baseline.json b/versions/baseline.json index 53351ac05..1b06c71df 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -698,7 +698,7 @@ }, "boost-modular-build-helper": { "baseline": "1.75.0", - "port-version": 4 + "port-version": 5 }, "boost-move": { "baseline": "1.75.0", |
