summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2017-05-10 19:11:50 -0400
committerJustin Bronder <jsbronder@gentoo.org>2017-05-10 19:25:48 -0400
commitbd252a1866c34512a78db697d8314b85da29f442 (patch)
tree492b7081653fdc407aca7032b24a69c11c29f632 /sys-apps/hwloc
parentsys-apps/hwloc: bump 1.11.7, drop opencl (diff)
downloadgentoo-bd252a1866c34512a78db697d8314b85da29f442.tar.gz
gentoo-bd252a1866c34512a78db697d8314b85da29f442.tar.bz2
gentoo-bd252a1866c34512a78db697d8314b85da29f442.zip
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
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r--sys-apps/hwloc/hwloc-1.11.2-r1.ebuild (renamed from sys-apps/hwloc/hwloc-1.11.2.ebuild)8
1 files 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
index 2157445f2b11..2f6751aa3cea 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)