commit: a41cdae97af500cb530ba8489d68858e5845fbea Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Apr 8 22:51:04 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Apr 8 22:52:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41cdae9
profiles: mask dev-libs/opencl-icd-loader and dev-util/opencl-headers Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/package.mask | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index aa0a8257001..8a9e90c437c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,18 @@ #--- END OF EXAMPLES --- +# Marek Szuba <[email protected]> (2020-04-08) +# Both of these block app-eselect/eselect-opencl in order to prevent +# file collisions in /usr/include/CL and on /usr/lib/libOpenCL.so* . +# However, virtual/opencl-3 as it stands now does not support +# opencl-icd-loader yet and only pulls in dev-libs/ocl-icd - which depends +# on eselect-opencl. +# Will extend the virtual and remove the mask once satisfied with both +# the new ICD loader itself and the sanity of the eselect-free approach +# to OpenCL. +dev-libs/opencl-icd-loader +dev-util/opencl-headers + # Joonas Niilola <[email protected]> (2020-04-05) # Not maintained in Gentoo, doesn't build for 2 years, has only # deprecated version present in Gentoo. Has a huge number of open
