cloog-ppl: remove; superseded by cloog.
This commit is contained in:
parent
e4e341380f
commit
b43a6bbbda
4 changed files with 0 additions and 38 deletions
|
@ -1 +0,0 @@
|
||||||
cloog-ppl
|
|
|
@ -1,15 +0,0 @@
|
||||||
# Template file for 'cloog-ppl-devel'.
|
|
||||||
#
|
|
||||||
depends="gmp-devel ppl-devel cloog-ppl"
|
|
||||||
short_desc="${short_desc} (development files)"
|
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
libppl_c.so.4
|
|
||||||
libc.so.6
|
|
||||||
libgmp.so.10
|
|
||||||
libppl.so.9
|
|
||||||
libgmpxx.so.4
|
|
|
@ -1,17 +0,0 @@
|
||||||
# Template file for 'cloog-ppl'
|
|
||||||
pkgname=cloog-ppl
|
|
||||||
version=0.15.11
|
|
||||||
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
|
||||||
makedepends="gmp-devel ppl-devel"
|
|
||||||
revision=1
|
|
||||||
short_desc="The Chunky Loop Generator"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
checksum=7cd634d0b2b401b04096b545915ac67f883556e9a524e8e803a6bf6217a84d5f
|
|
||||||
long_desc="
|
|
||||||
CLooG is a software which generates loops for scanning Z-polyhedra.That is,
|
|
||||||
CLooG finds the code or pseudo-code where each integral point of one or more
|
|
||||||
parametrized polyhedron or parametrized polyhedra union is reached. CLooG is
|
|
||||||
designed to avoid control overhead and to produce a very efficient code."
|
|
Loading…
Reference in a new issue