You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at /Users/vcpkg/Data/work/1/s/downloads/tools/cmake-4.3.3-osx/cmake-4.3.3-macos-universal/CMake.app/Contents/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
Call Stack (most recent call first):
/Users/vcpkg/Data/work/1/s/downloads/tools/cmake-4.3.3-osx/cmake-4.3.3-macos-universal/CMake.app/Contents/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
/Users/vcpkg/Data/work/1/s/downloads/tools/cmake-4.3.3-osx/cmake-4.3.3-macos-universal/CMake.app/Contents/share/cmake-4.3/Modules/FindOpenMP.cmake:734 (find_package_handle_standard_args)
/Users/vcpkg/Data/work/1/s/scripts/buildsystems/vcpkg.cmake:939 (_find_package)
faiss/CMakeLists.txt:696 (find_package)
faiss is an expected failure in vcpkg CI for osx, due to the Apple toolchain lacking OpenMP support. Probably the CI failed for a different reason, but a log is not available.
Probably the CI failed for a different reason, but a log is not available.
I still have the CI log archive locally, in case you want to take a look (faiss, octave, and qtdeclarative failed there). I initially only checked faiss, and what’s interesting is that it requires OpenMP but doesn’t define it as a direct dependency, so I wanted to test whether adding that might fix the issue. What was interesting, though, was this: Simply increasing the port version to trigger a rebuild didn't cause the CI to fail. But rebashing it against the sqlite3 commit did. Since it seems to be running through again now, I’m considering whether to just close this test or to explicitly add OpenMP after all. Do you have any thoughts on this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
./vcpkg x-add-version --alland committing the result.The CI failed in #52616, due to
Draft to verify the issue first with a forces rebuild due to changed port-version.