Date: Sun, 19 May 2019 03:04:43 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 237975] Add /usr/lib/libgomp.so symlink on Clang architectures Message-ID: <bug-237975-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237975 Bug ID: 237975 Summary: Add /usr/lib/libgomp.so symlink on Clang architectures Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: bin Assignee: toolchain@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: yuri@freebsd.org Created attachment 204459 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204459&action= =3Dedit fix To avoid unnecessarily modifying ports it'd be nice to have -lgomp symlink since GCC doesn't ship -lomp symlink. $ rg --sort-files -F libgomp.so: graphics/gmic/Makefile 44:OPENMP_LIB_DEPENDS=3D libgomp.so:devel/openmp lang/J/Makefile 42:OPENMP_LIB_DEPENDS=3D libgomp.so:lang/gcc7 science/gabedit/Makefile 43:OPENMP_LIB_DEPENDS=3D libgomp.so:devel/openmp science/py-GPy/Makefile 17:LIB_DEPENDS=3D libgomp.so:devel/openmp science/py-phono3py/Makefile 22:LIB_DEPENDS=3D libgomp.so:devel/openmp \ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237975-29464>