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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 6 13:53:54 UTC 2018


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

--- Comment #9 from Adriaan de Groot <adridg at freebsd.org> ---
For CMake 3.11 I have added a patch to FindBLAS.cmake that, if it doesn't find
the right symbols in the library, and the library links to libgcc_s, re-tries
finding the symbols with libgcc_s added to the link line.

That at least makes it *find* BLAS, although more trickery may be needed to get
clients to naively use it.

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


More information about the kde-freebsd mailing list