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)
This commit is contained in:
parent
aec6fb0fb3
commit
2c7db73299
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464079
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user