git: ca6705de0c2d - main - math/qd: upgrade to 2.3.24
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Nov 2023 18:32:56 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca6705de0c2de4757508cc3eff8757326989080d commit ca6705de0c2de4757508cc3eff8757326989080d Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-11-05 18:30:35 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-11-05 18:32:50 +0000 math/qd: upgrade to 2.3.24 Do not mark deprecated, but note that the author advises new users to use DQFUN, QXFUN or DDFUN (FORTRAN only). --- math/qd/Makefile | 5 ++--- math/qd/distinfo | 6 +++--- math/qd/pkg-descr | 3 +++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/qd/Makefile b/math/qd/Makefile index 151789d82212..dafdc3ac4eae 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -1,12 +1,11 @@ PORTNAME= qd -DISTVERSION= 2.3.23 -PORTREVISION= 1 +DISTVERSION= 2.3.24 CATEGORIES= math MASTER_SITES= https://www.davidhbailey.com/dhbsoftware/ MAINTAINER= fortran@FreeBSD.org COMMENT= Double-Double and Quad-Double Arithmetic -WWW= https://crd-legacy.lbl.gov/~dhbailey/mpdist +WWW= https://www.davidhbailey.com/dhbsoftware/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/math/qd/distinfo b/math/qd/distinfo index 6392ae3a09c8..924a3d861a35 100644 --- a/math/qd/distinfo +++ b/math/qd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629206837 -SHA256 (qd-2.3.23.tar.gz) = b3eaf41ce413ec08f348ee73e606bd3ff9203e411c377c3c0467f89acf69ee26 -SIZE (qd-2.3.23.tar.gz) = 781558 +TIMESTAMP = 1699207758 +SHA256 (qd-2.3.24.tar.gz) = a47b6c73f86e6421e86a883568dd08e299b20e36c11a99bdfbe50e01bde60e38 +SIZE (qd-2.3.24.tar.gz) = 812215 diff --git a/math/qd/pkg-descr b/math/qd/pkg-descr index 58289123387d..faaae6756584 100644 --- a/math/qd/pkg-descr +++ b/math/qd/pkg-descr @@ -7,3 +7,6 @@ are also provided. This work was done at Lawrence Berkeley National Laboratory, NERSC Division, Yozo Hida with Xiaoye S. Li and David H. Bailey. + +Note: This package is an older package, it is not thread-safe. New users should +use DQFUN, QXFUN or DDFUN.