commit: 4f0c17563b9c73c48c3790c2500cb5a88f31b1a9 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Apr 22 09:25:18 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Apr 22 09:25:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0c1756
profiles: Unmask OpenCL packages installing directly into /usr Ended up doing quite a lot of testing yesterday plus my own system has been running this set-up for over 2 weeks now, I think we are ready for prime time. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/package.mask | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 4f6a2448711..60fc8c2432d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -365,21 +365,6 @@ dev-tcltk/tcl-mccp # Masked for testing >=dev-libs/libressl-3.1.0 -# Marek Szuba <[email protected]> (2020-04-08) -# All of these block app-eselect/eselect-opencl in order to prevent -# file collisions in /usr/include/CL and on /usr/lib/libOpenCL.so* . -# However, eselect-opencl is still required by x11-drivers/nvidia-drivers -# (even with USE=-uvm, i.e. when it does NOT handle OpenCL) - which by design -# does not appear in virtual/opencl-3. -# Moreover, upgrading to either of the loader ebuilds listed here -# will on systems using FEATURES=collision-protect require prior manual -# clean-up of libOpenCL links created by eselect-opencl so even with the Nvidia -# situation taken care of, we should probably publish an appropriate news item -# before unmasking these. ->=dev-libs/ocl-icd-2.2.12-r3 -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
