[openmvg] Fix for building with eigen 3.4.0.#20056
[openmvg] Fix for building with eigen 3.4.0.#20056BillyONeal merged 5 commits intomicrosoft:masterfrom
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
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: Local changes detected for openmvg but no changes to version or port version.
-- Version: 1.6#2
-- Old SHA: f62103b28735c9e72b9a866e6530c52629e77295
-- New SHA: 1ea71fe13af7500b8593c5bcff43cd74d1d8ce0c
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
There was a problem hiding this comment.
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 bcf551b980380fe7f84fa302ad7ef3c184f9bf4f -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 31586ba..497bd89 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4734,7 +4734,7 @@
},
"openmvg": {
"baseline": "1.6",
- "port-version": 2
+ "port-version": 3
},
"openmvs": {
"baseline": "1.1",
diff --git a/versions/o-/openmvg.json b/versions/o-/openmvg.json
index bced436..d450c86 100644
--- a/versions/o-/openmvg.json
+++ b/versions/o-/openmvg.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "219414d49228ae50fcd76d08d153f326a119849e",
+ "version-string": "1.6",
+ "port-version": 3
+ },
{
"git-tree": "f62103b28735c9e72b9a866e6530c52629e77295",
"version-string": "1.6",Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
There was a problem hiding this comment.
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 bcf551b980380fe7f84fa302ad7ef3c184f9bf4f -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index e2da5b2..aac28e4 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4734,7 +4734,7 @@
},
"openmvg": {
"baseline": "1.6",
- "port-version": 2
+ "port-version": 3
},
"openmvs": {
"baseline": "1.1",
diff --git a/versions/o-/openmvg.json b/versions/o-/openmvg.json
index bced436..67945f7 100644
--- a/versions/o-/openmvg.json
+++ b/versions/o-/openmvg.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "f171436873c79834dd6616216da68a61af4dbebe",
+ "version": "1.6",
+ "port-version": 3
+ },
{
"git-tree": "f62103b28735c9e72b9a866e6530c52629e77295",
"version-string": "1.6",There was a problem hiding this comment.
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 bcf551b980380fe7f84fa302ad7ef3c184f9bf4f -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index e2da5b2..aac28e4 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4734,7 +4734,7 @@
},
"openmvg": {
"baseline": "1.6",
- "port-version": 2
+ "port-version": 3
},
"openmvs": {
"baseline": "1.1",
diff --git a/versions/o-/openmvg.json b/versions/o-/openmvg.json
index bced436..1731c06 100644
--- a/versions/o-/openmvg.json
+++ b/versions/o-/openmvg.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "6f3087d8d002d7f226e77427ce363e2b20371485",
+ "version": "1.6",
+ "port-version": 3
+ },
{
"git-tree": "f62103b28735c9e72b9a866e6530c52629e77295",
"version-string": "1.6",|
Could you please run Also have you tested these features in this PR? |
Done
I'm not an user of the library, but the changes have been reviewed and approved by upstream, so I'm confident that they are right, being almost trivial. |
Thanks for your information. I mean if you have tested these features Since our CI test machine will only test the default features. Other features need to be tested manually. |
Oh, now I understand, thanks
Edit: sorry, I meant |
|
Thanks for your feedback. For the status on x64-windows-static, it is expected. So we can leave it alone. For the status on x64-linux, I will check the current status on master branch to confirm if it is the new problem caused by this PR. |
|
Well, I did a fresh build of |
So there is no any problems for the features on Linux, right? |
|
Well, I cannot be completely sure, since it is stopping now at |
|
LGTM now, thanks for your fixing. @aluaces |
|
Thanks for the fix! |
This solves the building error when upgrading eigen in #19665