Fixes #550: on fresh install with version 3.9.1, the line in lapacke-config.cmake is: set(LAPACK_DIR "${_LAPACKE_PREFIX}/lib/cmake/-3.9.1") And it should be: set(LAPACK_DIR "${_LAPACKE_PREFIX}/lib/cmake/lapack-3.9.1")
Fixes #550: on fresh install with version 3.9.1, the line in lapacke-config.cmake is: set(LAPACK_DIR "${_LAPACKE_PREFIX}/lib/cmake/-3.9.1") And it should be: set(LAPACK_DIR "${_LAPACKE_PREFIX}/lib/cmake/lapack-3.9.1")