Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 16:03:13 -0500
From:      Johannes M Dieterich <jmd@freebsd.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r459113 - head/math/clblas
Message-ID:  <20180115160313.2af65902@manray.ogolem.org>
In-Reply-To: <201801152044.w0FKib2c052793@repo.freebsd.org>
References:  <201801152044.w0FKib2c052793@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
orgot to add:

Approved by: swills (mentor, implicit)

Sorry!

On Mon, 15 Jan 2018 20:44:37 +0000 (UTC)
Johannes M Dieterich <jmd@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@ogolem.org
> +MAINTAINER=	jmd@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 \
> 

	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180115160313.2af65902>