aboutsummaryrefslogtreecommitdiffstats
path: root/community/openblas
Commit message (Collapse)AuthorAgeFilesLines
* community/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-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 commenttmpfile2017-05-141-1/+1
|
* community/[various]: no s390x support for openblas yetTuan M. Hoang2017-04-201-4/+2
|
* community/openblas: Re-enable OpenBlas to build on ppc64leBreno Leitao2017-04-101-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 yetLeonardo Arena2017-04-041-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 rebuildWilliam Pitcock2017-03-291-1/+1
|
* community/openblas: Enable ppc64leBreno Leitao2017-03-231-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 functionTimo Teräs2016-11-021-1/+0
|
* community/openblas: enable for aarch64 without -ilp64Jakub Jirutka2016-09-111-15/+14
| | | | https://github.com/xianyi/OpenBLAS/issues/956#issuecomment-246162047
* community/openblas: disable on aarch64Carlo Landmeter2016-09-051-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.19Natanael Copa2016-09-052-44/+5
|
* community/openblas: specify TARGET, fix build on aarch64Jakub Jirutka2016-08-171-2/+4
|
* community/openblas: move from testingJakub Jirutka2016-08-172-0/+139