aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openblas
Commit message (Collapse)AuthorAgeFilesLines
* testing/openblas: update to 0.2.17Isaac Dunham2016-03-312-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 coresIsaac Dunham2016-01-111-2/+3
|
* testing/openblas: fix build on armTimo Teräs2015-12-221-8/+14
|
* testing/openblas: upgrade to 0.2.15Michael Koloberdin2015-11-301-4/+4
|
* testing/openblas: add linux-headers to makedepends to fix buildFrancesco Colista2015-07-271-1/+1
|
* testing/openblas: update to 0.2.14Isaac Dunham2015-07-271-4/+4
|
* testing/openblas: update to 0.2.12Isaac Dunham2014-10-232-44/+6
|
* testing/openblas: add missing makedepend on perlIsaac Dunham2014-09-111-2/+2
|
* Add testing/openblas.Isaac Dunham2014-08-302-0/+87
OpenBLAS is a fast implementation of BLAS that's easier to build than ATLAS; it also includes LAPACK support.