svn commit: r483245 - head/biology/stacks

Jason Bacon bacon4000 at gmail.com
Tue Oct 30 19:13:14 UTC 2018


On 10/30/18 1:47 PM, Mark Linimon wrote:
> On Sun, Oct 28, 2018 at 01:13:41PM +0100, Jan Beich wrote:
>> Mark Linimon <linimon at FreeBSD.org> writes:
>> Why not USES=compiler:gcc-c++11-lib ?
> I didn't realize they were equivalent.
>
> mcl
>
It achieves the same effect here, but I'm not crazy about replacing the 
explicit openmp requirement with a gcc requirement.  It's vague and 
seems like a step backward.  If it's not clearly documented that a port 
requires openmp, someone could inadvertently make a change that disables 
openmp in the future.

It would be nice if we could do something like

USES=           compiler:openmp,c++11-lib gmake python shebangfix

but multiple compiler arguments don't seem to be supported.

Or maybe we could add an openmp-c++11-lib argument?

-- 
Earth is a beta site.



More information about the svn-ports-head mailing list