21 Commits

Author SHA1 Message Date
Natanael Copa
babd2b589f community/openblas: rebuild against libgfortran.so.5 (gcc-8) 2018-09-26 18:14:51 +00:00
Jakub Jirutka
380808d017 community/openblas: add check 2018-09-08 20:49:20 +02:00
Jakub Jirutka
8a1b950292 community/openblas: upgrade to 0.3.3 2018-09-08 19:10:39 +02:00
Jakub Jirutka
2301208338 community/openblas: clarify license 2018-09-08 19:10:39 +02:00
Jakub Jirutka
c6ec9a5f6a community/openblas: remove explicit return 1 2018-09-08 19:10:39 +02:00
Jakub Jirutka
18d6aeb55d community/openblas: upgrade to 0.3.1
No ABI breakages according to https://abi-laboratory.pro/?view=timeline&l=openblas.
2018-07-07 23:07:44 +02:00
Natanael Copa
e670079724 community/openblas: fix build on ppc64le 2018-06-04 07:10:03 +00:00
Tuan M. Hoang
3a1104ba09 community/openblas: upgrade to 0.3.0, enable s390x 2018-06-04 05:33:23 +00:00
Jakub Jirutka
4ee7c35b7d community/*: fix homepage url and source from http:// to https://
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.
2017-11-19 14:16:58 +01:00
tmpfile
be137f5599 community/openblas: fix wrong comment 2017-05-14 03:28:33 +02:00
Tuan M. Hoang
4fb44b6510 community/[various]: no s390x support for openblas yet 2017-04-20 13:37:12 +00:00
Breno Leitao
b018af9d1f community/openblas: Re-enable OpenBlas to build on ppc64le
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.
2017-04-10 17:29:28 +00:00
Leonardo Arena
b89d2b868d community/openblas: does not build on ppc64le yet
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....
2017-04-04 06:17:37 +00:00
William Pitcock
15c6c59e44 community/openblas: ppc64le rebuild 2017-03-29 20:37:16 +00:00
Breno Leitao
18845ae70b community/openblas: Enable ppc64le
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.
2017-03-23 14:35:34 +00:00
Timo Teräs
a2e061d509 community/[various]: dont set arch in split function 2016-11-02 11:51:56 +02:00
Jakub Jirutka
45b4814c26 community/openblas: enable for aarch64 without -ilp64
https://github.com/xianyi/OpenBLAS/issues/956#issuecomment-246162047
2016-09-11 11:16:36 +02:00
Carlo Landmeter
aa080bf0e5 community/openblas: disable on aarch64
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
2016-09-05 17:02:22 +00:00
Natanael Copa
56b5df5144 community/openblas: upgrade to 0.2.19 2016-09-05 07:26:36 +00:00
Jakub Jirutka
2787c3bfef community/openblas: specify TARGET, fix build on aarch64 2016-08-17 21:58:04 +02:00
Jakub Jirutka
fee36ccf56 community/openblas: move from testing 2016-08-17 15:25:12 +02:00