diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-05-28 20:20:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 11:20:52 -0700 |
| commit | 7bc5b8cdfaf35329c1520b2af8d368e2b1cb78e6 (patch) | |
| tree | c927442ea09f874be3fadd402ae5f53a4a5c27c5 /versions/b-/boost-python.json | |
| parent | bf2aaf9002ad98c90fd41be17275a665e113a9eb (diff) | |
| download | vcpkg-7bc5b8cdfaf35329c1520b2af8d368e2b1cb78e6.tar.gz vcpkg-7bc5b8cdfaf35329c1520b2af8d368e2b1cb78e6.zip | |
[Boost] fix not header only libs (#17372)
* [boost] don't handle compiled libs as header only ones (json/python)
* add version files
* [boost script] wait for lock to not get failure messages
* [boost-json] fix build
* add version files
* remove unnecessary changes
* Trigger Build because of #17612
* update boost asio and concept-check as requested by ci
* add version files
* Trigger Build because of #17612
* apply code review
* add version files
* fix version stuff
* Apply suggestions from code review
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* fixes
* add version file
* fix wrong suggestion
* add version files
* Update versions/b-/boost.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Address the review suggestion
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions/b-/boost-python.json')
| -rw-r--r-- | versions/b-/boost-python.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/b-/boost-python.json b/versions/b-/boost-python.json index 3c38321f5..22f466075 100644 --- a/versions/b-/boost-python.json +++ b/versions/b-/boost-python.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "f5565087e1c90779cbe05bd19ba172a699ccc743", + "version-string": "1.75.0", + "port-version": 3 + }, + { "git-tree": "5e3040e7a2eba3e7511a5509022f5445145dd67e", "version-string": "1.75.0", "port-version": 2 |
