summaryrefslogtreecommitdiff
path: root/math/gp-grape/patches
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-08-21 08:09:56 +0000
committercjep <cjep@pkgsrc.org>2002-08-21 08:09:56 +0000
commit13338e0d25a7c2b59c362ee494f0a81163a613bd (patch)
treea99c49b8e4963e853f32ad69a60305eedfaedf12 /math/gp-grape/patches
parent1b1c4a3ba399df39f91df7e5748debe1f06d43ef (diff)
downloadpkgsrc-13338e0d25a7c2b59c362ee494f0a81163a613bd.tar.gz
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.
Diffstat (limited to 'math/gp-grape/patches')
-rw-r--r--math/gp-grape/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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)" )
+