summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4b1824bee6..4ed33ab86f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.4.1.84.g14f3d5e6
+ pkgver = 0.5.0.16.g279deae1
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 50845a42b304..46ae63b8d846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.4.1.84.g14f3d5e6
+pkgver=0.5.0.16.g279deae1
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -29,7 +29,7 @@ prepare() {
build() {
cd "${pkgname%-git}"
- CFLAGS+=" -fPIC" ./configure -p "${pkgdir}/usr" x86_64
+ CFLAGS+=" -fPIC" ./configure -p "${pkgdir}"/usr x86_64
make BLIS_ENABLE_DYNAMIC_BUILD:=yes
}