chap
chap copied to clipboard
cmake / LAPACK problems 0.9.1 release
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