microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.74k stars 6.29k forks source link

[intel-mkl,blas,lapack] Using lapack in mkl. #13475

Open FishHe opened 3 years ago

FishHe commented 3 years ago

I have used BLAS and LAPACK in Intel-MKL to build SuiteSparse and OpenMVG for windows. Most 3rd-libs are built from Vcpkg. I thinck it will be very helpful to implement the feature: lapack[mkl].

Neumann-A commented 3 years ago

cc @cenit

we also need an intel-mkl port

cenit commented 3 years ago

cc @cenit

we also need an intel-mkl port

We already have it! :)

Neumann-A commented 1 year ago

https://github.com/Neumann-A/my-vcpkg-ports currently has an overlay for using intel-mkl for lapack/blas. lapack[mkl] requires alternatives which probably requires another year to land.