mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
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.
8 lines
257 B
Text
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")
|