diff options
author | gerald <gerald@FreeBSD.org> | 2013-10-26 08:52:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-10-26 08:52:33 +0800 |
commit | 59207d74c514f603766aee8c408fb3141a60dbe5 (patch) | |
tree | b8b96118ea47b0d759741f6837c7c0e3268cf8b1 /benchmarks | |
parent | 027239e19a44ee9ad3bbb081af344ea9813f9994 (diff) | |
download | freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.tar.gz freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.tar.zst freebsd-ports-gnome-59207d74c514f603766aee8c408fb3141a60dbe5.zip |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #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.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/himenobench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/hpl/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/imb/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/mdtest/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/octave-forge-benchmark/Makefile | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 7a7c1c8f26bd..b610c1782ced 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -3,7 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2004.08.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/secure/4502/:C http://accc.riken.jp/secure/4503/:C \ http://accc.riken.jp/secure/4504/:F90 http://accc.riken.jp/secure/4505/:F77 diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index f6318201155c..0020203865d5 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -3,6 +3,7 @@ PORTNAME= hpl PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR= benchmark/hpl diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index bcb2197f4677..c6f134ce0409 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -3,7 +3,7 @@ PORTNAME= criterion PORTVERSION= 0.6.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index 9a3f18e467bc..6cba9277d630 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -3,7 +3,7 @@ PORTNAME= imb PORTVERSION= 3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= benchmarks parallel MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://cache-www.intel.com/cd/00/00/32/71/ diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index dceb3989ab1b..c6b26dd867ce 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -3,6 +3,7 @@ PORTNAME= mdtest PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile index d4f7b7a03f6f..cc389b28da84 100644 --- a/benchmarks/octave-forge-benchmark/Makefile +++ b/benchmarks/octave-forge-benchmark/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-benchmark PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org |