2008-10-21 01:49:59 +02:00
|
|
|
# Template build file for 'mpfr'
|
|
|
|
pkgname=mpfr
|
2009-03-07 23:55:45 +01:00
|
|
|
version=2.4.1
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://www.mpfr.org/mpfr-current/$pkgname-$version.tar.bz2"
|
2008-10-21 01:49:59 +02:00
|
|
|
build_style=gnu_configure
|
2008-11-26 11:53:09 +01:00
|
|
|
configure_args="--enable-thread-safe"
|
2008-10-21 01:49:59 +02:00
|
|
|
short_desc="Library for multiple-precision floating-point computations"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-07 23:55:45 +01:00
|
|
|
checksum=642890e85c6ee684b5c257612df15b034b2a06a5c277fb6647332ebe763a485e
|
2008-10-21 01:49:59 +02:00
|
|
|
long_desc="
|
|
|
|
The MPFR library is a C library for multiple-precision floating-point
|
|
|
|
computations with correct rounding. MPFR has continuously been supported
|
|
|
|
by the INRIA and the current main authors come from the CACAO and Arénaire
|
|
|
|
project-teams at Loria (Nancy, France) and LIP (Lyon, France) respectively;
|
|
|
|
see more on the credit page. MPFR is based on the GMP multiple-precision
|
|
|
|
library."
|
|
|
|
|
2008-10-27 07:42:40 +01:00
|
|
|
base_chroot=yes
|
2009-02-24 07:13:11 +01:00
|
|
|
subpackages="devel"
|
|
|
|
|
|
|
|
Add_dependency full gmp
|