Date: Sat, 12 Oct 2013 02:42:33 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r329860 - head/Mk/Uses Message-ID: <alpine.LNX.2.00.1310120240580.2211@trevally.site> In-Reply-To: <201310090552.r995qj0H046619@svn.freebsd.org> References: <201310090552.r995qj0H046619@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 Oct 2013, Baptiste Daroussin wrote: > Add a new argument openmp to make sure that only gcc is used (for now) is the port requires openmp > > Requested by: brooks > +.if ${_COMPILER_ARGS:Mopenmp} > +.if ${COMPILER_TYPE} == clang Is this correct as is? Only if the compiler is clang, then... > +USE_GCC= any ...request GCC? If one is serious about OpenMP, I don't think GCC 4.2 comes even close, and recommend to make this USE_GCC=yes instead. Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LNX.2.00.1310120240580.2211>