diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-01-29 14:49:15 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-01-29 14:49:15 +0000 |
commit | e1b752da25df8c326108153f7e206ca587d9e861 (patch) | |
tree | 1531d7dc03b80e996946fad2ae35720d3c676599 /math | |
parent | 3024ae30b83eefc378f7d49d0f9965d35d329f51 (diff) | |
download | pkgsrc-e1b752da25df8c326108153f7e206ca587d9e861.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/mpcomplex/Makefile | 8 | ||||
-rw-r--r-- | math/mpcomplex/distinfo | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/math/mpcomplex/Makefile b/math/mpcomplex/Makefile index c9e0801031c..09093d58d76 100644 --- a/math/mpcomplex/Makefile +++ b/math/mpcomplex/Makefile @@ -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 HOMEPAGE= http://www.multiprecision.org/mpc/ diff --git a/math/mpcomplex/distinfo b/math/mpcomplex/distinfo index 9f8f4319c09..8fb3a46c533 100644 --- a/math/mpcomplex/distinfo +++ b/math/mpcomplex/distinfo @@ -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 |