[Bug 226959] devel/cmake: find_package(BLAS REQUIRED) doesn't find blas

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 2 23:48:49 UTC 2018


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

--- Comment #8 from Adriaan de Groot <adridg at 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.


More information about the kde-freebsd mailing list