summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-20 01:57:00 +0200
committerhaawda2017-07-20 01:57:00 +0200
commitce20b44a3b9971e1796f2c0cf81a7ee51cc62958 (patch)
tree248ac31251f1d4b02a8b3188085936b535ec4727
parent8181b2f70347e67f5746f7a3bf136c5bb1253865 (diff)
downloadaur-ce20b44a3b9971e1796f2c0cf81a7ee51cc62958.tar.gz
Updated version (0.2.2.28.g13175c5f -> 0.2.2.30.g1f1ec0db).
Changelog ========= Updated ar option list used by all configurations. (1f1ec0db) Added --force-version=STRING option to configure. (5caaba2d) 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)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b74f0639c15c..55c072d58961 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 19 18:02:53 UTC 2017
+# Wed Jul 19 23:57:00 UTC 2017
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.2.2.28.g13175c5f
+ pkgver = 0.2.2.30.g1f1ec0db
pkgrel = 1
url = https://github.com/flame/blis
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 39a4fbec1b3f..667a5f798162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.2.28.g13175c5f
+pkgver=0.2.2.30.g1f1ec0db
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('i686' 'x86_64')