svn commit: r376364 - head/math/blocksolve95

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 5 22:03:40 UTC 2015


On Mon, Jan 05, 2015 at 09:35:34PM +0000, Thierry Thomas wrote:
> Author: thierry
> Date: Mon Jan  5 21:35:33 2015
> New Revision: 376364
> URL: https://svnweb.freebsd.org/changeset/ports/376364
> QAT: https://qat.redports.org/buildarchive/r376364/
> 
> Log:
>   Uses blaslapack.mk.
> 
> Modified:
>   head/math/blocksolve95/Makefile
> 
> 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 :)

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150105/6ae04d55/attachment.sig>


More information about the svn-ports-all mailing list