[Lunar-commits] r23059 - in moonbase/trunk/libs: . mpfr
Samuel Verstraete
elangelo at lunar-linux.org
Fri Jan 26 11:53:36 CET 2007
Author: elangelo
Date: 2007-01-26 11:53:36 +0100 (Fri, 26 Jan 2007)
New Revision: 23059
Added:
moonbase/trunk/libs/mpfr/
moonbase/trunk/libs/mpfr/DEPENDS
moonbase/trunk/libs/mpfr/DETAILS
Log:
initial import in moonbase... you need this for gfortran building in gcc4 :)
Added: moonbase/trunk/libs/mpfr/DEPENDS
===================================================================
--- moonbase/trunk/libs/mpfr/DEPENDS (rev 0)
+++ moonbase/trunk/libs/mpfr/DEPENDS 2007-01-26 10:53:36 UTC (rev 23059)
@@ -0,0 +1 @@
+depends gmp
Added: moonbase/trunk/libs/mpfr/DETAILS
===================================================================
--- moonbase/trunk/libs/mpfr/DETAILS (rev 0)
+++ moonbase/trunk/libs/mpfr/DETAILS 2007-01-26 10:53:36 UTC (rev 23059)
@@ -0,0 +1,17 @@
+ MODULE=mpfr
+ VERSION=2.2.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.mpfr.org/mpfr-current/
+ SOURCE_VFY=sha1:d0abd0943fcfc937a816bf67baaff3f0273a19e7
+ WEBSITE=http://www.mpfr.org/
+ ENTERED=20070111
+ UPDATED=20070111
+ MAINTAINER=elangelo at lunar-linux.org
+ SHORT="C library for multiple-precision floating-point computations"
+
+cat << EOF
+The MPFR library is a C library for multiple-precision floating-point
+computations with exact rounding (also called correct rounding). It is
+based on the GMP multiple-precision library.
+EOF
+
More information about the Lunar-commits
mailing list