summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-06-16 21:10:12 +0100
committerHans-Nikolai Viessmann2019-06-16 21:17:39 +0100
commit5fb3416ff656d575de940dd60ef37f76c0ad3940 (patch)
tree6b48ead956c4f58fb2e81afcbd133e99dd97f724
parent8cc928c96d826aa937efcff8e8defc0078cc344a (diff)
downloadaur-5fb3416ff656d575de940dd60ef37f76c0ad3940.tar.gz
bump to version 0.41.1
We no longer depend on ISL19.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD30
2 files changed, 12 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8864088aa8d..5ef157a28ec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = barvinok
pkgdesc = A library for counting the number of integer points in parametric and non-parametric polytopes
- pkgver = 0.41
- pkgrel = 2
- url = http://freecode.com/projects/barvinok
+ pkgver = 0.41.1
+ pkgrel = 1
+ url = http://barvinok.gforge.inria.fr/
arch = x86_64
license = GPL
depends = ntl
- depends = isl>0.17
- depends = isl<0.19
+ depends = isl>0.19
depends = polylib-gmp
- source = http://barvinok.gforge.inria.fr/barvinok-0.41.tar.xz
- source = fix-missing-isl-include.patch
- md5sums = a5496a4a93f3f1f26fef07189e12314f
- md5sums = 44a312463a5688031d26e615b8a22594
+ source = http://barvinok.gforge.inria.fr/barvinok-0.41.1.tar.xz
+ md5sums = 61a08e4461c4c1936d4d18cb99a2ae22
pkgname = barvinok
diff --git a/PKGBUILD b/PKGBUILD
index a113f029aecf..9c0ffdc76ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,14 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess.mn>
pkgname='barvinok'
-pkgver=0.41
-pkgrel=2
+pkgver=0.41.1
+pkgrel=1
pkgdesc='A library for counting the number of integer points in parametric and non-parametric polytopes'
arch=('x86_64')
-url='http://freecode.com/projects/barvinok'
+url='http://barvinok.gforge.inria.fr/'
license=('GPL')
-depends=('ntl' 'isl>0.17' 'isl<0.19' 'polylib-gmp')
-source=("http://barvinok.gforge.inria.fr/$pkgname-$pkgver.tar.xz"
- 'fix-missing-isl-include.patch')
-md5sums=('a5496a4a93f3f1f26fef07189e12314f'
- '44a312463a5688031d26e615b8a22594')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # because we are building with system ISL, we need to correct a minor oversight, which
- # is that a dummy library is generated to wrap around all the ISL functions - for bundled
- # or build case, the linking is handled correctly. For system case the linking does not
- # include the correct include path. This patch adds the missing include path.
- patch -p0 < ../fix-missing-isl-include.patch
-
- # rebuild autotools
- msg2 "rebuilding build scripts and makefiles"
- aclocal
- automake --add-missing
- autoconf
-}
+depends=('ntl' 'isl>0.19' 'polylib-gmp')
+source=("http://barvinok.gforge.inria.fr/$pkgname-$pkgver.tar.xz")
+md5sums=('61a08e4461c4c1936d4d18cb99a2ae22')
build() {
cd "$srcdir/$pkgname-$pkgver"