-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[cgal] Add boost-multi-array to deps #24803
Conversation
There was a problem hiding this 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!
All manifest files must be formatted
./vcpkg format-manifest ports/*/vcpkg.json
Diff
diff --git a/ports/cgal/vcpkg.json b/ports/cgal/vcpkg.json
index 8afc418..93ddf1f 100644
--- a/ports/cgal/vcpkg.json
+++ b/ports/cgal/vcpkg.json
@@ -26,8 +26,8 @@
"boost-logic",
"boost-math",
"boost-mpl",
- "boost-multi-index",
"boost-multi-array",
+ "boost-multi-index",
"boost-multiprecision",
"boost-numeric-conversion",
"boost-optional",
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for cgal have changed but the version was not updated
version: 5.4
old SHA: 0acdd574cd028b7ca4acd762f01938492c6d4719
new SHA: da465fe7d648d4cb524ea47f2f40f64aa3e20293
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
@lrineau Could you please address the review suggestion of Jack? Thanks! |
Thanks for the PR! |
Describe the pull request
What does your PR fix?
Fixes vcpkg installation misses
boost-multi-array
CGAL/cgal#6598Which triplets are supported/not supported? Have you updated the CI baseline?
all are supported
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes