| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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....
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
https://github.com/xianyi/OpenBLAS/issues/956#issuecomment-246162047
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|