diff options
author | asau <asau@pkgsrc.org> | 2012-09-13 17:34:22 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-13 17:34:22 +0000 |
commit | 5accc91280b55df36b12c3b28a34c9bc0168b42e (patch) | |
tree | f7e45417396e11219618a401a0ec690e2421f8b4 /math/mpcomplex | |
parent | 6a18dad443c9d880089c2da6c532fc2c7a3f635e (diff) | |
download | pkgsrc-5accc91280b55df36b12c3b28a34c9bc0168b42e.tar.gz |
Update mpcomplex to mpc 1.0.1
Note that tests might need the package installed.
Changes in version 1.0.1:
- Switched to automake 1.11.6, see
https://lists.gnu.org/archive/html/automake/2012-07/msg00023.html
- #14669: Fixed extraction of CC from gmp.h
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345
Diffstat (limited to 'math/mpcomplex')
-rw-r--r-- | math/mpcomplex/Makefile | 8 | ||||
-rw-r--r-- | math/mpcomplex/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/math/mpcomplex/Makefile b/math/mpcomplex/Makefile index f1196e62560..76e721937ac 100644 --- a/math/mpcomplex/Makefile +++ b/math/mpcomplex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/09/11 23:04:24 asau Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/13 17:34:22 asau Exp $ -DISTNAME= mpc-1.0 -PKGNAME= mpcomplex-1.0 +DISTNAME= mpc-1.0.1 +PKGNAME= mpcomplex-1.0.1 CATEGORIES= math MASTER_SITES= http://www.multiprecision.org/mpc/download/ @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes INFO_FILES= yes +# The test that checks version match between binary library and +# headers MIGHT NEED THE PACKAGE INSTALLED. Might fail otherwise. TEST_TARGET= check BUILDLINK_API_DEPENDS.gmp+= gmp>=4.3.2 diff --git a/math/mpcomplex/distinfo b/math/mpcomplex/distinfo index 1fafc778272..1a3992a43d2 100644 --- a/math/mpcomplex/distinfo +++ b/math/mpcomplex/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2012/08/05 18:24:56 marino Exp $ +$NetBSD: distinfo,v 1.5 2012/09/13 17:34:22 asau Exp $ -SHA1 (mpc-1.0.tar.gz) = 20af7cc481433c019285a2c1757ac65e244e1e06 -RMD160 (mpc-1.0.tar.gz) = 9880676913b99537099617da7955028ccf99c878 -Size (mpc-1.0.tar.gz) = 628311 bytes +SHA1 (mpc-1.0.1.tar.gz) = 8c7e19ad0dd9b3b5cc652273403423d6cf0c5edf +RMD160 (mpc-1.0.1.tar.gz) = 2df950430c42b9be6f12fb02fa456097ad58f006 +Size (mpc-1.0.1.tar.gz) = 624125 bytes SHA1 (patch-src_get.c) = 25495981765971c031b5a92dce098a44e53413c8 |