You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# By default, a search is performed for METIS via find_package, and, if this
97
+
# search fails, METIS is cloned from the git repo
98
+
# https://github.com/poulson/Metis.git.
99
+
# If BUILD_METIS is turned on, then no initial call to find_package is
100
+
# performed.
130
101
#
131
-
#option(BUILD_PARMETIS "Build ParMETIS" OFF)
102
+
# Should you want to manually specify a METIS installation, you can set the
103
+
# variables METIS_INCLUDE_DIRS and METIS_LIBRARIES
104
+
option(BUILD_METIS "Build METIS"OFF)
132
105
133
106
# Advanced options
134
107
# ----------------
@@ -253,62 +226,8 @@ if(NOT WIN32)
253
226
endforeach()
254
227
endif()
255
228
256
-
if(BUILD_PARMETIS)
257
-
message(FATAL_ERROR "ParMETIS cannot be legally distributed with Elemental under a permissive license. A version of Elemental restricted to educational purposes which contains ParMETIS will hopefully soon be available.")
message(FATAL_ERROR "ParMETIS cannot be legally distributed with Elemental under a permissive license. A version of Elemental restricted to educational purposes which contains ParMETIS will hopefully soon be available.")
"${CMAKE_SOURCE_DIR}/external/metis is not correctly set up. If you are building from source, make sure all git submodules in the source directory are checked out, e.g. with\ncd ${CMAKE_SOURCE_DIR} && git submodule update --recursive --init")
"${CMAKE_SOURCE_DIR}/external/kiss_fft is not correctly set up. If you are building from source, make sure all git submodules in the source directory are checked out, e.g. with\ncd ${CMAKE_SOURCE_DIR} && git pull --recurse-submodules")
0 commit comments