From owner-svn-ports-head@FreeBSD.ORG Sat Oct 12 00:42:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B540F818; Sat, 12 Oct 2013 00:42:35 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 3C7A62E4B; Sat, 12 Oct 2013 00:42:35 +0000 (UTC) Received: from trevally.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 243CE3F410; Fri, 11 Oct 2013 20:42:34 -0400 (EDT) Date: Sat, 12 Oct 2013 02:42:33 +0200 (CEST) From: Gerald Pfeifer To: Baptiste Daroussin Subject: Re: svn commit: r329860 - head/Mk/Uses In-Reply-To: <201310090552.r995qj0H046619@svn.freebsd.org> Message-ID: References: <201310090552.r995qj0H046619@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 00:42:35 -0000 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