aboutsummaryrefslogtreecommitdiff
path: root/math/clrng
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-10-11 17:55:01 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-10-11 17:55:01 +0000
commit04195fba11f544af7119d21aa09738ad91cf0b11 (patch)
tree0b23b931ca9094a5d1ed5a085d62d468a343af2c /math/clrng
parentb682911423a3ee936088d26f6ee6d43561f31517 (diff)
downloadports-04195fba11f544af7119d21aa09738ad91cf0b11.tar.gz
ports-04195fba11f544af7119d21aa09738ad91cf0b11.zip
* OpenCL is not available on 9.3-R.
* Add patch to clfft to fix the build. * Use correct LICENSE in clrng. Submitted by: maintainer@
Notes
Notes: svn path=/head/; revision=399097
Diffstat (limited to 'math/clrng')
-rw-r--r--math/clrng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/clrng/Makefile b/math/clrng/Makefile
index 1d361f8b5669..8621fced9847 100644
--- a/math/clrng/Makefile
+++ b/math/clrng/Makefile
@@ -9,14 +9,14 @@ CATEGORIES= math
MAINTAINER= dieterich@ogolem.org
COMMENT= Library for uniform random number generation in OpenCL
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl
LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd
RUN_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl
-ONLY_FOR_ARCHS= amd64
+BROKEN_FreeBSD_9= clRNG is only supported on FreeBSD 10.1 and newer
USE_GITHUB= yes
GH_ACCOUNT= clMathLibraries