chap icon indicating copy to clipboard operation
chap copied to clipboard

cmake / LAPACK problems 0.9.1 release

Open pameyer opened this issue 5 years ago • 4 comments

When building 0.9.1 with LAPACK installed in a non-standard location, the link flags for LAPACKE_LIBRARIES don't get correctly propagated to linking the chap binary, resulting in link errors.

Patching this results in additional link errors for libgfortran (at least with gcc 4.9.3 on CentOS 6), suggesting that there may be glitches in the FORTRANSUPPORTLIB section of cmake/Modules/FindLAPACKE/FindLAPACKE.cmake

pameyer avatar Jun 06 '19 14:06 pameyer