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 19142138A1A for ; Thu, 22 Jan 2015 00:09:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B7D9E08AF; Thu, 22 Jan 2015 00:09:44 +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 8ECDAE086D for ; Thu, 22 Jan 2015 00:09:43 +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 CAC4134071E for ; Thu, 22 Jan 2015 00:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F8810178 for ; Thu, 22 Jan 2015 00:09:40 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421741968.c8128a8ccc32a5d7b98aeec6abb7dcef30cda627.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/arrayfire-9999.ebuild X-VCS-Directories: sci-libs/arrayfire/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c8128a8ccc32a5d7b98aeec6abb7dcef30cda627 X-VCS-Branch: master Date: Thu, 22 Jan 2015 00:09:40 +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: dffc2ccd-81bf-4f6e-a523-8348cf39dbb6 X-Archives-Hash: 3f438e9ccdccc67bc0daec80a2dd4376 commit: c8128a8ccc32a5d7b98aeec6abb7dcef30cda627 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Jan 20 08:18:58 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Jan 20 08:19:28 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c8128a8c sci-libs/arrayfire: Improve dependencies --- sci-libs/arrayfire/arrayfire-9999.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 352a814..1b5bc78 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -24,10 +24,15 @@ IUSE="+examples +cpu cuda test" RDEPEND=" >=sys-devel/gcc-4.7.3-r1 - virtual/blas - virtual/cblas - cuda? ( >=dev-util/nvidia-cuda-toolkit-6.0 ) - sci-libs/fftw:3.0" + cuda? ( + >=dev-util/nvidia-cuda-toolkit-6.0 + dev-libs/boost + ) + cpu? ( + virtual/blas + virtual/cblas + sci-libs/fftw:3.0 + )" DEPEND="${RDEPEND}" BUILD_DIR="${S}/build"