2009-10-08 03:40:19 +00:00
|
|
|
# Maintainer: Alexander Foremny <alexanderforemny@gmail.com>
|
|
|
|
# Maintainer: Allan McRae <allan@archlinux.org>
|
|
|
|
# Contributor: ezzetabi <ezzetabi at gawab dot com>
|
|
|
|
|
|
|
|
pkgname=cloog-ppl
|
|
|
|
pkgver=0.15.3
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc='Library that generates loops for scanning polyhedra'
|
2009-10-10 03:25:07 +00:00
|
|
|
arch=('arm')
|
2009-10-08 03:40:19 +00:00
|
|
|
url='http://www.cloog.org/'
|
|
|
|
license=(GPL)
|
|
|
|
depends=('ppl>=0.10.2')
|
|
|
|
options=('!libtool')
|
|
|
|
source=(ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-$pkgver.tar.gz)
|
|
|
|
md5sums=('9e7a3ff38b3877625d46badc6d4bbef9')
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $srcdir/cloog-ppl
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--with-bits=gmp --with-ppl=/usr
|
|
|
|
make || return 1
|
|
|
|
make DESTDIR=$pkgdir install
|
|
|
|
}
|