diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 03:45:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 03:45:12 +0000 |
commit | e0b379fa6f3d155233755f07a2c1262bcdb4faa8 (patch) | |
tree | 47a0ecc20682a7a4895cc432843a845b1c7f6905 /math/clrng | |
parent | 411a42077f495f437d1991bb81e508d52f3cd6ea (diff) | |
download | ports-e0b379fa6f3d155233755f07a2c1262bcdb4faa8.tar.gz ports-e0b379fa6f3d155233755f07a2c1262bcdb4faa8.zip |
Notes
Diffstat (limited to 'math/clrng')
-rw-r--r-- | math/clrng/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/clrng/Makefile b/math/clrng/Makefile index 91da54cb06bd..b1cc46431c26 100644 --- a/math/clrng/Makefile +++ b/math/clrng/Makefile @@ -16,8 +16,6 @@ BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd 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 |