Skip to content

Commit

Permalink
remove LAPACK_WORKS from post build option
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jul 12, 2024
1 parent 6967545 commit 49ce6dd
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions cmake/SundialsBuildOptionsPost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -241,18 +241,14 @@ sundials_option(
ADVANCED)
list(APPEND SUNDIALS_BUILD_LIST "BUILD_SUNLINSOL_KOKKOSDENSE")

sundials_option(
BUILD_SUNLINSOL_LAPACKBAND BOOL
"Build the SUNLINSOL_LAPACKBAND module (requires LAPACK)" ON
DEPENDS_ON ENABLE_LAPACK LAPACK_WORKS
ADVANCED)
sundials_option(BUILD_SUNLINSOL_LAPACKBAND BOOL "Build the SUNLINSOL_LAPACKBAND module (requires LAPACK)" ON
DEPENDS_ON ENABLE_LAPACK
ADVANCED)
list(APPEND SUNDIALS_BUILD_LIST "BUILD_SUNLINSOL_LAPACKBAND")

sundials_option(
BUILD_SUNLINSOL_LAPACKDENSE BOOL
"Build the SUNLINSOL_LAPACKDENSE module (requires LAPACK)" ON
DEPENDS_ON ENABLE_LAPACK LAPACK_WORKS
ADVANCED)
sundials_option(BUILD_SUNLINSOL_LAPACKDENSE BOOL "Build the SUNLINSOL_LAPACKDENSE module (requires LAPACK)" ON
DEPENDS_ON ENABLE_LAPACK
ADVANCED)
list(APPEND SUNDIALS_BUILD_LIST "BUILD_SUNLINSOL_LAPACKDENSE")

sundials_option(
Expand Down

0 comments on commit 49ce6dd

Please sign in to comment.