Date: Sat, 10 Mar 2018 17:24:34 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464079 - head/math/mpc Message-ID: <201803101724.w2AHOYMX029906@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Mar 10 17:24:34 2018 New Revision: 464079 URL: https://svnweb.freebsd.org/changeset/ports/464079 Log: Update to libmcp version 1.1.0 which brings the following changes: - New functions: . mpc_cmp_abs . mpc_rootofunity - Rewrite of the testing framework and a new mpcbench tool, used with `make bench`. - Bug fixes and improvements of existing functions: . Fixed compilation with mpfr 4.0.0. . Fixed handling of over- and underflows with directed rounding in the "other direction" for mpc_cos, mpc_sin, mpc_exp and mpc_pow . Fixed a bug in mpc_atan(0,y) with |y| near 1. - Minimally required dependencies are now gmp 5.0.0 and mpfr 3.0.0 (way below what the standard Ports Collection provides). PR: 225968 Tested by: antoine (exp-run) Modified: head/math/mpc/Makefile head/math/mpc/distinfo Modified: head/math/mpc/Makefile ============================================================================== --- head/math/mpc/Makefile Sat Mar 10 17:02:19 2018 (r464078) +++ head/math/mpc/Makefile Sat Mar 10 17:24:34 2018 (r464079) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpc -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 CATEGORIES= math devel MASTER_SITES= GNU @@ -21,7 +21,7 @@ USE_LDCONFIG= yes INFO= mpc PLIST_FILES= include/mpc.h \ - lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.0.0 + lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.1.0 regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check) Modified: head/math/mpc/distinfo ============================================================================== --- head/math/mpc/distinfo Sat Mar 10 17:02:19 2018 (r464078) +++ head/math/mpc/distinfo Sat Mar 10 17:24:34 2018 (r464079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517134078 -SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 -SIZE (mpc-1.0.3.tar.gz) = 669925 +TIMESTAMP = 1518347453 +SHA256 (mpc-1.1.0.tar.gz) = 6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e +SIZE (mpc-1.1.0.tar.gz) = 701263
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803101724.w2AHOYMX029906>