aboutsummaryrefslogtreecommitdiff
path: root/math/clblas
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2018-01-15 20:44:37 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2018-01-15 20:44:37 +0000
commit29ce4ea539db1ce6f3ffd36d671b28d595662485 (patch)
treeacbc3ccebd3d861f7e2729d58fada42d9c0a9eee /math/clblas
parente29eb9ed3ead6eeb75809c0d8b1f452e8790fce2 (diff)
downloadports-29ce4ea539db1ce6f3ffd36d671b28d595662485.tar.gz
ports-29ce4ea539db1ce6f3ffd36d671b28d595662485.zip
math/clblas: Set USE_CXXSTD to gnu98 after the recent LLVM6 import. While there, pet portlint and change to my FreeBSD.org address.
Notes
Notes: svn path=/head/; revision=459113
Diffstat (limited to 'math/clblas')
-rw-r--r--math/clblas/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/clblas/Makefile b/math/clblas/Makefile
index 65bbe24d303c..413b6981675b 100644
--- a/math/clblas/Makefile
+++ b/math/clblas/Makefile
@@ -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,13 +20,14 @@ 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 \
-DCORR_TEST_WITH_ACML=OFF \