aboutsummaryrefslogtreecommitdiff
path: root/math/qd
Commit message (Collapse)AuthorAgeFilesLines
* * Update to 2.3.7.Maho Nakata2009-02-112-5/+4
| | | | | | | | | * Unbraek for 7 amd64. [1] Submitted by: pav [1] Notes: svn path=/head/; revision=228035
* Remove CONFIGURE_ENV lineMaho Nakata2009-01-111-1/+0
| | | | | | | Submitted by: gerald@ Notes: svn path=/head/; revision=225784
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* Fix pkg-plist.Maho Nakata2008-02-051-0/+1
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=206737
* Update to 2.3.4.Maho Nakata2008-02-032-4/+4
| | | | Notes: svn path=/head/; revision=206656
* Fix pkg-plist.Maho Nakata2008-01-051-0/+1
| | | | | | | Submitted by: pav and erwin Notes: svn path=/head/; revision=205049
* Update to 2.3.1.Maho Nakata2007-12-313-9/+10
| | | | Notes: svn path=/head/; revision=204744
* Update to 2.2.6.Maho Nakata2007-09-212-4/+4
| | | | Notes: svn path=/head/; revision=199872
* Fix build.Maho Nakata2007-07-141-0/+1
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=195613
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-121-5/+1
| | | | Notes: svn path=/head/; revision=195455
* math/qd, a new port:Maho Nakata2007-03-274-0/+61
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. WWW: http://www.cs.berkeley.edu/~yozo/ Notes: svn path=/head/; revision=188439