pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Math-Prime-Util p5-Math-Prime-Util: update to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b1cfa9baf0a
branches: trunk
changeset: 371496:0b1cfa9baf0a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 13 15:22:31 2017 +0000
description:
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.
diffstat:
math/p5-Math-Prime-Util/Makefile | 4 ++--
math/p5-Math-Prime-Util/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 7b89191c1d0a -r 0b1cfa9baf0a math/p5-Math-Prime-Util/Makefile
--- a/math/p5-Math-Prime-Util/Makefile Mon Nov 13 15:19:49 2017 +0000
+++ b/math/p5-Math-Prime-Util/Makefile Mon Nov 13 15:22:31 2017 +0000
@@ -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/}
diff -r 7b89191c1d0a -r 0b1cfa9baf0a math/p5-Math-Prime-Util/distinfo
--- a/math/p5-Math-Prime-Util/distinfo Mon Nov 13 15:19:49 2017 +0000
+++ b/math/p5-Math-Prime-Util/distinfo Mon Nov 13 15:22:31 2017 +0000
@@ -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