commit: 096118ec720d50bf5835c8da4dfe7d562de51de5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 5 20:49:27 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 20 21:24:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096118ec
package.mask: Mask old versions of CUDA-related packages Closes: https://github.com/gentoo/gentoo/pull/4559 profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 291b62c00ed..0703755006a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,14 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (20 May 2017) +# Old versions of CUDA and their reverse dependencies. They do not +# support GCC 4.9+, and are really old. +<dev-python/pycuda-2016 +<dev-util/nvidia-cuda-sdk-7 +<dev-util/nvidia-cuda-toolkit-7 +net-wireless/cpyrit-cuda + # Michał Górny <[email protected]> (18 May 2017) # Last release in 2007, upstream disappeared. Requires a lot # of patching. Unmaintained since 2012. Bad ebuild quality, #514850.
