https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226959

--- Comment #8 from Adriaan de Groot <adr...@freebsd.org> ---
One thing that might be done:

 - if a given BLAS library is found,
 - check it for symbols
 - if not found, then ldd the library, (or readelf, or something) and look for
some "special" library names that might need to be added before checking for
symbols
 - check it for symbols again

Or, as a gross hack

 - check it for symbols
 - if not found, check it for symbols again, with
/usr/local/lib/gcc6/libcss_s.so

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to