pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-Prime-Util
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 13 15:22:31 UTC 2017
Modified Files:
pkgsrc/math/p5-Math-Prime-Util: Makefile distinfo
Log Message:
p5-Math-Prime-Util: update to 0.69.
0.69 2017-11-08
[ADDED]
- is_totient(n) true if euler_phi(x) == n for some x
[FUNCTIONALITY AND PERFORMANCE]
- is_square_free uses abs(n), like Pari and moebius.
- is_primitive_root could be wrong with even n on some platforms.
- euler_phi and moebius with negative range inputs weren't consistent.
- factorialmod given a large n and m where m was a composite with
large square factors was incorrect. Fixed.
- numtoperm will accept negative k values (k is always mod n!)
- Split XS mapping of many primality tests. Makes more sense and
improves performance for some calls.
- Split final test in PP cluster sieve.
- Support some new Math::Prime::Util::GMP functions from 0.47.
- C spigot Pi is 30-60% faster on x86_64 by using 32-bit types.
- Reworked some factoring code.
- Remove ISAAC (Perl and C) since we use ChaCha.
- Each thread allocs a new const array again instead of sharing.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/p5-Math-Prime-Util/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/p5-Math-Prime-Util/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/p5-Math-Prime-Util/Makefile
diff -u pkgsrc/math/p5-Math-Prime-Util/Makefile:1.19 pkgsrc/math/p5-Math-Prime-Util/Makefile:1.20
--- pkgsrc/math/p5-Math-Prime-Util/Makefile:1.19 Mon Oct 23 13:01:48 2017
+++ pkgsrc/math/p5-Math-Prime-Util/Makefile Mon Nov 13 15:22:31 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/10/23 13:01:48 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2017/11/13 15:22:31 wiz Exp $
-DISTNAME= Math-Prime-Util-0.68
+DISTNAME= Math-Prime-Util-0.69
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
Index: pkgsrc/math/p5-Math-Prime-Util/distinfo
diff -u pkgsrc/math/p5-Math-Prime-Util/distinfo:1.15 pkgsrc/math/p5-Math-Prime-Util/distinfo:1.16
--- pkgsrc/math/p5-Math-Prime-Util/distinfo:1.15 Mon Oct 23 13:01:48 2017
+++ pkgsrc/math/p5-Math-Prime-Util/distinfo Mon Nov 13 15:22:31 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/10/23 13:01:48 wiz Exp $
+$NetBSD: distinfo,v 1.16 2017/11/13 15:22:31 wiz Exp $
-SHA1 (Math-Prime-Util-0.68.tar.gz) = 27c8efbdaaa7b89dea87fe31deab3be36f02b8cf
-RMD160 (Math-Prime-Util-0.68.tar.gz) = b7d844fdbd1cac14ce23946ff6a2f3731f60a83b
-SHA512 (Math-Prime-Util-0.68.tar.gz) = 6373537d10939ffa4c2542e64da575b1da73652dda26df6108e703faf148c0edec5add016d5c53cbdcd1947fe62d9bdeee752ee9699348f7092056c5c322a238
-Size (Math-Prime-Util-0.68.tar.gz) = 593993 bytes
+SHA1 (Math-Prime-Util-0.69.tar.gz) = 61bcc8f871fd43154cc09a8a853d2516e877fb0f
+RMD160 (Math-Prime-Util-0.69.tar.gz) = 3150689afb090de221699c502fb3d445d8398e33
+SHA512 (Math-Prime-Util-0.69.tar.gz) = 07780f28398b6e2cfbc1ccaa2cce2d3b32ea000ec9fc3909d9650c0c9dc6f24c0982de8ce52bc3dcfc525e10ad2d5a687a1833a6fab82008345fdba78fbfdfeb
+Size (Math-Prime-Util-0.69.tar.gz) = 593915 bytes
Home |
Main Index |
Thread Index |
Old Index