cvs commit: ports/math Makefile ports/math/qd Makefile distinfo pkg-descr pkg-plist

Maho Nakata maho at FreeBSD.org
Tue Mar 27 02:36:38 UTC 2007


maho        2007-03-27 02:36:33 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/qd              Makefile distinfo pkg-descr pkg-plist 
  Log:
  math/qd, a new port:
  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/
  
  Revision  Changes    Path
  1.449     +1 -0      ports/math/Makefile
  1.1       +27 -0     ports/math/qd/Makefile (new)
  1.1       +3 -0      ports/math/qd/distinfo (new)
  1.1       +11 -0     ports/math/qd/pkg-descr (new)
  1.1       +20 -0     ports/math/qd/pkg-plist (new)


More information about the cvs-ports mailing list