summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43405e6fe2ba..4e62e4fa0f6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 11 22:46:37 UTC 2017
+# Wed Dec 13 21:54:43 UTC 2017
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.2.2.109.g70a64432
+ pkgver = 0.2.2.119.g784289d6
pkgrel = 1
url = https://github.com/flame/blis
arch = i686
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"