Date: Mon, 5 Jan 2015 23:08:53 +0100 From: Thierry Thomas <thierry@FreeBSD.org> 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: r376364 - head/math/blocksolve95 Message-ID: <20150105220853.GG80125@graf.pompo.net> In-Reply-To: <20150105220335.GA37934@ivaldir.etoilebsd.net> References: <201501052135.t05LZYbN057814@svn.freebsd.org> <20150105220335.GA37934@ivaldir.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Le lun 5 jan 15 à 23:03:35 +0100, Baptiste Daroussin <bapt@FreeBSD.org> é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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150105220853.GG80125>