diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-17 16:45:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-18 19:52:36 +0100 |
commit | 3ec937d53b8f20927ef7566842ed1c7f984d43b2 (patch) | |
tree | b2fd27e707f8927bd1856133c35b87a611415e46 /profiles/use.desc | |
parent | profiles/use.desc: Make USE={otf,ttf} global (diff) | |
download | gentoo-3ec937d53b8f20927ef7566842ed1c7f984d43b2.tar.gz gentoo-3ec937d53b8f20927ef7566842ed1c7f984d43b2.tar.bz2 gentoo-3ec937d53b8f20927ef7566842ed1c7f984d43b2.zip |
profiles/use.desc: Make USE=opencl global
Add a global USE=opencl flag. The flag is used consistently in 30
packages, and most of them do not provide any additional information
worth preserving.
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 95009d64778b..43306fa53168 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -232,6 +232,7 @@ offensive - Enable potentially offensive items in packages ofx - Enable support for importing (and exporting) OFX (Open Financial eXchange) data files ogg - Add support for the Ogg container format (commonly used by Vorbis, Theora and flac) openal - Add support for the Open Audio Library +opencl - Enable OpenCL support (computation on GPU) openexr - Support for the OpenEXR graphics file format opengl - Add support for OpenGL (3D graphics) openmp - Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp" |