From 9fb336bd036ec38c0d00e4e30458730ad074a551 Mon Sep 17 00:00:00 2001 From: Han Hu Date: Thu, 27 Jul 2017 15:42:25 +0800 Subject: fix find lapack --- ports/geogram/fix-cmake-config-and-install.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/geogram/fix-cmake-config-and-install.patch b/ports/geogram/fix-cmake-config-and-install.patch index b5490fdc1..77f1ef1c2 100644 --- a/ports/geogram/fix-cmake-config-and-install.patch +++ b/ports/geogram/fix-cmake-config-and-install.patch @@ -134,6 +134,7 @@ index 5789cd2..e4262e3 100644 include_directories(${GEOGRAM_SOURCE_DIR}/src/lib/third_party/numerics/INCLUDE) ++set(LAPACK_lapack_WORKS TRUE) +find_package(BLAS REQUIRED) +find_package(LAPACK REQUIRED) aux_source_directories(SOURCES "Source Files" .) -- cgit v1.2.3