summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarenome Ranaivoarivony-Razanajato2017-03-20 10:41:33 +0100
committerHarenome Ranaivoarivony-Razanajato2017-03-20 10:41:33 +0100
commitb899c44651b61dea22f84c3669fda3d5de64cdf2 (patch)
treed18c12610d7d529b29e2f20d12a789496e1ae31b
parent3d0f6dd52326913c0f7a160db5174737d54a05bc (diff)
downloadaur-b899c44651b61dea22f84c3669fda3d5de64cdf2.tar.gz
fix check()
Run the tests sequentially. There seem to be race conditions on the make target 'check'.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4889a4d8c071..f50e123e8e79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clan-git
pkgdesc = Chunky Loop Analyzer: A Polyhedral Representation Extraction Tool for High Level Programs
pkgver = 0.8.0.r10.g42a7d0c
- pkgrel = 1
+ pkgrel = 2
url = http://icps.u-strasbg.fr/people/bastoul/public_html/development/clan/index.html
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 5974e838970d..f3def3bd0212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clan-git
pkgver=0.8.0.r10.g42a7d0c
-pkgrel=1
+pkgrel=2
pkgdesc="Chunky Loop Analyzer: A Polyhedral Representation Extraction Tool for High Level Programs"
arch=(x86_64)
url="http://icps.u-strasbg.fr/people/bastoul/public_html/development/clan/index.html"
@@ -29,7 +29,7 @@ build() {
check() {
cd "${srcdir}/${pkgname}"
- make check
+ make -j 1 check
}
package() {