aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/clrng/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/clrng/Makefile b/math/clrng/Makefile
index 610bcc8838cf..91da54cb06bd 100644
--- a/math/clrng/Makefile
+++ b/math/clrng/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= clrng
-DISTVERSION= 1.0.0-beta
DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.0-beta
CATEGORIES= math
MAINTAINER= dieterich@ogolem.org
@@ -18,6 +18,9 @@ RUN_DEPENDS= opencl>=0:devel/opencl
BROKEN_FreeBSD_9= clRNG is only supported on FreeBSD 10.1 and newer
+ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS_REASON= this code has only been tested on x86 and powerpc platforms
+
USE_GITHUB= yes
GH_ACCOUNT= clMathLibraries
GH_PROJECT= clRNG