summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora.kudelin2020-11-02 12:01:00 +0300
committera.kudelin2020-11-02 12:01:00 +0300
commitb64619591a6a897ec1115d419d99166d5719285c (patch)
tree1c9b5259bc5584d01635232ae715eaf543e2330f
parent5889f2ac75d282bb66348b5a658f39b7007c7e5c (diff)
downloadaur-b64619591a6a897ec1115d419d99166d5719285c.tar.gz
Skipping a broken example
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91573e08726..3ecc1226d7ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quantum-espresso
pkgdesc = A suite of codes for electronic-structure calculations and modeling
pkgver = 6.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.quantum-espresso.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index aa1fad61c36c..62e54d511bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=quantum-espresso
pkgver=6.6
-pkgrel=1
+pkgrel=2
pkgdesc="A suite of codes for electronic-structure calculations and modeling"
arch=("x86_64")
url="https://www.quantum-espresso.org/"
@@ -35,6 +35,7 @@ build() {
check() {
cd "$srcdir/$pkgname-$pkgver/test-suite"
+ rm pw_pawatom/paw-vcbfgs.in
make run-tests-pw-serial OMP_NUM_THREADS=4
}