summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e1ac1b3363f..dfbc6efa26e4 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.8.1.r89.g2f7325b2
+ pkgver = 0.9.0.r2.g69fa9154
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = blis-git
provides = blas
conflicts = blis
conflicts = blas
- options = !buildflags
+ options = !lto
options = !emptydirs
source = git+https://github.com/flame/blis.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 844af39d2e36..7b52cfff6aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.8.1.r89.g2f7325b2
+pkgver=0.9.0.r2.g69fa9154
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('python')
conflicts=('blis' 'blas')
provides=('blis' 'blas')
url='https://github.com/flame/blis'
-options=('!buildflags' '!emptydirs')
+options=('!lto' '!emptydirs')
source=("git+https://github.com/flame/blis.git")
sha512sums=('SKIP')