Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[boost] Stop renaming the toolset version. #27693

Closed
wants to merge 3 commits into from

Conversation

Neumann-A
Copy link
Contributor

@Neumann-A Neumann-A commented Nov 7, 2022

The current behavior does:
a) leads to irritation about the lib name
b) doesn't work with clang-cl
c) Is wrong in that regard that VS2015 could use boost build with VS2022 which certainly will end in linker errors.....

(should be draft until CI is green.)

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 68ad399d5596a540e8a12173c3d189cbc0f82be8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/b-/boost-modular-build-helper.json b/versions/b-/boost-modular-build-helper.json
index 6f4a968..ad09c36 100644
--- a/versions/b-/boost-modular-build-helper.json
+++ b/versions/b-/boost-modular-build-helper.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "354d705f7d4e4eb5c03f4f8dc79e9b54b0b1a3e5",
+      "version": "1.80.0",
+      "port-version": 4
+    },
     {
       "git-tree": "4a8c162e2661795b998a8435b6ec7207608fe73a",
       "version": "1.80.0",
diff --git a/versions/b-/boost-uninstall.json b/versions/b-/boost-uninstall.json
index 7cb9a54..0c35df9 100644
--- a/versions/b-/boost-uninstall.json
+++ b/versions/b-/boost-uninstall.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f60ea5c48dbb3b684da9a8e6ea165d3180b1afaf",
+      "version": "1.80.0",
+      "port-version": 2
+    },
     {
       "git-tree": "eb6551ecfc9d94c9bfe131d7bcdcec0a0b33f5f1",
       "version": "1.80.0",
diff --git a/versions/baseline.json b/versions/baseline.json
index 6764d8e..7ba70aa 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -862,7 +862,7 @@
     },
     "boost-modular-build-helper": {
       "baseline": "1.80.0",
-      "port-version": 3
+      "port-version": 4
     },
     "boost-move": {
       "baseline": "1.80.0",
@@ -1110,7 +1110,7 @@
     },
     "boost-uninstall": {
       "baseline": "1.80.0",
-      "port-version": 1
+      "port-version": 2
     },
     "boost-units": {
       "baseline": "1.80.0",
@@ -7733,7 +7733,7 @@
       "port-version": 1
     },
     "vcpkg-cmake-get-vars": {
-      "baseline": "2022-09-04",
+      "baseline": "2022-11-07",
       "port-version": 0
     },
     "vcpkg-get-python-packages": {
diff --git a/versions/v-/vcpkg-cmake-get-vars.json b/versions/v-/vcpkg-cmake-get-vars.json
index 1784142..6de7ac2 100644
--- a/versions/v-/vcpkg-cmake-get-vars.json
+++ b/versions/v-/vcpkg-cmake-get-vars.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "610f17c544462a3f936274054f786585037090c4",
+      "version-date": "2022-11-07",
+      "port-version": 0
+    },
     {
       "git-tree": "898079c6021ced406d7c75f852e67a5e8861db9b",
       "version-date": "2022-09-04",

@Neumann-A Neumann-A marked this pull request as draft November 7, 2022 13:34
@Neumann-A Neumann-A closed this Nov 7, 2022
@Neumann-A Neumann-A deleted the fix_boost_question_mark branch November 7, 2022 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant