gmp: update to 5.0.0.
--HG-- extra : convert_revision : f3a756723a43deae69b6c88061b5c703a790d2ff
This commit is contained in:
parent
f7c2cc5ec4
commit
23bd0c80ed
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'gmp'
|
# Template build file for 'gmp'
|
||||||
pkgname=gmp
|
pkgname=gmp
|
||||||
version=4.3.2
|
version=5.0.0
|
||||||
distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2"
|
distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
# Build with -fexceptions as suggested by ppl.
|
# Build with -fexceptions as suggested by ppl.
|
||||||
|
@ -8,7 +8,7 @@ CPPFLAGS="-fexceptions"
|
||||||
configure_args="--enable-cxx --enable-mpbsd --build=${xbps_machine}-pc-linux-gnu"
|
configure_args="--enable-cxx --enable-mpbsd --build=${xbps_machine}-pc-linux-gnu"
|
||||||
short_desc="Library for arbitrary precision arithmetic"
|
short_desc="Library for arbitrary precision arithmetic"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=936162c0312886c21581002b79932829aa048cfaf9937c6265aeaa14f1cd1775
|
checksum=f089fd0e5c95a07566532952035b090125b2530de2b024aeecdf23c2b787984f
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU MP is a library for arbitrary precision arithmetic, operating on signed
|
GNU MP is a library for arbitrary precision arithmetic, operating on signed
|
||||||
integers, rational numbers, and floating point numbers. It has a rich set
|
integers, rational numbers, and floating point numbers. It has a rich set
|
||||||
|
|
Loading…
Reference in New Issue