[Bug 237975] Add /usr/lib/libgomp.so symlink on Clang architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 19 03:04:46 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237975

            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 at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: yuri at freebsd.org

Created attachment 204459
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204459&action=edit
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=  libgomp.so:devel/openmp

lang/J/Makefile
42:OPENMP_LIB_DEPENDS=  libgomp.so:lang/gcc7

science/gabedit/Makefile
43:OPENMP_LIB_DEPENDS=  libgomp.so:devel/openmp

science/py-GPy/Makefile
17:LIB_DEPENDS= libgomp.so:devel/openmp

science/py-phono3py/Makefile
22:LIB_DEPENDS= libgomp.so:devel/openmp \

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list