summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-04-02 16:20:09 +0200
committerhaawda2022-04-02 16:20:09 +0200
commit89cdc790881c3327cfb3d191a52b617546f91452 (patch)
tree48bced8de03c8b3417844a1f96a189f79a3269e8 /PKGBUILD
parent31acef9f193782f9caa0b4eedce721f25c0ca4cb (diff)
downloadaur-89cdc790881c3327cfb3d191a52b617546f91452.tar.gz
add option !lto
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')