build: fix OpenBLAS detection on Linux#27029
Merged
asmorkalov merged 1 commit intoopencv:4.xfrom Apr 1, 2025
Merged
Conversation
Contributor
|
Proper BLAS detection affects photo module tests: |
Contributor
|
Looks like the following lines affect test result: opencv/modules/photo/src/calibrate.cpp Line 150 in 316b5d7 |
Contributor
Author
|
Yes, apparently SVD differs between the libraries. I'm not sure how we should handle this... |
Contributor
|
Related PR: #19343 |
Contributor
Author
|
CI has passed with updated ubuntu 24 docker image (opencv/ci-gha-workflow#237), I'm reverting CI branch. |
asmorkalov
approved these changes
Apr 1, 2025
Merged
asmorkalov
pushed a commit
that referenced
this pull request
May 12, 2025
Port of #27029 to 5.x Replaced search mechanism with 4.x variant
4 tasks
4 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Main change is rewritten
OpenCVFindOpenBLAS.cmake:Other changes:
ocv_lapack_checkTest framework (Linux): https://github.com/mshabunin/opencv-blas-check
Should be merged with opencv/ci-gha-workflow#237