Date: Sun, 18 Jul 2021 15:58:42 +0000 From: bugzilla-noreply@freebsd.org To: fortran@FreeBSD.org Subject: [Bug 257139] math/lapack: Fix broken lib symlink Message-ID: <bug-257139-37611-fdbc3FyCfw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257139-37611@https.bugs.freebsd.org/bugzilla/> References: <bug-257139-37611@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257139 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D66f727881fa71278eb1c0941467e43a= 7579df876 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(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257139-37611-fdbc3FyCfw>