[lapack-reference] enable fortran if possible for find blas#14765
[lapack-reference] enable fortran if possible for find blas#14765xandox wants to merge 2 commits intomicrosoft:masterfrom
Conversation
JackBoosY
left a comment
There was a problem hiding this comment.
Please bump the port version. See documentation.
|
openmvg:x64-osx: sophus:x64-osx: |
|
Huh. I will try to find some OSX to check. But now it looks like a problem with building |
|
I also don't understand why you are enabling Fortan. The |
|
@Neumann-A thank you for your answer. |
|
Even though LAPACK is a Fortran library it can be called from c and linked against without having a Fortran compiler available. So I assume the problem here is a linkage issue in reality? What was the actual error message? |
|
Yes. You are right. Problem with linkage. |
|
normally this should be handled by this: vcpkg/ports/lapack-reference/FindLAPACK.cmake Lines 463 to 475 in 6c9cda1 |
|
Yes, should. but cmake can't find gfortran. Hm. |
Describe the pull request
If Fortran language not enabled FindLAPACK fails on default configuration.
What does your PR fix? Fixes #
FindLAPACK.cmake
Which triplets are supported/not supported? Have you updated the CI baseline?
as previous, no
Does your PR follow the maintainer guide?
yes