We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c8e83 commit 42c0a56Copy full SHA for 42c0a56
cmake/FindHipoDeps.cmake
@@ -11,7 +11,7 @@ if (BUILD_OPENBLAS)
11
# Define the size-minimizing flags as a list
12
set(OPENBLAS_MINIMAL_FLAGS
13
# Exclude components not used by HiGHS
14
- -DONLY_BLAS:BOOL=ON
+ -DONLY_CBLAS:BOOL=ON
15
-DNO_LAPACK:BOOL=ON
16
-DNO_LAPACKE:BOOL=ON
17
-DNO_COMPLEX:BOOL=ON
0 commit comments