svn commit: r459114 - head/math/clfft

Johannes M Dieterich jmd at freebsd.org
Mon Jan 15 21:19:32 UTC 2018


Forgot to add:

Approved by: swills (mentor, implicit)

Sorry!

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

> Author: jmd
> Date: Mon Jan 15 20:45:16 2018
> New Revision: 459114
> URL: https://svnweb.freebsd.org/changeset/ports/459114
> 
> Log:
>   math/clfft: Set USE_CXXSTD to gnu98 after the recent LLVM6 import.
> While there, pet portlint and change to my FreeBSD.org address.
> 
> Modified:
>   head/math/clfft/Makefile
> 
> Modified: head/math/clfft/Makefile
> ==============================================================================
> --- head/math/clfft/Makefile	Mon Jan 15 20:44:37 2018
> (r459113) +++ head/math/clfft/Makefile	Mon Jan 15 20:45:16
> 2018	(r459114) @@ -4,9 +4,10 @@
>  PORTNAME=	clfft
>  PORTVERSION=	2.12.2
>  DISTVERSIONPREFIX=	v
> +PORTREVISION=	1
>  CATEGORIES=	math
>  
> -MAINTAINER=	dieterich at ogolem.org
> +MAINTAINER=	jmd at FreeBSD.org
>  COMMENT=	Software library containing FFT functions written in
> OpenCL 
>  LICENSE=	APACHE20
> @@ -19,12 +20,13 @@ RUN_DEPENDS=	opencl>=0:devel/opencl
>  ONLY_FOR_ARCHS=	amd64
>  ONLY_FOR_ARCHS_REASON_amd64=	only builds and is supported on
> amd64 
> +USES=		cmake
> +USE_LDCONFIG=	yes
> +USE_CXXSTD=	gnu++98
> +
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	clMathLibraries
>  GH_PROJECT=	clFFT
> -
> -USE_LDCONFIG=	yes
> -USES=		cmake
>  
>  CMAKE_ARGS+=	-DBUILD_CLIENT=OFF \
>  		-DBUILD_TEST=OFF \
> 



More information about the svn-ports-all mailing list