commit: bd252a1866c34512a78db697d8314b85da29f442
Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 23:11:50 2017 +0000
Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Wed May 10 23:25:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd252a18
sys-apps/hwloc: drop opencl support from stable 1.11.2
x11-drivers/ati-drivers is gone (#582406), so direct to stable commit to fix
the deptree.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
sys-apps/hwloc/{hwloc-1.11.2.ebuild => hwloc-1.11.2-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-apps/hwloc/hwloc-1.11.2.ebuild
b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild
similarity index 89%
rename from sys-apps/hwloc/hwloc-1.11.2.ebuild
rename to sys-apps/hwloc/hwloc-1.11.2-r1.ebuild
index 2157445f2b1..2f6751aa3ce 100644
--- a/sys-apps/hwloc/hwloc-1.11.2.ebuild
+++ b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild
@@ -14,16 +14,17 @@
SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0/5"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd
~amd64-linux ~x86-linux"
-IUSE="cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X"
+IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
+
+# opencl support dropped with x11-drivers/ati-drivers being removed (#582406).
+# Anyone with hardware is welcome to step up and help test to get it re-added.
-# TODO opencl only works with AMD so no virtual
# dev-util/nvidia-cuda-toolkit is always multilib
RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools]
media-video/nvidia-settings ) )
- opencl? ( x11-drivers/ati-drivers:* )
pci? (
>=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}]
>=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}]
@@ -59,7 +60,6 @@ multilib_src_configure() {
$(use_enable cuda)
$(use_enable debug)
$(multilib_native_use_enable gl)
- $(multilib_native_use_enable opencl)
$(use_enable pci)
$(use_enable plugins)
$(use_enable numa libnuma)