summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-12-18 22:46:41 +0100
committerhaawda2017-12-18 22:46:41 +0100
commitb02470b2d105d81bf7fdc98eae446d33030acbb3 (patch)
tree0591ba6fd5f83b8f14e1dfe10ceaf48b15c1b0b5
parent7f45f3bc3581fe603cccf38067833fc58245f63d (diff)
downloadaur-b02470b2d105d81bf7fdc98eae446d33030acbb3.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb6b16e0d31..022520923c78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 17 23:39:34 UTC 2017
+# Mon Dec 18 21:46:41 UTC 2017
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.2.2.124.g99dee87f
+ pkgver = 0.2.2.126.g0084531d
pkgrel = 1
url = https://github.com/flame/blis
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c2e7df4db7b9..b71e7b30a605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.2.124.g99dee87f
+pkgver=0.2.2.126.g0084531d
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('i686' 'x86_64')
@@ -35,12 +35,6 @@ build() {
make BLIS_ENABLE_DYNAMIC_BUILD:=yes
}
-check() {
- cd "${pkgname%-git}"/testsuite
- make
- ./test_libblis.x
-}
-
package() {
mkdir -p "${pkgdir}/etc/profile.d"
cd "${pkgname%-git}"