Skip to content

Commit

Permalink
SuiteSparse: fix WITH_OPENBLAS setting, LAPACK doesn't have this flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed Dec 12, 2022
1 parent a74906e commit 8aa01dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/SuiteSparse-dynLAPACK/config.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
hunter_config(SuiteSparse
VERSION ${HUNTER_SuiteSparse_VERSION}
CMAKE_ARGS
BUILD_METIS=ON
WITH_OPENBLAS=OFF # we want to test generic LAPACK dynamic lib, not OpenBLAS
)
hunter_config(LAPACK
VERSION ${HUNTER_LAPACK_VERSION}
CMAKE_ARGS
BUILD_SHARED_LIBS=ON
BUILD_METIS=ON
WITH_OPENBLAS=OFF # we want to test generic LAPACK dynamic lib, not OpenBLAS
)

0 comments on commit 8aa01dc

Please sign in to comment.