[lapack-reference] Fix issue when using an external Fortran compiler#21254
[lapack-reference] Fix issue when using an external Fortran compiler#21254PhoebeHui wants to merge 2 commits intomicrosoft:masterfrom
Conversation
There was a problem hiding this comment.
You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/lapack-reference/portfile.cmake
|
Yup. That fixes my problem! |
|
This PR should be reviewed with #19608 togather. |
|
I'm in no rush. I'm using an overlay anyway. That PR certainly looks like it would make things simpler, though it appears to have a similar problem with |
|
Closing in favor of #21479. |
Fixes #21224
USE_OPTIMIZED_BLAS=ON always be set when using an external Fortran compiler, it should be controlled by feature noblas feature.