Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/openblas: upgrade to 0.3.9 | Leo | 2020-03-02 | 1 | -2/+2 |
| | |||||
* | community/openblas: upgrade to 0.3.8 | Leo | 2020-02-11 | 1 | -3/+3 |
| | |||||
* | community/openblas: rebuild with NO_LAPACKE=1 | Leo | 2019-12-05 | 1 | -1/+2 |
| | |||||
* | community/openblas: fix conflict between -dev and lapack-dev | Leo | 2019-12-05 | 1 | -2/+4 |
| | | | | fixes #10739 | ||||
* | community/openblas: upgrade to 0.3.7 | Leo | 2019-08-15 | 1 | -6/+3 |
| | |||||
* | community/openblas: upgrade to 0.3.6 | Aleks Bunin | 2019-04-30 | 1 | -4/+4 |
| | |||||
* | community/openblas: rebuild against libgfortran.so.5 (gcc-8) | Natanael Copa | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | community/openblas: add check | Jakub Jirutka | 2018-09-08 | 1 | -1/+6 |
| | |||||
* | community/openblas: upgrade to 0.3.3 | Jakub Jirutka | 2018-09-08 | 1 | -2/+2 |
| | |||||
* | community/openblas: clarify license | Jakub Jirutka | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | community/openblas: remove explicit return 1 | Jakub Jirutka | 2018-09-08 | 1 | -7/+6 |
| | |||||
* | community/openblas: upgrade to 0.3.1 | Jakub Jirutka | 2018-07-07 | 2 | -29/+3 |
| | | | | No ABI breakages according to https://abi-laboratory.pro/?view=timeline&l=openblas. | ||||
* | community/openblas: fix build on ppc64le | Natanael Copa | 2018-06-04 | 2 | -2/+28 |
| | |||||
* | community/openblas: upgrade to 0.3.0, enable s390x | Tuan M. Hoang | 2018-06-04 | 1 | -11/+11 |
| | |||||
* | community/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -1/+1 |
| | | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring. | ||||
* | community/openblas: fix wrong comment | tmpfile | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | community/[various]: no s390x support for openblas yet | Tuan M. Hoang | 2017-04-20 | 1 | -4/+2 |
| | |||||
* | community/openblas: Re-enable OpenBlas to build on ppc64le | Breno Leitao | 2017-04-10 | 1 | -1/+6 |
| | | | | | | | | | | | OpenBlas was disabled to be built on ppc64le due to a segfault on tests level 3. I would prefer to keep it being built, but disabling level3 tests at this moment. I hope to get back to solve this segfault soon, thus removing this workaround. | ||||
* | community/openblas: does not build on ppc64le yet | Leonardo Arena | 2017-04-04 | 1 | -2/+3 |
| | | | | | | | | | OPENBLAS_NUM_THREADS=2 ./cblat2 < ./cblat2.dat rm -f ?BLAT3.SUMM OPENBLAS_NUM_THREADS=2 ./sblat3 < ./sblat3.dat Segmentation fault make[1]: *** [Makefile:74: level3] Error 139 make[1]: *** Waiting for unfinished jobs.... | ||||
* | community/openblas: ppc64le rebuild | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/openblas: Enable ppc64le | Breno Leitao | 2017-03-23 | 1 | -0/+2 |
| | | | | | | | | Enabling build on ppc64le. Currently minimal processor for ppc64le is POWER8, so, we using TARGET=POWER8 instead of PPCG4. Also targeting 64 threads as done on Debian/ppc64el. Not using DYNAMIC arch also. | ||||
* | community/[various]: dont set arch in split function | Timo Teräs | 2016-11-02 | 1 | -1/+0 |
| | |||||
* | community/openblas: enable for aarch64 without -ilp64 | Jakub Jirutka | 2016-09-11 | 1 | -15/+14 |
| | | | | https://github.com/xianyi/OpenBLAS/issues/956#issuecomment-246162047 | ||||
* | community/openblas: disable on aarch64 | Carlo Landmeter | 2016-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | gfortran -Wall -march=armv8-a -o dblat2 dblat2.o ../libopenblas64__armv8p-r0.2.19.a -lm -lpthread -lgfortran -lm -lpthread -lgfortran OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat1 gfortran -Wall -march=armv8-a -o zblat2 zblat2.o ../libopenblas64__armv8p-r0.2.19.a -lm -lpthread -lgfortran -lm -lpthread -lgfortran Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: Segmentation fault make[1]: *** [Makefile:8: level1] Error 139 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/buildozer/aports/community/openblas/src/OpenBLAS-0.2.19-64/test' make: *** [Makefile:112: tests] Error 2 make: Leaving directory '/home/buildozer/aports/community/openblas/src/OpenBLAS-0.2.19-64' >>> ERROR: openblas: all failed | ||||
* | community/openblas: upgrade to 0.2.19 | Natanael Copa | 2016-09-05 | 2 | -44/+5 |
| | |||||
* | community/openblas: specify TARGET, fix build on aarch64 | Jakub Jirutka | 2016-08-17 | 1 | -2/+4 |
| | |||||
* | community/openblas: move from testing | Jakub Jirutka | 2016-08-17 | 2 | -0/+139 |