coreutils, gcc{,c++,objc,objc++}, mpfr, ppl: bumprev for gmp update.

--HG--
extra : convert_revision : 80acf8c61c267099edc7f749e787e2850eb2f77a
This commit is contained in:
Juan RP
2010-03-29 14:59:18 +02:00
parent 44f2918e68
commit f6120f278f
9 changed files with 27 additions and 7 deletions

View File

@@ -5,8 +5,10 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run gmp-devel
Add_dependency run ppl
revision=1
revision=2
do_install()
{

View File

@@ -1,7 +1,7 @@
# Template file for 'ppl'
pkgname=ppl
version=0.10.2
revision=1
revision=2
distfiles="http://www.cs.unipr.it/ppl/Download/ftp/releases/${version}/ppl-${version}.tar.gz"
build_style=gnu_configure
configure_args="--disable-rpath --enable-interfaces=c,cxx
@@ -25,7 +25,15 @@ long_desc="
exact-arithmetic version of the simplex algorithm."
base_chroot=yes
subpackages="ppl-devel"
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency full gmp ">=4.3.1_1"
subpackages="ppl-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run gmp
Add_dependency build gmp-devel
pre_configure()
{
# 5.0.1 compatibility
sed -i -e "s|__GMP_BITS_PER_MP_LIMB|GMP_LIMB_BITS|g" ${wrksrc}/configure
}