commit: 5fa17440cb4edc8a7983edd515bdbdadbf940972 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 7 08:00:13 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 20 21:24:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa17440
profiles/arch/x86: Mask cuda since newer versions no longer support x86 profiles/arch/x86/package.use.mask | 27 +++------------------------ profiles/arch/x86/use.mask | 4 ---- 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index f091f81ef11..1416929f8e8 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -30,10 +30,6 @@ media-libs/mlt vdpau # Disable zfs storage backend since sys-fs/zfs doesn't support 32bit arch app-emulation/libvirt zfs -# Jonathan Scruggs <[email protected]> (27 Oct 2016) -# Blender needs newer versions of CUDA which no longer support x86 -media-gfx/blender cuda - # Ettore Di Giacinto <[email protected]> (18 Oct 2016) # Enable gambit and scm only on supported architectures >=dev-scheme/slib-3.2.5 -gambit -scm @@ -138,24 +134,19 @@ app-editors/gvim -luajit -racket # Kacper Kowalik <[email protected]> (09 Aug 2013) # Works on x86 -sys-apps/hwloc -cuda -gl +sys-apps/hwloc -gl # Pacho Ramos <[email protected]> (20 Jul 2013) # Keywords missing, bug #478104 >=app-editors/gedit-plugins-3.8.3 git -# Justin Lecher <[email protected]> (21 Feb 2013) -# cuda only works on x86 and amd64 -sci-libs/cholmod -cuda -sci-libs/flann -cuda - # Alexandre Rostovtsev <[email protected]> (30 Dec 2012) # chromium, mono work on this arch (masked in base) gnome-extra/zeitgeist-datasources -chromium # Christoph Junghans <[email protected]> (26 Dec 2012) -# cuda/mkl works on x86/amd64 (masked in base) -sci-chemistry/gromacs -cuda -mkl +# mkl works on x86/amd64 (masked in base) +sci-chemistry/gromacs -mkl # Diego Elio Pettenò <[email protected]> (3 Nov 2012) # Unmask here, as it's masked in base. @@ -173,10 +164,6 @@ media-libs/freetype -infinality # Masked in base like the above. dev-java/icedtea -infinality -# Rick Farina <[email protected]> (05 July 2012) -# masked in base, unmask x86/amd64 only -app-crypt/johntheripper -cuda - # Alexandre Rostovtsev <[email protected]> (12 Apr 2012) # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for # gobject-introspection[doctool], bug #411761 @@ -254,18 +241,10 @@ media-libs/mesa -llvm # x86 platforms works sys-power/pm-utils -video_cards_intel -video_cards_radeon -# Mounir Lamouri <[email protected]> (07 Nov 2009) -# Masked in base, unmak for amd64/x86. Bug 267264 -media-gfx/k3d -cuda - # Jean-Noël Rivasseau <[email protected]> (23 Sep 2009) # X use flag only for amd64/x86, bug 285951. media-gfx/iscan -X -# Tomas Chvatal <[email protected]> (24 Nov 2008) -# masked in base, unmask for x86/amd64 -sci-misc/boinc -cuda - # Robert Buchholz <[email protected]> (16 Aug 2008) # masked in base, unmask for x86/amd64 dev-python/kaa-base -tls diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 7bf76dee8fa..5cfbcb80234 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -11,10 +11,6 @@ # sys-libs/libapparmor -apparmor -# Alexey Shvetsov <[email protected]> (08 Apr 2014) -# Cuda works here --cuda - # Michał Górny <[email protected]> (30 Mar 2014) # PyPy is keyworded on this arch. -python_targets_pypy
