void-packages/srcpkgs/ppl/template
2010-10-28 00:41:40 +02:00

32 lines
1.4 KiB
Plaintext

# Template file for 'ppl'
pkgname=ppl
version=0.11
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"
short_desc="The Parma Polyhedra Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f4f28b75c95ed7f7adf8e5387ca4b012d9405ce0bc098629ea1653d711028cbc
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."
base_chroot=yes
subpackages="ppl-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run gmp
Add_dependency build gmp-devel