Skip to content
Snippets Groups Projects
Commit 1dcfc32a authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing HYPRE undefined reference

parent 67903533
No related branches found
No related tags found
No related merge requests found
Pipeline #2433 passed
......@@ -133,17 +133,6 @@ endif()
if(PETSC_FOUND)
set(DEFINE_HAVE_PETSC "#define HAVE_PETSC")
####### Check PETSC hypre (The FindPETSC does not look like add hypre)
# find_library(HYPRE_LIB HYPRE)
list(GET PETSC_LIBRARIES 0 PETSC_LIB_DIR)
get_filename_component(PETSC_LIB_DIR ${PETSC_LIB_DIR} DIRECTORY)
find_library(HYPRE_LIB HYPRE HINTS ${PETSC_LIB_DIR})
if (HYPRE_LIB)
list(APPEND PETSC_LIBRARIES ${HYPRE_LIB})
message("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ${PETSC_LIBRARIES}")
endif()
endif()
if(SCAN_COVERTY)
......
openfpm_numerics @ 72c6753e
Subproject commit 1e292abf339d6291adf78a3de3091eec2b155414
Subproject commit 72c6753e85c9f5152b279bcc565694e78007ed51
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment