diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-11 09:01:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-11 09:08:59 +0000 |
commit | 5dc87071b33cfe90ad019694c3b7171c1b056b43 (patch) | |
tree | 11515e586028694b485859a1bd352e6c3aae43fe /sys-apps | |
parent | www-plugins/chrome-binary-plugins: automated update (89.0.4350.4) (diff) | |
download | gentoo-5dc87071b33cfe90ad019694c3b7171c1b056b43.tar.gz gentoo-5dc87071b33cfe90ad019694c3b7171c1b056b43.tar.bz2 gentoo-5dc87071b33cfe90ad019694c3b7171c1b056b43.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.13.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild b/sys-apps/hwloc/hwloc-1.11.13.ebuild index ad6e57460544..8417f7fabee4 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) \ |