early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/armadillo/remove_custom_modules.patch
vendored
Executable file
23
externals/vcpkg/ports/armadillo/remove_custom_modules.patch
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index ab7dbed..ea5516e 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -324,15 +324,15 @@ if(APPLE)
|
||||
else()
|
||||
|
||||
include(ARMA_FindMKL)
|
||||
- include(ARMA_FindOpenBLAS)
|
||||
include(ARMA_FindATLAS)
|
||||
- include(ARMA_FindBLAS)
|
||||
- include(ARMA_FindLAPACK)
|
||||
|
||||
if(ALLOW_FLEXIBLAS_LINUX AND (${CMAKE_SYSTEM_NAME} MATCHES "Linux"))
|
||||
include(ARMA_FindFlexiBLAS)
|
||||
endif()
|
||||
|
||||
+ find_package(BLAS)
|
||||
+ find_package(LAPACK)
|
||||
+
|
||||
message(STATUS " MKL_FOUND = ${MKL_FOUND}" )
|
||||
message(STATUS " OpenBLAS_FOUND = ${OpenBLAS_FOUND}" )
|
||||
message(STATUS " ATLAS_FOUND = ${ATLAS_FOUND}" )
|
||||
Reference in New Issue
Block a user