OpenBLAS: openblas-0.3.10 build failure on dynamic zarch
openblas-0.3.10 fails to build in Fedora s390x with DYNAMIC_ARCH=1 DYNAMIC_OLDER=1. I get a link error
/usr/bin/ld: ../libRblas-r0.3.10.a(dynamic_zarch.o): in function `gotoblas_corename':
/builddir/build/BUILD/openblas-0.3.10/Rblas/driver/others/dynamic_zarch.c:70: undefined reference to `gotoblas_Z13'
/usr/bin/ld: ../libRblas-r0.3.10.a(dynamic_zarch.o): in function `force_coretype':
/builddir/build/BUILD/openblas-0.3.10/Rblas/driver/others/dynamic_zarch.c:129: undefined reference to `gotoblas_Z13'
/usr/bin/ld: ../libRblas-r0.3.10.a(dynamic_zarch.o): in function `gotoblas_corename':
/builddir/build/BUILD/openblas-0.3.10/Rblas/driver/others/dynamic_zarch.c:70: undefined reference to `gotoblas_Z13'
/usr/bin/ld: ../libRblas-r0.3.10.a(dynamic_zarch.o): in function `force_coretype':
/builddir/build/BUILD/openblas-0.3.10/Rblas/driver/others/dynamic_zarch.c:129: undefined reference to `gotoblas_Z13'
collect2: error: ld returned 1 exit status
About this issue
- Original URL
 - State: closed
 - Created 4 years ago
 - Comments: 20 (6 by maintainers)
 
How about
This should probably be unified with the section already containing various other gcc version tests in Makefile.system (there is already a “major version >4”, and at least one test for a particular minor version IIRC)