You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined symbols:
"_zlapmr_", referenced from:
__ZN9strumpack4blas5lapmrEbiiPSt7complexIdEiPKi in libstrumpack.a(BLASLAPACKWrapper.cpp.o)
"_dlapmr_", referenced from:
__ZN9strumpack4blas5lapmrEbiiPdiPKi in libstrumpack.a(BLASLAPACKWrapper.cpp.o)
"_clapmr_", referenced from:
__ZN9strumpack4blas5lapmrEbiiPSt7complexIfEiPKi in libstrumpack.a(BLASLAPACKWrapper.cpp.o)
"_slapmr_", referenced from:
__ZN9strumpack4blas5lapmrEbiiPfiPKi in libstrumpack.a(BLASLAPACKWrapper.cpp.o)
ld: symbol(s) not found
And indeed it does look like that:
10:~ svacchanda$ nm -arch ppc -g /usr/lib/libLAPACK.dylib | grep _clapm
00204e20 T _clapmt
00204e20 T _clapmt_
Linking to OpenBLAS works, but a number of tests are broken: #83
The text was updated successfully, but these errors were encountered:
Apparently these symbols are not there:
And indeed it does look like that:
Linking to OpenBLAS works, but a number of tests are broken: #83
The text was updated successfully, but these errors were encountered: