-
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
[highfive] Add eigen3 feature option #21897
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 431d3810aa9241aed49b14367be417f225d2af5e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/h-/highfive.json b/versions/h-/highfive.json
index bebffde..3d98b98 100644
--- a/versions/h-/highfive.json
+++ b/versions/h-/highfive.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "ccdcfa177fc48552d13cee2a9759d4fb14dbbe3a",
+ "git-tree": "c014dff160e047536190f8ae97b12b33550eda16",
"version": "2.3",
"port-version": 1
},
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 431d3810aa9241aed49b14367be417f225d2af5e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/h-/highfive.json b/versions/h-/highfive.json
index 52aaf28..625d311 100644
--- a/versions/h-/highfive.json
+++ b/versions/h-/highfive.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "3841a549b9308221ed9a5201dadbb6ec1955907e",
+ "git-tree": "d6233178af08a74ff1637956504e2039f51e6a8a",
"version": "2.3",
"port-version": 1
},
Thanks for your help! |
Describe the pull request
What does your PR fix?
Fixes [highfive] Eigen3 feature option #21845Add Eigen3 feature option such that highfive[eigen3] is available.
Execpt feature "test", all features are tested successfully in the following triplet:
feature "test" test successfully in the following triplet:
Tested failed in x64-windows-static triplet, and this error is an old problem that is difficult to solve, the detail error can refer this comment:[vcpkg.cmake] Cleanup every special case in the find_package override #18047 (comment)