summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-19 20:02:53 +0200
committerhaawda2017-07-19 20:02:53 +0200
commit8181b2f70347e67f5746f7a3bf136c5bb1253865 (patch)
tree3d7bcfd53d93c5aaddb917a9f0ac0e5cc37e03cf /PKGBUILD
parent31d05e88a37a9630aa8ebc2663bcc0ca7d1bb6ba (diff)
downloadaur-8181b2f70347e67f5746f7a3bf136c5bb1253865.tar.gz
Updated version (0.2.1.131.g0e58ba1b -> 0.2.2.28.g13175c5f).
Changelog ========= Updated openmp/pthread barriers with GNU atomics. (13175c5f) Added API to set mt environment variables. (0e58ba1b) Merge pull request #138 from hominhquan/membrk_set_free_fp (72c8b49b) set missing free_fp in bli_membrk_init for free-ing GEN_USE buffers (ba7cada5) Update LICENSE (70cc825b) Add new SSI acknowledgment (cf54c77b) Restored deleted lines from makefile fragments. (6e04f9df) Change to /bin/sh. (ec5c0c04) Remove shebangs from makefiles. (555ddc30) Merge pull request #128 from iotamudelta/master (f26bd7f4) Fix if/else structure. Thanks to TravisCI. (169fb05f) Restore version. (0579dfea) Mark piledriver compilable w/ clang. (a75b05c2) Mark bulldozer compilable w/ clang. (7541d46e) Correct error message. (91f89707) Indeed once can compile for carrizo also using clang. (f5131e1e) A bunch of shebang fixes from unportable /bin/bash to portable /usr/bin/env bash (5fa4e943) Merge pull request #127 from devinamatthews/fix_blis_nt_xx (cbf8710a) Fixed a bug in norm1v, norm1m. (cf39d3ef) Merge pull request #121 from jeffhammond/not-real-knl (79948512) Setting any one of BLIS_NT_[IJ][CR] overrides BLIS_NUM_THEADS. Missing BLIS_NT_XX's are defaulted to 1. Fixes #123. (fdc66f12) Merge branch 'master' of github.com:flame/blis (773a24ef) Disable complex 3m/4m in testsuite by default. (dd58c954) allow KNL build without hbwmalloc.h (i.e. emulated) (0df3541f) Merge pull request #107 from jeffhammond/intel-compilers-no-use-libm (b8854259) Fixed stray parentheses in README citations. (43007f7b) CHANGELOG update (0.2.2) (a4f1d0b8) never use libm with Intel compilers (c2c91e09)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b54b80ddb20c..39a4fbec1b3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.1.131.g0e58ba1b
+pkgver=0.2.2.28.g13175c5f
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('i686' 'x86_64')