commit: 5f768d17470ad79d20b0d7c7e60d8cbbe21a7448 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Aug 22 10:18:03 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 10:18:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f768d17
sci-libs/arrayfire: Partitial fix for bug #463: Use system boost-compute Package-Manager: portage-2.2.20 sci-libs/arrayfire/ChangeLog | 3 +++ sci-libs/arrayfire/arrayfire-9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/sci-libs/arrayfire/ChangeLog b/sci-libs/arrayfire/ChangeLog index 82134aa..2d72c84 100644 --- a/sci-libs/arrayfire/ChangeLog +++ b/sci-libs/arrayfire/ChangeLog @@ -1,6 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 22 Aug 2015; Marius Brehler <[email protected]> arrayfire-9999.ebuild: + sci-libs/arrayfire: Partitial fix for bug #463: Use system boost-compute + 23 May 2015; Marius Brehler <[email protected]> +files/FindBoostCompute.cmake, +files/arrayfire-3.0_beta-FindBoostCompute.patch, diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 05c543f..e337177 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -84,6 +84,7 @@ src_configure() { $(cmake-utils_use_build opencl OPENCL) $(cmake-utils_use_build examples EXAMPLES) $(cmake-utils_use_build test TEST) + -DUSE_SYSTEM_BOOST_COMPUTE=ON ) cmake-utils_src_configure }
