Compiling Clapack for find_package ( LAPACK

34 views Asked by At

I have to use Clapack as a replacement for blas/lapack in an environment without Fortran compiler. However, some subprojects use find_package ( LAPACK to detect lapack which always fails. Only find_package ( CLAPACK would work.

My question now is would it be possible to compile CLAPACK in a way that it will be detected by find_package ( LAPACK calls?

Regards

0

There are 0 answers