From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 729DB138448 for ; Wed, 9 Sep 2015 07:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4841E08B1; Wed, 9 Sep 2015 07:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FEF3E08B5 for ; Wed, 9 Sep 2015 07:11:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70FFB340AB0 for ; Wed, 9 Sep 2015 07:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91459195 for ; Wed, 9 Sep 2015 07:11:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441720430.43a0b9d914549f6a43dfead87b3881ee7d1a8202.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/files/FindBoostCompute.cmake X-VCS-Directories: sci-libs/arrayfire/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 43a0b9d914549f6a43dfead87b3881ee7d1a8202 X-VCS-Branch: master Date: Wed, 9 Sep 2015 07:11:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0337e118-31e3-49b8-a2a9-b68bbaebbd7b X-Archives-Hash: fc8f7325a45fe8b5ddeb124643cf934f commit: 43a0b9d914549f6a43dfead87b3881ee7d1a8202 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 8 13:53:50 2015 +0000 Commit: Justin Lecher gentoo 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 - )