pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/mpcomplex



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jan 29 14:49:15 UTC 2018

Modified Files:
        pkgsrc/math/mpcomplex: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/mpcomplex/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/mpcomplex/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/mpcomplex/Makefile
diff -u pkgsrc/math/mpcomplex/Makefile:1.10 pkgsrc/math/mpcomplex/Makefile:1.11
--- pkgsrc/math/mpcomplex/Makefile:1.10 Sun Jan 28 16:24:11 2018
+++ pkgsrc/math/mpcomplex/Makefile      Mon Jan 29 14:49:15 2018
@@ -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/

Index: pkgsrc/math/mpcomplex/distinfo
diff -u pkgsrc/math/mpcomplex/distinfo:1.8 pkgsrc/math/mpcomplex/distinfo:1.9
--- pkgsrc/math/mpcomplex/distinfo:1.8  Thu Mar 23 17:06:55 2017
+++ pkgsrc/math/mpcomplex/distinfo      Mon Jan 29 14:49:15 2018
@@ -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