Help on LAPACKE integration #5693
tpadioleau
started this conversation in
General
Replies: 1 comment
-
|
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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