2010-04-15 17:04:48 +00:00
|
|
|
# Template build file for 'mpc'
|
|
|
|
pkgname=mpc
|
2012-01-11 18:27:30 +00:00
|
|
|
version=0.9
|
2010-05-26 14:00:11 +00:00
|
|
|
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-06-03 07:42:49 +00:00
|
|
|
subpackages="mpc-devel"
|
2012-01-11 18:27:30 +00:00
|
|
|
configure_args="EGREP=egrep"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="gmp-devel mpfr-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2010-04-15 17:04:48 +00:00
|
|
|
short_desc="C library for the arithmetic of complex numbers"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-11 18:27:30 +00:00
|
|
|
checksum=fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
|
2010-04-15 17:04:48 +00:00
|
|
|
long_desc="
|
|
|
|
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
|
|
|
|
high precision and correct rounding of the result. It is built upon and
|
|
|
|
follows the same principles as Mpfr."
|