summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-12-13 22:54:44 +0100
committerhaawda2017-12-13 22:54:44 +0100
commit79acb0cf95a064e6fb60431149dd706e2785d6c0 (patch)
tree97448f3b7f2d104ceac08afbcc8067e6d5b69954 /PKGBUILD
parent6f2f37e2b8b9c30e6597399584566694721b776d (diff)
downloadaur-79acb0cf95a064e6fb60431149dd706e2785d6c0.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b1ca32051c1..af3723cbd048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.2.109.g70a64432
+pkgver=0.2.2.119.g784289d6
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('i686' 'x86_64')
@@ -32,11 +32,11 @@ build() {
make BLIS_ENABLE_DYNAMIC_BUILD:=yes
}
-check() {
- cd "${pkgname%-git}"/testsuite
- make
- ./test_libblis.x
-}
+#check() {
+# cd "${pkgname%-git}"/testsuite
+# make
+# ./test_libblis.x
+#}
package() {
mkdir -p "${pkgdir}/etc/profile.d"