[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:53:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257139 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8af3d45c8b1fbc2ace55eccd74b93defffce5b1a commit 8af3d45c8b1fbc2ace55eccd74b93defffce5b1a 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:40:50 +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> 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. You are the assignee for the bug.