From 13338e0d25a7c2b59c362ee494f0a81163a613bd Mon Sep 17 00:00:00 2001 From: cjep Date: Wed, 21 Aug 2002 08:09:56 +0000 Subject: Initial import of GRAPE 4r1 into the NetBSD packages collection as math/gp-grape. GRAPE is a GAP package for mathematical computation with graphs and groups. It was written by Leonard H. Soicher of Queen Mary, University of London. --- math/gp-grape/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/gp-grape/patches/patch-aa (limited to 'math/gp-grape/patches') diff --git a/math/gp-grape/patches/patch-aa b/math/gp-grape/patches/patch-aa new file mode 100644 index 00000000000..971423713fa --- /dev/null +++ b/math/gp-grape/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/08/21 08:09:56 cjep Exp $ + +--- Makefile.in.orig Wed Mar 1 13:31:12 2000 ++++ Makefile.in +@@ -72,7 +72,7 @@ + + binaries: + if test ! -d bin; then mkdir bin; fi +- if test ! -d bin/@target@-@CC@; then mkdir bin/@GAPARCH@; fi ++ if test ! -d bin/@GAPARCH@; then mkdir bin/@GAPARCH@; fi + ( cd nauty20; rm -f *.o; make CC=$(CC) BINDIR="@GAPARCH@" LDFLAGS="$(LOPTS)" CFLAGS="$(NCOPTS)"; rm -f *.o ) + ( cd src; make CC=$(CC) BINDIR="@GAPARCH@" LDFLAGS="$(LOPTS)" CFLAGS="$(UCOPTS)" ) + -- cgit v1.2.3