pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/pari
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 3 12:05:29 UTC 2016
Modified Files:
pkgsrc/math/pari: Makefile distinfo
Log Message:
Updated pari to 2.7.6.
Done for version 2.7.6 (released 20/06/2016):
[last column crossreferences current development release 2.8.0]
Fixed
1- [from 2.7.5] O(1) == O(x) returned 0 [#1765]
2- matsolve(a,b) and a^(-1) gave wrong results [or SEGV] when t_MAT [F86]
a was not square and a,b "modular" (F2m,Flm,FpM,FqM,F2xqM,FlxqM)
same for x^(-1) [#1666]
3- e=ellinit("11a1"); ellztopoint(e,3*e.omega[1]/5)[2] wrong [#1683] [F97]
4- K.codiff incorrect if [K:Q] > 2 [F130]
5- nfrootsof1(polcyclo(85)) -> 85 instead of 170 [#1766] [F133]
6- at \p19, polroots((x+1)^2*(x-1)^7*(x^2-x+1)^5*1.0)-> SEGV [#1767] [F134]
BA 7- ellsea returned the trace instead of the cardinal as documented. [F135]
BA 8- ellsea(,,1) could return a wrong result [#1768] [F136]
MC 9- memory leak in pari_close: sopath not freed [F138]
10- isprimepower(30011^(3*17)) returned 0 [F141]
BA 11- [mpi] interrupt/alarm could cause a crash [F143]
BA 12- [mpi] relinking empty t_LIST caused a crash [F144]
BA 13- my(s=1,a=0);forstep(i=1,20,s,s++;a+=i);a -> wrong result [F146]
14- sqrt(0) -> loss of accuracy (sqrtn was correct) [F148]
15- K = bnrinit(bnfinit(y^2-5),[1,[1,1]]); bnrdisc(K) ->wrong [#1804] [F152]
16- ellztopoint(ellinit([-1,0]), I) -> wrong result [#1800] [F153]
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/math/pari/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/math/pari/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/pari/Makefile
diff -u pkgsrc/math/pari/Makefile:1.68 pkgsrc/math/pari/Makefile:1.69
--- pkgsrc/math/pari/Makefile:1.68 Sat May 7 10:03:25 2016
+++ pkgsrc/math/pari/Makefile Sun Jul 3 12:05:29 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2016/05/07 10:03:25 joerg Exp $
+# $NetBSD: Makefile,v 1.69 2016/07/03 12:05:29 wiz Exp $
-DISTNAME= pari-2.7.5
-PKGREVISION= 1
+DISTNAME= pari-2.7.6
CATEGORIES= math
MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
Index: pkgsrc/math/pari/distinfo
diff -u pkgsrc/math/pari/distinfo:1.25 pkgsrc/math/pari/distinfo:1.26
--- pkgsrc/math/pari/distinfo:1.25 Sat May 7 10:03:25 2016
+++ pkgsrc/math/pari/distinfo Sun Jul 3 12:05:29 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2016/05/07 10:03:25 joerg Exp $
+$NetBSD: distinfo,v 1.26 2016/07/03 12:05:29 wiz Exp $
-SHA1 (pari-2.7.5.tar.gz) = ca6f6bc57d2028df5a5bddd3810a82cb05d139f2
-RMD160 (pari-2.7.5.tar.gz) = b5cc28e5382cc31d7da7dcb9258a7099d31872ce
-SHA512 (pari-2.7.5.tar.gz) = 1dcc60d3b9ab6b46fd8e5d0e28e5e37369da0eb872869788b6ac7f92ce69a21789c114cd432cf8416014e4359db5c23816b49a26ad59965f51092d30b8af9d41
-Size (pari-2.7.5.tar.gz) = 3159103 bytes
+SHA1 (pari-2.7.6.tar.gz) = b8c803e82740ffe6548f84e94e2ddb70786dd0fb
+RMD160 (pari-2.7.6.tar.gz) = 55a3adf974de63967ce20e1f8fb5925c38229d0c
+SHA512 (pari-2.7.6.tar.gz) = 9cc623778068fe06878b2be0e4c60b75b585220e78446ed0c5e0197a3688e32cb901ce8a0e794d6dd310dab036784f73c0c9a608628ef89dd3e40fe3d9f7dc48
+Size (pari-2.7.6.tar.gz) = 3160272 bytes
SHA1 (patch-Configure) = b8f86c8111709e09616383dedeb9dda8fd098157
SHA1 (patch-config_DOC__Make.SH) = 088e1b0ff98a42ed50ef90fae87e3a7989239dea
SHA1 (patch-config_Makefile.SH) = 1b653ec4b506637e5e63b63ec58035912749bef4
Home |
Main Index |
Thread Index |
Old Index