svn commit: r459113 - head/math/clblas

Johannes M Dieterich jmd at freebsd.org
Mon Jan 15 22:19:31 UTC 2018


orgot to add:

Approved by: swills (mentor, implicit)

Sorry!

On Mon, 15 Jan 2018 20:44:37 +0000 (UTC)
Johannes M Dieterich <jmd at FreeBSD.org> wrote:

> Author: jmd
> Date: Mon Jan 15 20:44:37 2018
> New Revision: 459113
> URL: https://svnweb.freebsd.org/changeset/ports/459113
> 
> Log:
>   math/clblas: Set USE_CXXSTD to gnu98 after the recent LLVM6 import.
> While there, pet portlint and change to my FreeBSD.org address.
> 
> Modified:
>   head/math/clblas/Makefile
> 
> Modified: head/math/clblas/Makefile
> ==============================================================================
> --- head/math/clblas/Makefile	Mon Jan 15 20:40:11 2018
> (r459112) +++ head/math/clblas/Makefile	Mon Jan 15 20:44:37
> 2018	(r459113) @@ -4,10 +4,10 @@
>  PORTNAME=	clblas
>  PORTVERSION=	2.10
>  DISTVERSIONPREFIX=	v
> -PORTREVISION=	5
> +PORTREVISION=	6
>  CATEGORIES=	math
>  
> -MAINTAINER=	dieterich at ogolem.org
> +MAINTAINER=	jmd at FreeBSD.org
>  COMMENT=	Software library containing BLAS functions written
> in OpenCL 
>  LICENSE=	APACHE20
> @@ -20,12 +20,13 @@ RUN_DEPENDS=	opencl>=0:devel/opencl
>  
>  BROKEN_powerpc64=	fails to compile: xgemm.cc: error: extra ';'
>  
> +USES=		cmake python
> +USE_LDCONFIG=	yes
> +USE_CXXSTD=	gnu++98
> +
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	clMathLibraries
>  GH_PROJECT=	clBLAS
> -
> -USE_LDCONFIG=	yes
> -USES=		cmake python
>  
>  CMAKE_ARGS+=	-DBUILD_TEST=OFF \
>  		-DBUILD_KTEST=OFF \
> 

	


More information about the svn-ports-head mailing list