[arch-commits] Commit in cloog/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Dec 25 23:59:29 UTC 2012
Date: Tuesday, December 25, 2012 @ 18:59:28
Author: allan
Revision: 173858
upstream update
Modified:
cloog/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-12-25 03:36:41 UTC (rev 173857)
+++ PKGBUILD 2012-12-25 23:59:28 UTC (rev 173858)
@@ -2,21 +2,20 @@
# Maintainer: Allan McRae <allan at 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
}
More information about the arch-commits
mailing list