| Karim Belabas on Tue, 11 Oct 2011 21:43:34 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: test kernel and ploth |
* Leonardo Cangelmi [2011-10-11 19:35]:
> I compiled and tested gp-pari-2.5.0 on a PC with Intel Core 2 Duo CPU and
> Ubuntu 10.04 OS. Everything was ok, except test-kernel and test-ploth.
> For test-kernel, it seems that there is something wrong in dummy.c or
> mp.c;
Yes, we forgot to update dummy.c. The patch is trivial :
diff --git a/src/test/dummy.c b/src/test/dummy.c
index a232e34..2083993 100644
--- a/src/test/dummy.c
+++ b/src/test/dummy.c
@@ -9,8 +9,9 @@ void shiftaddress(){}
void shiftaddress_canon(){}
void powuu(){}
void gerepilemanysp(){}
-void invr(){}
void ceilr(){}
void roundr(){}
void pari_err(){}
void pari_warn(){}
+void quadratic_prec_mask(){}
+void prec2nbits(){}
> for test-ploth, it seems that the only problem is that the error
> messages in 2.5.0 are longer than in previous versions (so that it
> suffices to update the file ploth in src/test/32).
Indeed.
> I am attaching below some output which can help you in fixing these
> minor problems.
Both problems are now fixed in the testing branch.
Thanks for your report !
Cheers,
K.B.
--
Karim Belabas, IMB (UMR 5251) Tel: (+33) (0)5 40 00 26 17
Universite Bordeaux 1 Fax: (+33) (0)5 40 00 69 50
351, cours de la Liberation http://www.math.u-bordeaux1.fr/~belabas/
F-33405 Talence (France) http://pari.math.u-bordeaux1.fr/ [PARI/GP]
`