gmp: update to 5.0.2
This commit is contained in:
parent
f0bcdbbd18
commit
c501c066ba
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gmp'
|
||||
pkgname=gmp
|
||||
version=5.0.1
|
||||
distfiles="ftp://ftp.gnu.org/gnu/gmp/gmp-${version}.tar.bz2"
|
||||
version=5.0.2
|
||||
distfiles="${GNU_SITE}/gmp/gmp-${version}.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
# Build with -fexceptions as suggested by ppl.
|
||||
CPPFLAGS="-fexceptions"
|
||||
|
@ -10,10 +10,9 @@ if [ "${XBPS_MACHINE}" = "i686" ]; then
|
|||
fi
|
||||
configure_args="${configure_args} --enable-cxx --enable-mpbsd
|
||||
--build=${XBPS_MACHINE}-unknown-linux-gnu"
|
||||
revision=1
|
||||
short_desc="Library for arbitrary precision arithmetic"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb
|
||||
checksum=dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28
|
||||
long_desc="
|
||||
GNU MP is a library for arbitrary precision arithmetic, operating on signed
|
||||
integers, rational numbers, and floating point numbers. It has a rich set
|
||||
|
|
Loading…
Reference in New Issue