Created attachment 213021 [details] Adding a SONAME to libopenblas.so Trying to link a program with -lopenblas in developer mode produces the following error: Error: xxx is linked to /usr/local/lib/libopenblas.so which does not have a SONAME. math/openblas needs to be fixed. The attached patch adds a soname to this lib. Note: `ldconfig -r` still did not list it, this is caused by its naming scheme, and this is not fixed by the proposed patch.
Committed, thanks for your quick feedback!
A commit references this bug: Author: thierry Date: Sat Apr 4 09:03:32 UTC 2020 New revision: 530631 URL: https://svnweb.freebsd.org/changeset/ports/530631 Log: Set a SONAME in libopenblas.so. PR: 245320 Submitted by: /me Approved by: phd_kimberlite (maintainer) Changes: head/math/openblas/Makefile head/math/openblas/files/patch-exports_Makefile