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