summaryrefslogtreecommitdiffstats
path: root/src/openblas.mk
Commit message (Collapse)AuthorAgeFilesLines
* URL updatesViktor Szakats2017-03-041-1/+1
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+2
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* openblas: add pthreads dependencyTony Theodore2016-06-181-1/+1
| | | | | | missing since #958 fixes #1384
* openblas: update 0.2.12 --> 0.2.15Tony Theodore2015-12-021-2/+2
|
* gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgompTony Theodore2015-10-311-1/+1
| | | | | | | | | * fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg mingw-w64 installs dummy headers if winpthreads isn't built * enables libgomp to avoid double-build (see #331) * no change in openmp-validation (still 20 failures - taken with a grain of salt as the batch file test runner isn't a reliable perl substitute) * pthreads virtual package kept for future testing
* openblas: use BUILD_CC varaible and remove unused HOSTFCTony Theodore2015-09-301-2/+1
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* update various packages (tested on i686-w64-mingw32.static)Tony Theodore2014-12-011-2/+2
| | | | | | | ffmpeg flac gdk-pixbuf glew glib graphicsmagick ilmbase imagemagick libffi libftdi1 libircclient libmicrohttpd libpaper librsvg libtool libwebp libxml++ libxml2 mpg123 mxml nlopt oce openblas opencv opusfile pfstools poco poppler primesieve x264 xine-lib
* openblas: Add missing parenthesisTimothy Gu2014-11-181-1/+1
| | | | | Fixes #559. Don't know how it worked before.
* Add a $(BITS) convenience variableTimothy Gu2014-11-171-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* openblas: updateTimothy Gu2014-07-231-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* openblas: updateTimothy Gu2014-06-271-2/+3
| | | | | | Closes #408. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package openblas: enable openmp and dynamic archTony Theodore2014-02-281-4/+9
|
* add package openblasTony Theodore2014-02-251-0/+40
based on: http://hg.octave.org/mxe-octave/file/default/src/openblas.mk