diff options
author | 2023-12-18 20:04:54 +0100 | |
---|---|---|
committer | 2023-12-26 11:46:05 +0100 | |
commit | 9965f147595ed72fb3364099eb2209df6ed7f906 (patch) | |
tree | 4f9fbf152dc5a9d516e874a821f1d6f0839804e8 /profiles/use.desc | |
parent | dev-cpp/rapidfuzz-cpp: Bump to 3.0.0 (diff) | |
download | gentoo-9965f147595ed72fb3364099eb2209df6ed7f906.tar.gz gentoo-9965f147595ed72fb3364099eb2209df6ed7f906.tar.bz2 gentoo-9965f147595ed72fb3364099eb2209df6ed7f906.zip |
profiles/use.desc: Make USE=cuda global
Add a global USE=cuda. It is used semi-consistently in 39 packages.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34348
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 70f101b57133..65c809a71ddd 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -52,6 +52,7 @@ coreaudio - Build the CoreAudio driver on Mac OS X systems cracklib - Support for cracklib strong password checking crypt - Add support for encryption -- using mcrypt or gpg where applicable css - Enable reading of encrypted DVDs +cuda - Enable NVIDIA CUDA support (computation on GPU) cups - Add support for CUPS (Common Unix Printing System) curl - Add support for client-side URL transfer library custom-cflags - Build with user-specified CFLAGS (unsupported) |