aboutsummaryrefslogtreecommitdiff
path: root/math/clfft
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2018-01-15 20:45:16 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2018-01-15 20:45:16 +0000
commitec722ea9a7d17694b76bde402190e16f5772acc5 (patch)
treeedd34b86ff3ae5fc6befb82238106d5cd11796a2 /math/clfft
parent29ce4ea539db1ce6f3ffd36d671b28d595662485 (diff)
downloadports-ec722ea9a7d17694b76bde402190e16f5772acc5.tar.gz
ports-ec722ea9a7d17694b76bde402190e16f5772acc5.zip
Notes
Diffstat (limited to 'math/clfft')
-rw-r--r--math/clfft/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/math/clfft/Makefile b/math/clfft/Makefile
index c53749a059f1..1354ad296ac0 100644
--- a/math/clfft/Makefile
+++ b/math/clfft/Makefile
@@ -4,9 +4,10 @@
PORTNAME= clfft
PORTVERSION= 2.12.2
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= math
-MAINTAINER= dieterich@ogolem.org
+MAINTAINER= jmd@FreeBSD.org
COMMENT= Software library containing FFT functions written in OpenCL
LICENSE= APACHE20
@@ -19,13 +20,14 @@ 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 \
-DBUILD_CALLBACK_CLIENT=OFF \