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 5DC1E138A1A for ; Thu, 19 Feb 2015 08:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36BE0E0870; Thu, 19 Feb 2015 08:04:42 +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 C3BC0E0870 for ; Thu, 19 Feb 2015 08:04:41 +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 B4FCD3408C1 for ; Thu, 19 Feb 2015 08:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9DC51214E for ; Thu, 19 Feb 2015 08:04:37 +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: <1424333020.c30aacd03ef976ed2c7a6bd765e45c632ceaedc1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/hwloc/ X-VCS-Repository: proj/sci X-VCS-Files: sys-apps/hwloc/ChangeLog sys-apps/hwloc/hwloc-1.10.1.ebuild X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c30aacd03ef976ed2c7a6bd765e45c632ceaedc1 X-VCS-Branch: master Date: Thu, 19 Feb 2015 08:04:37 +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: 491f14c9-90db-4793-a678-17ae76b2daf7 X-Archives-Hash: bc31840e89be026961facee6bedc7a2a commit: c30aacd03ef976ed2c7a6bd765e45c632ceaedc1 Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 19 08:03:40 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 19 08:03:40 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c30aacd0 sys-apps/hwloc: Set minimum support cuda toolkit version Package-Manager: portage-2.2.17 RepoMan-Options: --force --- sys-apps/hwloc/ChangeLog | 3 +++ sys-apps/hwloc/hwloc-1.10.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index 517a414..48256ef 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.49 2015/01/05 17:56:52 aballier Exp $ + 19 Feb 2015; Justin Lecher hwloc-1.10.1.ebuild: + sys-apps/hwloc: Set minimum support cuda toolkit version + 18 Feb 2015; Christoph Junghans hwloc-1.10.1.ebuild: fixed cuda build diff --git a/sys-apps/hwloc/hwloc-1.10.1.ebuild b/sys-apps/hwloc/hwloc-1.10.1.ebuild index 7cbc3a5..e6f9c90 100644 --- a/sys-apps/hwloc/hwloc-1.10.1.ebuild +++ b/sys-apps/hwloc/hwloc-1.10.1.ebuild @@ -22,7 +22,7 @@ IUSE="cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X" RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] ) - cuda? ( dev-util/nvidia-cuda-toolkit ) + cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) gl? ( media-video/nvidia-settings ) opencl? ( x11-drivers/ati-drivers:* ) pci? (