Help on LAPACKE integration #5693
Replies: 2 comments 1 reply
-
|
I don't have any actual advice, but I notice that there are implementations of a FindLAPACKE.cmake out there, such as |
Beta Was this translation helpful? Give feedback.
-
|
Hi @tpadioleau This is definitely not what you intended but I have been going through same struggles in a very restricted environment and created the C translation of LAPACK for the same purpose. In case you have the freedom, have a go at it https://github.com/ilayn/semicolon-lapack over any CBLAS interface providing library. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I use some LAPACKE functions in a C++ project with CMake. I chose this API to avoid some ABI problems with the Fortran LAPACK but I am facing build system issues. Depending on the LAPACK provider:
liblapacke.soIn practice I find it difficult to use in a C/C++ project. Also, CMake does not have a native support for LAPACKE but only LAPACK.
Do you have any advice ?
I was wondering if it would make sense to have only one implementation of LAPACKE that could adapt to any LAPACK provider ?
Beta Was this translation helpful? Give feedback.
All reactions