summary refs log tree commit diff
path: root/pkgs/development/libraries/armadillo/use-unix-config-on-OS-X.patch
blob: b6fdddcaf2da4d0121f0ba439bf5119bfe8ee1c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,7 +84,7 @@ message(STATUS "DETECT_HDF5                = ${DETECT_HDF5}"               )
 ##
 ## Find LAPACK and BLAS libraries, or their optimised versions
 ##
-
+set(APPLE false)
 if(APPLE)
   
   set(ARMA_OS macos)