summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-03-07 19:21:00 +0100
committerhaawda2021-03-07 19:21:00 +0100
commit98514e5ca415749f621c553842d9bb4fe33159d6 (patch)
tree4b93addcddc6989890c4b03398e4032e983b5578
parentd5e7a51af0b0d0ab5e90f08814ce004497e056fc (diff)
downloadaur-98514e5ca415749f621c553842d9bb4fe33159d6.tar.gz
remove blis_profile.sh file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
-rw-r--r--blis_profile.sh7
3 files changed, 4 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9226ee231721..86dd1c2868c2 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.7.0.r38.g9c5b485d
+ pkgver = 0.8.0.r32.g670bc7b6
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
@@ -12,9 +12,7 @@ pkgbase = blis-git
options = !buildflags
options = !emptydirs
source = git+https://github.com/flame/blis.git
- source = blis_profile.sh
sha512sums = SKIP
- sha512sums = cb53fa1f8c540062d4d55b4b91c787a821c563ea0bdb4e37f1db08869c320132a493e6b55f5d876418d56ad5b4f1dc5553f871862418393614e160dd1329ec9e
pkgname = blis-git
diff --git a/PKGBUILD b/PKGBUILD
index 38c18ea01078..8d4fa7804ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.7.0.r38.g9c5b485d
+pkgver=0.8.0.r32.g670bc7b6
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -13,9 +13,8 @@ conflicts=('blis')
provides=('blis')
url='https://github.com/flame/blis'
options=('!buildflags' '!emptydirs')
-source=("git+https://github.com/flame/blis.git" blis_profile.sh)
-sha512sums=('SKIP'
- 'cb53fa1f8c540062d4d55b4b91c787a821c563ea0bdb4e37f1db08869c320132a493e6b55f5d876418d56ad5b4f1dc5553f871862418393614e160dd1329ec9e')
+source=("git+https://github.com/flame/blis.git")
+sha512sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"
diff --git a/blis_profile.sh b/blis_profile.sh
deleted file mode 100644
index 66320296204d..000000000000
--- a/blis_profile.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-# Set blis loop threading environment variables
-# Please customize for your hardware and application
-
-export BLIS_IR_NT=1
-export BLIS_JR_NT=1
-export BLIS_IC_NT=1
-export BLIS_JC_NT=1