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

[openmvg] Fix linux build #43117

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

JackBoosY
Copy link
Contributor

@JackBoosY JackBoosY commented Jan 6, 2025

Fixes #43106

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@@ -832,7 +832,6 @@ openmesh:x64-uwp=fail
openmpi:arm-neon-android=fail
openmpi:arm64-android=fail
openmpi:x64-android=fail
openmvg:x64-linux=fail
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This record is added in #32014 (comment)
Either coin-or-clp or coin-or-osi or coinutils can be built on linux now.

Copy link
Contributor

Choose a reason for hiding this comment

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

This record is added in #32014 (comment) Either coin-or-clp or coin-or-osi or coinutils can be built on linux now.

The coin stuff was unblocked at that time, so the openmvg problem was no longer hidden by a cascade. It might have been investigated at that time.

@MonicaLiu0311 MonicaLiu0311 added the category:port-bug The issue is with a library, which is something the port should already support label Jan 6, 2025
@MonicaLiu0311 MonicaLiu0311 added info:reviewed Pull Request changes follow basic guidelines and removed info:reviewed Pull Request changes follow basic guidelines labels Jan 6, 2025
endif()

vcpkg_cmake_config_fixup()
vcpkg_cmake_config_fixup(PACKAGE_NAME openMVG CONFIG_PATH lib/openMVG/cmake)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
vcpkg_cmake_config_fixup(PACKAGE_NAME openMVG CONFIG_PATH lib/openMVG/cmake)
vcpkg_cmake_config_fixup(CONFIG_PATH lib/openMVG/cmake)

PACKAGE_NAME only affects the chosen directory name. CMake is case-insensitive with regard to the directory name. We want the config to live in the lower-case directory openmvg which matches the port name. This is also the default PACKAGE_NAME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[openmvg] Build error on x64-linux
3 participants