pkgsrc/math/gp-grape/patches/patch-aa
cjep 13338e0d25 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.
2002-08-21 08:09:56 +00:00

13 lines
518 B
Text

$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)" )