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/metis/files/patch-ab | |
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>
Diffstat (limited to 'math/metis/files/patch-ab')
-rw-r--r-- | math/metis/files/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/metis/files/patch-ab b/math/metis/files/patch-ab new file mode 100644 index 000000000000..659723570fd9 --- /dev/null +++ b/math/metis/files/patch-ab @@ -0,0 +1,20 @@ +--- Lib/Makefile.orig Sat Apr 25 23:43:54 1998 ++++ Lib/Makefile Sat Apr 25 23:44:31 1998 +@@ -2,7 +2,7 @@ + + INCLUDES = -I./ + +-CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) ++CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + LD = $(CC) -L./ + + +@@ -17,7 +17,7 @@ + $(CC) $(CFLAGS) -c $*.c + + ../libmetis.a: $(OBJS) +- $(AR) $@ $(OBJS) ++ $(AR) $(ARFLAGS) $@ $(OBJS) + $(RANLIB) $@ + + checkin: |