Commit Graph

23 Commits

Author SHA1 Message Date
Damien R 2460fab2da Update openblas to 0.3.6 2019-05-20 00:02:16 +10:00
Viktor Szakats b9a47e838a Secure URLs 2018-07-27 12:18:03 +10:00
Tony Theodore 09c6ebcb00 openblas: install headers separately 2018-03-22 18:43:19 +11:00
Tony Theodore ed9dc43988 openblas: add cmake test program
closes #2081
2018-03-20 23:26:24 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Tony Theodore d4959e4768 openblas: fix building on single-core machine
fixes #2005
2017-12-09 10:25:29 +11:00
Tony Theodore 8b6d75e57e openblas: update 0.2.15 --> 2.2.20 and build optimised lapack
Openblas has it's own optimised versions of netlib lapack that it
bundles into `-lopenblas` so won't conflict with those libs. Also
enable RecursiveLAPACK.

From `Makefile.rule`:
```
  Force number of make jobs. The default is the number of logical CPU of the host.
  This is particularly useful when using distcc.
  A negative value will disable adding a -j flag to make, allowing to use a parent
  make -j value. This is useful to call OpenBLAS make from an other project
  makefile
  MAKE_NB_JOBS = 2
```

fixes #1651
2017-11-20 20:39:24 +11:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
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
2016-08-27 12:31:29 +03:00
Tony Theodore ac14bad436 openblas: add pthreads dependency
missing since #958

fixes #1384
2016-06-18 16:44:41 +10:00
Tony Theodore a3b4f60c54 openblas: update 0.2.12 --> 0.2.15 2015-12-02 13:08:48 +11:00
Tony Theodore 05380b49b7 gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgomp
* 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
2015-10-31 20:18:21 +11:00
Tony Theodore 17e27a4cb8 openblas: use BUILD_CC varaible and remove unused HOSTFC 2015-09-30 14:38:35 +10:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore b672cd8266 update various packages (tested on i686-w64-mingw32.static)
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
2014-12-01 23:51:26 +11:00
Timothy Gu df30709094 openblas: Add missing parenthesis
Fixes #559.

Don't know how it worked before.
2014-11-18 11:11:37 -08:00
Timothy Gu b06795b831 Add a $(BITS) convenience variable
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-11-16 22:25:19 -05:00
Timothy Gu 2212063925 openblas: update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-07-22 18:21:44 -07:00
Timothy Gu 7a8366ae83 openblas: update
Closes #408.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-06-27 14:04:12 -07:00
Tony Theodore 4a4c01b75c package openblas: enable openmp and dynamic arch 2014-03-01 02:01:16 +11:00
Tony Theodore 4445898644 add package openblas
based on: http://hg.octave.org/mxe-octave/file/default/src/openblas.mk
2014-02-25 20:32:17 +11:00