summaryrefslogtreecommitdiff
path: root/math/metis/patches/patch-ac
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-10 04:18:37 +0000
committerjtb <jtb>2001-02-10 04:18:37 +0000
commitf73ab106f1f085bf4ce6e198dea93e2872164a34 (patch)
tree4d1179980c826efb53299827299260cd02c51ad0 /math/metis/patches/patch-ac
parentbc8eb1014336749424485bfd6914b5faf847d877 (diff)
downloadpkgsrc-f73ab106f1f085bf4ce6e198dea93e2872164a34.tar.gz
Initial import of metis:
METIS is a family of programs for partitioning unstructured graphs and hypergraphs and computing fill-reducing orderings of sparse matrices. The underlying algorithms used by METIS are based on the state-of-the-art multilevel paradigm that has been shown to produce high quality results and scale to very large problems. It is available both as a set of stand-alone programs and as a library.
Diffstat (limited to 'math/metis/patches/patch-ac')
-rw-r--r--math/metis/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/metis/patches/patch-ac b/math/metis/patches/patch-ac
new file mode 100644
index 00000000000..d1faca8e5d1
--- /dev/null
+++ b/math/metis/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/02/10 04:18:37 jtb Exp $
+
+--- Programs/Makefile.orig Wed Feb 7 21:15:22 2001
++++ Programs/Makefile
+@@ -3,7 +3,7 @@
+ BINDIR = ..
+
+ INCLUDES = -I../Lib
+-CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
++CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
+
+ LIBS = -lmetis -lm
+ LD = $(CC) $(LDOPTIONS) -L. -L..