mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
597 B
Diff
18 lines
597 B
Diff
--- cmake/SuperBuild.cmake.orig 2023-01-10 10:30:53
|
|
+++ cmake/SuperBuild.cmake 2023-01-15 11:29:51
|
|
@@ -186,11 +186,11 @@
|
|
set(LAPACK_LIBRARIES ${CMAKE_INSTALL_PREFIX}/lib/BLAS.lib)
|
|
list(APPEND LAPACK_PROJECTS win_download_lapack)
|
|
else(WIN32)
|
|
- if(APPLE)
|
|
+ if(FALSE)
|
|
set(LAPACK_LIBRARIES /System/Library/Frameworks/Accelerate.framework )
|
|
- else(APPLE)
|
|
+ else(FALSE)
|
|
find_package(LAPACK REQUIRED)
|
|
- endif(APPLE)
|
|
+ endif(FALSE)
|
|
endif(WIN32)
|
|
endif()
|
|
set_vars(NGSOLVE_CMAKE_ARGS LAPACK_LIBRARIES)
|