Don Lewis
2015-Jul-20 21:03 UTC
MFC r282973 (disable libgomp build) and r283060 (disable libgcov build)?
Should r282973 and r283060 be MFCed to FreeBSD 10? On amd64 and i386, which use clang as their base compiler and don't have gcc in base by default, the math/scilab port uses clang for cc and c++ compilation, but finds /usr/include/omp.h (and links to libgomp from lang/gcc). The build succeeds, but I suspect this may not run properly.
Glen Barber
2015-Jul-21 15:33 UTC
MFC r282973 (disable libgomp build) and r283060 (disable libgcov build)?
On Mon, Jul 20, 2015 at 02:03:01PM -0700, Don Lewis wrote:> Should r282973 and r283060 be MFCed to FreeBSD 10? On amd64 and i386, > which use clang as their base compiler and don't have gcc in base by > default, the math/scilab port uses clang for cc and c++ compilation, but > finds /usr/include/omp.h (and links to libgomp from lang/gcc). The > build succeeds, but I suspect this may not run properly. >Ed, do you have any input on this? Glen -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20150721/7fe499c2/attachment.bin>
Matthieu Volat
2015-Jul-24 05:19 UTC
MFC r282973 (disable libgomp build) and r283060 (disable libgcov build)?
On Mon, 20 Jul 2015 14:03:01 -0700 (PDT) Don Lewis <truckman at FreeBSD.org> wrote:> Should r282973 and r283060 be MFCed to FreeBSD 10? On amd64 and i386, > which use clang as their base compiler and don't have gcc in base by > default, the math/scilab port uses clang for cc and c++ compilation, but > finds /usr/include/omp.h (and links to libgomp from lang/gcc). The > build succeeds, but I suspect this may not run properly.Does it mean the door to an openmp-enabled cc in base is closed? I'm not fond of lang/gcc as openmp "provider": if a port use c++, it will cause linkage headaches with libc++ (I never was able to have graphics/darktable working, for example). -- Matthieu Volat <mazhe at alkumuna.eu> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20150724/8abc11fd/attachment.bin>