Clang's OpenMP support will emit Intel OpenMP API library calls, and will therefore require libiomp (or whatever name is settled on). An up-to-date version of libgomp is included in ports or pkg GCC. Thus, there is no reason to build base libgomp without base system GCC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
exp-run requested here, for completeness:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199979
Comment Actions
One port (octave-forge-nurbs) failed with this change, because it unconditionally relies on omp.h. I'm waiting on feedback from the maintainer before committing.