diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-26 03:55:22 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-26 03:55:22 +0000 |
commit | aa396234bd3e51fb0b598e70a6df81ae04e2a7d6 (patch) | |
tree | be1890938e49233866874dcfdc63c6d4d42ecbae /math/metis4/files/patch-ac | |
parent | Activate eval. (diff) |
Import of METIS, a package for unstructured graph partitioning.
At least, that's what the COMMENT says it does...
PR: 4920
Submitted by: Pedro Giffuni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=10682
Diffstat (limited to 'math/metis4/files/patch-ac')
-rw-r--r-- | math/metis4/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/metis4/files/patch-ac b/math/metis4/files/patch-ac new file mode 100644 index 000000000000..dca2c7789b18 --- /dev/null +++ b/math/metis4/files/patch-ac @@ -0,0 +1,11 @@ +--- Programs/Makefile.orig Sat Apr 25 23:44:50 1998 ++++ Programs/Makefile Sat Apr 25 23:46:35 1998 +@@ -3,7 +3,7 @@ + BINDIR = .. + + INCLUDES = -I../Lib +-CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) ++CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + + LIBS = -lmetis -lm + LD = $(CC) $(LDOPTIONS) -L./ -L../ |