Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 20:44:37 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459113 - head/math/clblas
Message-ID:  <201801152044.w0FKib2c052793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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?201801152044.w0FKib2c052793>