[Bug 257139] math/lapack: Fix broken lib symlink
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257139] math/lapack: Fix broken lib symlink"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Jul 2021 15:58:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257139 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=66f727881fa71278eb1c0941467e43a7579df876 commit 66f727881fa71278eb1c0941467e43a7579df876 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-07-18 15:37:07 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-07-18 15:57:30 +0000 math/lapack: fix broken lib symlink In lapack-3.10.0, there is a broken sym link for libtmglib.so.3.10.0 (should be a file): /usr/local/lib/libtmglib.so.3@ -> libtmglib.so.3.10.0 /usr/local/lib/libtmglib.so.3.10.0@ -> libtmglib.so.3 Just remove the unnecessary code in post-install for libtmglib shared lib files. 'do-install' does everything correctly. PR: 257139 Reported by: John Hein <jcfyecrayz (at) liamekaens.com> (cherry picked from commit 8af3d45c8b1fbc2ace55eccd74b93defffce5b1a) math/lapack/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.