gmp: update to 5.0.1, bump abi_depends.
--HG-- extra : convert_revision : f3cc47c30a96976069e3505c98df033fb4f3878d
This commit is contained in:
parent
88381e423d
commit
60c226b59d
3 changed files with 12 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=4.2.2"
|
abi_depends=">=5.0.1"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -1,14 +1,18 @@
|
||||||
# Template build file for 'gmp'
|
# Template build file for 'gmp'
|
||||||
pkgname=gmp
|
pkgname=gmp
|
||||||
version=4.3.2
|
version=5.0.1
|
||||||
distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2"
|
distfiles="ftp://ftp.gnu.org/gnu/gmp/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.
|
||||||
CPPFLAGS="-fexceptions"
|
CPPFLAGS="-fexceptions"
|
||||||
configure_args="--enable-cxx --enable-mpbsd --build=${xbps_machine}-pc-linux-gnu"
|
if [ "${xbps_machine}" = "i686" ]; then
|
||||||
|
configure_args="ABI=32"
|
||||||
|
fi
|
||||||
|
configure_args="${configure_args} --enable-cxx --enable-mpbsd
|
||||||
|
--build=${xbps_machine}-unknown-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=a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb
|
||||||
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
|
||||||
|
@ -27,6 +31,6 @@ long_desc="
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
subpackages="gmp-devel"
|
subpackages="gmp-devel"
|
||||||
Add_dependency build m4
|
Add_dependency build m4
|
||||||
Add_dependency run glibc
|
|
||||||
Add_dependency run libgcc
|
Add_dependency run libgcc
|
||||||
|
Add_dependency run glibc
|
||||||
Add_dependency run libstdc++
|
Add_dependency run libstdc++
|
||||||
|
|
|
@ -38,8 +38,8 @@ libbz2.so bzip2 bzip2-devel
|
||||||
libarchive.so libarchive libarchive-devel
|
libarchive.so libarchive libarchive-devel
|
||||||
libgcc_s.so libgcc
|
libgcc_s.so libgcc
|
||||||
libmp.so gmp gmp-devel
|
libmp.so gmp gmp-devel
|
||||||
libgmp.so gmp gmp-devel
|
libgmp.so.10 gmp gmp-devel
|
||||||
libgmpxx.so gmp gmp-devel
|
libgmpxx.so.10 gmp gmp-devel
|
||||||
libmpfr.so mpfr mpfr-devel
|
libmpfr.so mpfr mpfr-devel
|
||||||
libpwl.so ppl ppl-devel
|
libpwl.so ppl ppl-devel
|
||||||
libppl.so ppl ppl-devel
|
libppl.so ppl ppl-devel
|
||||||
|
|
Loading…
Reference in a new issue