Date: Sun, 11 Oct 2015 17:55:01 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399097 - in head/math: clblas clfft clfft/files clrng Message-ID: <201510111755.t9BHt1HV033659@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sun Oct 11 17:55:01 2015 New Revision: 399097 URL: https://svnweb.freebsd.org/changeset/ports/399097 Log: * OpenCL is not available on 9.3-R. * Add patch to clfft to fix the build. * Use correct LICENSE in clrng. Submitted by: maintainer@ Added: head/math/clfft/files/patch-src_statTimer_statisticalTimer.h (contents, props changed) Modified: head/math/clblas/Makefile head/math/clfft/Makefile head/math/clrng/Makefile Modified: head/math/clblas/Makefile ============================================================================== --- head/math/clblas/Makefile Sun Oct 11 17:52:00 2015 (r399096) +++ head/math/clblas/Makefile Sun Oct 11 17:55:01 2015 (r399097) @@ -16,7 +16,7 @@ BUILD_DEPENDS= opencl>=0:${PORTSDIR}/dev LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd RUN_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl -ONLY_FOR_ARCHS= amd64 +BROKEN_FreeBSD_9= clBLAS is only supported on FreeBSD 10.1 and newer USE_GITHUB= yes GH_ACCOUNT= clMathLibraries Modified: head/math/clfft/Makefile ============================================================================== --- head/math/clfft/Makefile Sun Oct 11 17:52:00 2015 (r399096) +++ head/math/clfft/Makefile Sun Oct 11 17:55:01 2015 (r399097) @@ -16,7 +16,7 @@ BUILD_DEPENDS= opencl>=0:${PORTSDIR}/dev LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd RUN_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl -ONLY_FOR_ARCHS= amd64 +BROKEN_FreeBSD_9= clFFT is only supported on FreeBSD 10.1 and newer USE_GITHUB= yes GH_ACCOUNT= clMathLibraries Added: head/math/clfft/files/patch-src_statTimer_statisticalTimer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clfft/files/patch-src_statTimer_statisticalTimer.h Sun Oct 11 17:55:01 2015 (r399097) @@ -0,0 +1,10 @@ +--- src/statTimer/statisticalTimer.h.orig 2015-10-11 19:43:16.998055000 +0200 ++++ src/statTimer/statisticalTimer.h 2015-10-11 19:44:10.217558000 +0200 +@@ -21,6 +21,7 @@ + #include <vector> + #include <functional> + #include <string> ++#include <sys/time.h> + + #include "../include/clFFT.h" + Modified: head/math/clrng/Makefile ============================================================================== --- head/math/clrng/Makefile Sun Oct 11 17:52:00 2015 (r399096) +++ head/math/clrng/Makefile Sun Oct 11 17:55:01 2015 (r399097) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510111755.t9BHt1HV033659>