Skip to content

Commit

Permalink
Remove SUNDIALS MAGMA dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simlapointe committed Nov 8, 2024
1 parent cd7cfc4 commit c86a4c6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmake/ExternalSUNDIALS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ if(PALACE_WITH_CUDA)
)
endif()

if(PALACE_WITH_MAGMA)
list(APPEND SUNDIALS_OPTIONS
"-DENABLE_MAGMA=ON"
"-DMAGMA_DIR=${MAGMA_DIR}"
)
endif()


string(REPLACE ";" "; " SUNDIALS_OPTIONS_PRINT "${SUNDIALS_OPTIONS}")
message(STATUS "SUNDIALS_OPTIONS: ${SUNDIALS_OPTIONS_PRINT}")

Expand Down

0 comments on commit c86a4c6

Please sign in to comment.