void-packages/srcpkgs/ppl/template
2011-11-12 01:54:14 +00:00

34 lines
1.4 KiB
Plaintext

# Template file for 'ppl'
pkgname=ppl
version=0.11.2
distfiles="http://bugseng.com/products/ppl/download/ftp/releases/${version}/ppl-${version}.tar.bz2"
build_style=gnu-configure
configure_args="--disable-rpath --enable-interfaces=c,cxx
--with-gmp-prefix=${XBPS_MASTERDIR}/usr --with-gnu-ld --disable-debugging"
revision=1
short_desc="The Parma Polyhedra Library"
maintainer="Juan RP <xtraeme@gmail.com>"
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
systems. These abstractions include convex polyhedra, defined as the
intersection of a finite number of (open or closed) halfspaces, each
described by a linear inequality (strict or non-strict) with rational
coefficients; some special classes of polyhedra shapes that offer interesting
complexity/precision tradeoffs; and grids which represent regularly spaced
points that satisfy a set of linear congruence relations. The library also
supports finite powersets and products of (any kind of) polyhedra and grids
and a mixed integer linear programming problem solver using an
exact-arithmetic version of the simplex algorithm."
disable_parallel_build=yes
bootstrap=yes
subpackages="ppl-devel"
Add_dependency build gmp-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build m4
fi