diff --git a/math/qd/Makefile b/math/qd/Makefile index 151789d82212..dafdc3ac4eae 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -1,25 +1,24 @@ 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 USES= fortran libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static INSTALL_TARGET= install-strip USE_LDCONFIG= yes TEST_WRKSRC= ${WRKSRC}/tests TEST_TARGET= demo OPTIONS_DEFINE= DOCS .include 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 @@ -1,9 +1,12 @@ A Double-Double and Quad-Double Arithmetic library. Double-double and quad-double numbers are unevaluated sum of two and four IEEE doubles capable of representing 106 and 212 bits of significand, respectively. The library is written in C++, taking full advantage of operator overloading. C, Fortran 77, and Fortran 90 interfaces 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.