From owner-svn-ports-all@FreeBSD.ORG Mon Jan 5 22:08:58 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76A78722; Mon, 5 Jan 2015 22:08:58 +0000 (UTC) Received: from mx1b.lautre.net (etna.lautre.net [80.67.160.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C28F13828; Mon, 5 Jan 2015 22:08:57 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1b.lautre.net (Postfix) with ESMTPSA id 53E8D7E2A1; Mon, 5 Jan 2015 23:08:53 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 070ED71E597; Mon, 5 Jan 2015 23:08:53 +0100 (CET) Date: Mon, 5 Jan 2015 23:08:53 +0100 From: Thierry Thomas To: Baptiste Daroussin Subject: Re: svn commit: r376364 - head/math/blocksolve95 Message-ID: <20150105220853.GG80125@graf.pompo.net> Mail-Followup-To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201501052135.t05LZYbN057814@svn.freebsd.org> <20150105220335.GA37934@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150105220335.GA37934@ivaldir.etoilebsd.net> X-Operating-System: FreeBSD 10.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 22:08:58 -0000 Le lun 5 jan 15 à 23:03:35 +0100, Baptiste Daroussin écrivait : > > Modified: head/math/blocksolve95/Makefile > > ============================================================================== > > --- head/math/blocksolve95/Makefile Mon Jan 5 21:26:31 2015 (r376363) > > +++ head/math/blocksolve95/Makefile Mon Jan 5 21:35:33 2015 (r376364) > > @@ -22,9 +22,14 @@ LIB_DEPENDS= libf2c.so:${PORTSDIR}/lang/ > > libmpich.so:${PORTSDIR}/net/mpich2 > > > > USES= fortran gmake tar:Z > > +.if defined(WITH_ATLAS) > > +USES+= blaslapack:atlas > > +.else > > +USES+= blaslapack > > +.endif > > An option will be so much user friendly :) Yes, but is it possible to modify the default option according to the existence (or not) of a file? -- Th. Thomas.