summaryrefslogtreecommitdiff
path: root/core/cloog
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-29 02:13:48 -0800
committerroot <root@rshg054.dnsready.net>2012-12-29 02:13:48 -0800
commit5dd7ed82e788ebad2e920e0f2db7468cc6547cfe (patch)
treef467412e09912ababcd8fe6c05193d829f514dcd /core/cloog
parent3009e8addb4a894329bf8ab3e8fb763361833978 (diff)
Sat Dec 29 02:10:20 PST 2012
Diffstat (limited to 'core/cloog')
-rw-r--r--core/cloog/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/cloog/PKGBUILD b/core/cloog/PKGBUILD
index c73b689a2..997ca2fdf 100644
--- a/core/cloog/PKGBUILD
+++ b/core/cloog/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 162068 2012-06-19 12:27:34Z allan $
+# $Id: PKGBUILD 173940 2012-12-28 13:11:09Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
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
}