ports/math/metis/files/patch-CMakeLists.txt
Thierry Thomas 4291c7c5df Since the upgrade of math/suitesparse to 5.2.0, it depends unconditionnaly on
math/metis. Because math/metis and math/metis-edf are conflicting, this means
that the ports which depend on SuiteSparse and on metis-edf became BROKEN.

To solve this problem, this revision adds the missings includes brought by
metis-edf to metis.

Note for myself: if everything goes well, do not forget to deprecate the port
math/metis-edf in a near future.
2018-05-06 08:15:59 +00:00

8 lines
257 B
Text

--- CMakeLists.txt.orig 2013-03-30 16:24:45 UTC
+++ CMakeLists.txt
@@ -25,3 +25,5 @@ include_directories(include)
add_subdirectory("include")
add_subdirectory("libmetis")
add_subdirectory("programs")
+# Borrowed from metis-edf
+add_subdirectory("GKlib")