93dfdf0a0c
- Remove unused dependencies atlas/blas - Add hdf5/superlu dependency (As superlu needs openblasCompat, we also use it here.) - Add support for darwin - Make use of OpenBLAS-LAPACK in armadillo OpenBLAS (confusingly) contains LAPACK already by default, so we simply use OpenBLAS when searching for LAPACK. The better solution would be for armadillo to use cmake built in FindBLAS/FindLAPACK which both would find OpenBLAS.
12 lines
266 B
Diff
12 lines
266 B
Diff
--- 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)
|