mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Upstream disapeared, and 2 forks are available, KarypisLab on GitHub and the PETSc one. ATM PETSc seems more active. Also enable OPENMP by default where it is available. Remark: manual.pdf and the graph directory are no more available.
8 lines
258 B
Text
8 lines
258 B
Text
--- CMakeLists.txt.orig 2025-03-31 19:34:42 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -22,3 +22,5 @@ add_subdirectory("libmetis")
|
|
add_subdirectory("include")
|
|
add_subdirectory("libmetis")
|
|
#add_subdirectory("programs")
|
|
+# Borrowed from metis-edf
|
|
+add_subdirectory("GKlib")
|