Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/openblas: update to 0.2.17 | Isaac Dunham | 2016-03-31 | 2 | -7/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | Attached is a patch to update testing/openblas to 0.2.17. This required replacing one use of sys_siglist[] with strsignal(). Also, due to some convolutions of the build system, setting CFLAGS in the environment rather than passing it to make caused repeated definitions of CNAME/ASMNAME/ASMFNAME/... in the gcc invocation, making for a very noisy build. Thanks, Isaac Dunham >From a629abe4458599ab57041e5158430e4db4736308 Mon Sep 17 00:00:00 2001 From: Isaac Dunham <ibid.ag@gmail.com> Date: Fri, 25 Mar 2016 12:05:29 -0700 Subject: [PATCH] testing/openblas: update to 0.2.17 Use strsignal() instead of sys_siglist[]. While here, pass CFLAGS on the command line rather than in the environment because the latter confuses make. (This fixes all the warnings about CNAME/ASMNAME/... getting defined multiple times.) | ||||
* | testing/openblas: rebuild with support for 32 cores | Isaac Dunham | 2016-01-11 | 1 | -2/+3 |
| | |||||
* | testing/openblas: fix build on arm | Timo Teräs | 2015-12-22 | 1 | -8/+14 |
| | |||||
* | testing/openblas: upgrade to 0.2.15 | Michael Koloberdin | 2015-11-30 | 1 | -4/+4 |
| | |||||
* | testing/openblas: add linux-headers to makedepends to fix build | Francesco Colista | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | testing/openblas: update to 0.2.14 | Isaac Dunham | 2015-07-27 | 1 | -4/+4 |
| | |||||
* | testing/openblas: update to 0.2.12 | Isaac Dunham | 2014-10-23 | 2 | -44/+6 |
| | |||||
* | testing/openblas: add missing makedepend on perl | Isaac Dunham | 2014-09-11 | 1 | -2/+2 |
| | |||||
* | Add testing/openblas. | Isaac Dunham | 2014-08-30 | 2 | -0/+87 |
OpenBLAS is a fast implementation of BLAS that's easier to build than ATLAS; it also includes LAPACK support. |