summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-07-21 21:50:22 +0200
committerhaawda2017-07-21 21:50:22 +0200
commit42c51075713e25e8c3ec296f77833c6c3bf2af8a (patch)
tree5144d6079eaaa1adaaf7a41119e7d36fe2e30335 /PKGBUILD
parent85c9f123b5843ab778e26e09fd5bcc76c193b539 (diff)
downloadaur-42c51075713e25e8c3ec296f77833c6c3bf2af8a.tar.gz
Updated version (0.2.2.34.gb537b5bb -> 0.2.2.38.gca1d1d85).
Changelog ========= Merge pull request #144 from devinamatthews/fix_atomics_on_bgq (ca1d1d85) Clang can't make up it's mind what to support. (733faf84) Add default #define for __has_extension. (7425d074) Merge pull request #133 from devinamatthews/haswell-packdim (b537b5bb) Add fallbacks to __sync_* or __c11_atomic_* builtins when __atomic_* is not supported. Fixes #143. (8823f91a) 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) PACKDIM_MR=8 didn't work out, but messing with the prefetching helps 2%. (7f41bb0a) Revert "Change PACKDIM_MR (double) for haswell to 8." (d87614af) Change PACKDIM_MR (double) for haswell to 8. (681eec91) 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 9f78cb8298de..7c7f26d5e468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.2.2.34.gb537b5bb
+pkgver=0.2.2.38.gca1d1d85
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('i686' 'x86_64')