Skip to content

Commit

Permalink
scotch has its own merits
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Dec 13, 2014
1 parent dcad976 commit a3eaea6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,14 @@ find_package(BLAS QUIET)

if (PASTIX_INCLUDES AND SCOTCH_INCLUDES AND BLAS_FOUND)
set(HAVE_PASTIX ON)
include_directories(${PASTIX_INCLUDES} ${SCOTCH_INCLUDES})
include_directories(${PASTIX_INCLUDES})
add_definitions(-DAMGCL_HAVE_PASTIX)
endif()

if (SCOTCH_INCLUDES)
include_directories(${SCOTCH_INCLUDES})
endif()

#----------------------------------------------------------------------------
# Protect Visual Studio from itself
#----------------------------------------------------------------------------
Expand Down

0 comments on commit a3eaea6

Please sign in to comment.