ports/math/asir2000/files/patch-af
Jun Kuriyama 7e5cf26d64 Upgrade to 20020328.
PR:		ports/36570
Submitted by:	Saito Tomokatsu <saito@a2z.co.jp> (maintainer)
2002-04-01 08:21:20 +00:00

25 lines
743 B
Text

--- parse/glob.c.orig Sat Jan 5 02:45:29 2002
+++ parse/glob.c Sat Jan 26 18:33:43 2002
@@ -51,6 +51,7 @@
#include "al.h"
#include "parse.h"
#include "ox.h"
+#include "version.h"
#if PARI
#include "genpari.h"
#endif
@@ -669,8 +670,12 @@
printf("Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\n");
printf("Copyright 2000,2001, Risa/Asir committers, http://www.openxm.org/.\n");
printf("GC 5.3, copyright 1999, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n");
- printf("PARI 2.2.1(alpha), copyright (C) 2000,\n");
- printf(" C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.\n");
+#if PARI
+ printf("%s.\n",PARI_VERSION);
+#endif
+#if LAPACK
+ printf("%s.\n",LAPACK_VERSION);
+#endif
}