commit: 43a0b9d914549f6a43dfead87b3881ee7d1a8202 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Sep 8 13:53:50 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 8 13:53:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=43a0b9d9
sci-libs/arrayfire: Remove files/FindBoostCompute.cmake Package-Manager: portage-2.2.20.1 sci-libs/arrayfire/files/FindBoostCompute.cmake | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/sci-libs/arrayfire/files/FindBoostCompute.cmake b/sci-libs/arrayfire/files/FindBoostCompute.cmake deleted file mode 100644 index d98ea4b..0000000 --- a/sci-libs/arrayfire/files/FindBoostCompute.cmake +++ /dev/null @@ -1,18 +0,0 @@ -# Downloads and builds the Boost Compute library from github.com -# Defines the following variables -# * BoostCompute_FOUND Flag for Boost Compute -# * BoostCompute_INCLUDE_DIR Location of the Boost Compute headers - - -set(BoostCompute_INCLUDE_DIR "/usr/include/compute") -SET( BoostCompute_FOUND ON CACHE BOOL "BoostCompute Found" ) - - -IF(NOT BoostCompute_FOUND) - MESSAGE(FATAL_ERROR, "Boost.Compute not found! Clone Boost.Compute from https://github.com/kylelutz/compute.git") -ENDIF(NOT BoostCompute_FOUND) - -MARK_AS_ADVANCED( - BoostCompute_FOUND - BoostCompute_INCLUDE_DIR - )