mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/cloog to 0.18.0-1
This commit is contained in:
parent
886250d23c
commit
9cb4b9bd80
1 changed files with 4 additions and 5 deletions
|
@ -7,21 +7,20 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=cloog
|
||||
pkgver=0.17.0
|
||||
pkgrel=2
|
||||
pkgver=0.18.0
|
||||
pkgrel=1
|
||||
pkgdesc="Library that generates loops for scanning polyhedra"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.bastoul.net/cloog/"
|
||||
license=('GPL')
|
||||
depends=('isl' 'gmp')
|
||||
conflicts=('cloog-ppl<0.15.10-2')
|
||||
options=('!libtool')
|
||||
source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('0aa3302c81f65ca62c114e5264f8a802')
|
||||
md5sums=('be78a47bd82523250eb3e91646db5b3d')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr --with-isl=system --with-gmp=system
|
||||
./configure --prefix=/usr --with-isl=system
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue