Date: Tue, 13 Nov 2018 04:14:36 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484856 - head/devel/cltune Message-ID: <201811130414.wAD4Ea1U090450@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Tue Nov 13 04:14:35 2018 New Revision: 484856 URL: https://svnweb.freebsd.org/changeset/ports/484856 Log: devel/cltune: Unbreak on gcc architectures. PR: 232670 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/devel/cltune/Makefile Modified: head/devel/cltune/Makefile ============================================================================== --- head/devel/cltune/Makefile Tue Nov 13 03:27:51 2018 (r484855) +++ head/devel/cltune/Makefile Tue Nov 13 04:14:35 2018 (r484856) @@ -11,13 +11,11 @@ COMMENT= Library to tune OpenCL kernels LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to build: GCC version must be at least 4.7 - BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= opencl>=0:devel/opencl -USES= cmake +USES= cmake compiler:c++11-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= CNugteren
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811130414.wAD4Ea1U090450>