summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-04-08 12:16:52 +0200
committerhaawda2018-04-08 12:16:52 +0200
commit3a8dcf7054e37f1d8a82ebbd02b04880fe39daef (patch)
tree46ddb0d933946ee0bf424e7d38e43464a10b3ce2
parent0f570e5b62b82157e0d1c1432f3dde2d8761b06f (diff)
downloadaur-3a8dcf7054e37f1d8a82ebbd02b04880fe39daef.tar.gz
stick to a specific commit for now
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82459ba30c67..ad4fd5acc806 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.2.2.137.g0b3ca3cf
+ pkgver = 0.3.0.38.g3c91c7ae
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
license = custom:BSD
makedepends = python2
depends = glibc
- options = !makeflags
+ options = !buildflags
options = !emptydirs
- source = git+https://github.com/flame/blis.git
+ source = git+https://github.com/flame/blis.git#commit=3c91c7aebafb446a2582267beb3b22c8bb475b3b
source = fpic.patch
md5sums = SKIP
md5sums = e6e4efeb173915d038d62cb76f58c4bb
diff --git a/PKGBUILD b/PKGBUILD
index 248224a49f38..bfe3d1b63b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.2.137.g0b3ca3cf
+pkgver=0.3.0.38.g3c91c7ae
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -10,10 +10,8 @@ license=('custom:BSD')
depends=('glibc')
makedepends=('python2')
url='https://github.com/flame/blis'
-#provides=('blas=3.5.0' 'cblas')
-#conflicts=('blas' 'cblas')
-options=('!makeflags' '!emptydirs')
-source=("git+https://github.com/flame/blis.git" fpic.patch)
+options=('!buildflags' '!emptydirs')
+source=("git+https://github.com/flame/blis.git#commit=3c91c7aebafb446a2582267beb3b22c8bb475b3b" fpic.patch)
md5sums=('SKIP'
'e6e4efeb173915d038d62cb76f58c4bb')