diff --git a/srcpkgs/ppl/ppl-devel.template b/srcpkgs/ppl/ppl-devel.template index a88474c15d..22585b30a4 100644 --- a/srcpkgs/ppl/ppl-devel.template +++ b/srcpkgs/ppl/ppl-devel.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." -revision=1 - Add_dependency run libgcc Add_dependency run glibc Add_dependency run libstdc++ diff --git a/srcpkgs/ppl/template b/srcpkgs/ppl/template index 039cb7739b..ef271faa66 100644 --- a/srcpkgs/ppl/template +++ b/srcpkgs/ppl/template @@ -1,14 +1,13 @@ # Template file for 'ppl' pkgname=ppl -version=0.11 +version=0.11.2 distfiles="http://www.cs.unipr.it/ppl/Download/ftp/releases/${version}/ppl-${version}.tar.bz2" build_style=gnu_configure configure_args="--disable-rpath --enable-interfaces=c,cxx - --with-bgmp-prefix=${XBPS_MASTERDIR}/usr - --with-gnu-ld --disable-debugging" +--with-gmp-prefix=${XBPS_MASTERDIR}/usr --with-gnu-ld --disable-debugging" short_desc="The Parma Polyhedra Library" maintainer="Juan RP " -checksum=f4f28b75c95ed7f7adf8e5387ca4b012d9405ce0bc098629ea1653d711028cbc +checksum=e3fbd1c19ef44c6f020951807cdb6fc6a8153cd3a5c53b0ab9cf4c4f6e8cbbeb long_desc=" The Parma Polyhedra Library (PPL) provides numerical abstractions especially targeted at applications in the field of analysis and verification of complex @@ -22,8 +21,10 @@ long_desc=" and a mixed integer linear programming problem solver using an exact-arithmetic version of the simplex algorithm." +disable_parallel_build=yes base_chroot=yes subpackages="ppl-devel" + Add_dependency run libgcc Add_dependency run glibc Add_dependency run libstdc++