gmp: update to 4.3.2.
--HG-- extra : convert_revision : a0b529a2dcbe84f8b205f24f054e4639db1ff4d5
This commit is contained in:
parent
fea5a6bbd6
commit
3b0e86304c
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development: headers, static libs, etc."
|
This package contains files for development: headers, static libs, etc."
|
||||||
|
|
||||||
revision=4
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run gmp
|
Add_dependency run gmp
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template build file for 'gmp'
|
# Template build file for 'gmp'
|
||||||
pkgname=gmp
|
pkgname=gmp
|
||||||
version=4.3.1
|
version=4.3.2
|
||||||
revision=4
|
|
||||||
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.
|
||||||
|
@ -9,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=aa0295472854f2f9691db7c6892921452521b4d5def15223136f4733309db7c8
|
checksum=936162c0312886c21581002b79932829aa048cfaf9937c6265aeaa14f1cd1775
|
||||||
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