vcpkg/ports/armadillo/remove_custom_modules.patch

23 lines
631 B
Diff
Raw Normal View History

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5dcf54..c60cd53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -335,13 +335,12 @@ else()
else()
set(FlexiBLAS_FOUND false)
endif()
-
+
+ find_package(BLAS)
+ find_package(LAPACK)
include(ARMA_FindMKL)
- include(ARMA_FindOpenBLAS)
include(ARMA_FindATLAS) # TODO: remove support for ATLAS in next major version
- include(ARMA_FindBLAS)
- include(ARMA_FindLAPACK)
-
+
message(STATUS "FlexiBLAS_FOUND = ${FlexiBLAS_FOUND}" )
message(STATUS " MKL_FOUND = ${MKL_FOUND}" )
message(STATUS " OpenBLAS_FOUND = ${OpenBLAS_FOUND}" )