aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-08 15:49:01 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-08 15:49:01 +0800
commit960e67802d67a858f3eee40b91cbf6c32f0175c3 (patch)
treef50319b4bfa8d89744108a333a70c976eef5c9f6 /math
parent4c6ef07794de86b0311ca5eb48f721e13d7383e0 (diff)
downloadfreebsd-ports-gnome-960e67802d67a858f3eee40b91cbf6c32f0175c3.tar.gz
freebsd-ports-gnome-960e67802d67a858f3eee40b91cbf6c32f0175c3.tar.zst
freebsd-ports-gnome-960e67802d67a858f3eee40b91cbf6c32f0175c3.zip
Mark as only for x86/powerpc per build log errors.
Approved by: portmgr (tier-2 blanket)
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