commit: 5dc87071b33cfe90ad019694c3b7171c1b056b43 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Dec 11 09:01:39 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 09:08:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc87071
sys-apps/hwloc: explicitly disable opencl Reported-by: Luke-Jr Closes: https://bugs.gentoo.org/744646 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> sys-apps/hwloc/hwloc-1.11.13.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild b/sys-apps/hwloc/hwloc-1.11.13.ebuild index ad6e5746054..8417f7fabee 100644 --- a/sys-apps/hwloc/hwloc-1.11.13.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.13.ebuild @@ -57,6 +57,7 @@ multilib_src_configure() { fi ECONF_SOURCE=${S} econf \ + --disable-opencl \ $(use_enable static-libs static) \ $(use_enable cairo) \ $(multilib_native_use_enable cuda) \
