pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mpcomplex Update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1856ccd7265f
branches:  trunk
changeset: 374797:1856ccd7265f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jan 29 14:49:15 2018 +0000

description:
Update to 1.1.0

* Fix build with math/mpfr-4.0.0

Changelog:
Changes in version 1.1.0:
  - Minimally required library versions: GMP 5.0.0 and MPFR 3.0.0
  - Fixed issues with MPFR 4.0.0
  - New functions: mpc_cmp_abs, mpc_rootofunity
  - Improved speed for corner cases of mpc_asin, mpc_sin, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2013-December/001266.html
  - Rewrite of the testing framework
  - New mpcbench tool, used with "make bench"
  - Fixed handling of over- and underflows with directed rounding in the
    "other direction" for mpc_cos, mpc_sin, mpc_exp and mpc_pow, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2015-March/001336.html
  - Fixed a bug in mpc_atan(0,y) with |y| near 1, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2017-March/001404.html

diffstat:

 math/mpcomplex/Makefile |   8 +++-----
 math/mpcomplex/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (34 lines):

diff -r dbaaadfba079 -r 1856ccd7265f math/mpcomplex/Makefile
--- a/math/mpcomplex/Makefile   Mon Jan 29 14:48:02 2018 +0000
+++ b/math/mpcomplex/Makefile   Mon Jan 29 14:49:15 2018 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2018/01/28 16:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/01/29 14:49:15 ryoon Exp $
 
-DISTNAME=      mpc-1.0.3
+DISTNAME=      mpc-1.1.0
 PKGNAME=       ${DISTNAME:S/mpc/mpcomplex/}
-PKGREVISION=   1
 CATEGORIES=    math
-MASTER_SITES=  http://www.multiprecision.org/mpc/download/
-MASTER_SITES+= ${MASTER_SITE_GNU:=mpc/}
+MASTER_SITES=  ${MASTER_SITE_GNU:=mpc/}
 
 MAINTAINER=    MarkoSchuetz%web.de@localhost
 HOMEPAGE=      http://www.multiprecision.org/mpc/
diff -r dbaaadfba079 -r 1856ccd7265f math/mpcomplex/distinfo
--- a/math/mpcomplex/distinfo   Mon Jan 29 14:48:02 2018 +0000
+++ b/math/mpcomplex/distinfo   Mon Jan 29 14:49:15 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/03/23 17:06:55 joerg Exp $
+$NetBSD: distinfo,v 1.9 2018/01/29 14:49:15 ryoon Exp $
 
-SHA1 (mpc-1.0.3.tar.gz) = b8be66396c726fdc36ebb0f692ed8a8cca3bcc66
-RMD160 (mpc-1.0.3.tar.gz) = 22f4c3bed0c4298bcafbd4cbfa9d74cb5bdda186
-SHA512 (mpc-1.0.3.tar.gz) = 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
-Size (mpc-1.0.3.tar.gz) = 669925 bytes
+SHA1 (mpc-1.1.0.tar.gz) = b019d9e1d27ec5fb99497159d43a3164995de2d0
+RMD160 (mpc-1.1.0.tar.gz) = e228957f800331e40ecb6c1c7c6781997812079d
+SHA512 (mpc-1.1.0.tar.gz) = 72d657958b07c7812dc9c7cbae093118ce0e454c68a585bfb0e2fa559f1bf7c5f49b93906f580ab3f1073e5b595d23c6494d4d76b765d16dde857a18dd239628
+Size (mpc-1.1.0.tar.gz) = 701263 bytes
 SHA1 (patch-src_get.c) = 25495981765971c031b5a92dce098a44e53413c8



Home | Main Index | Thread Index | Old Index