summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-02 16:20:09 +0200
committerhaawda2022-04-02 16:20:09 +0200
commit89cdc790881c3327cfb3d191a52b617546f91452 (patch)
tree48bced8de03c8b3417844a1f96a189f79a3269e8
parent31acef9f193782f9caa0b4eedce721f25c0ca4cb (diff)
downloadaur-89cdc790881c3327cfb3d191a52b617546f91452.tar.gz
add option !lto
-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')