diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-18 20:04:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-26 11:46:05 +0100 |
commit | 9965f147595ed72fb3364099eb2209df6ed7f906 (patch) | |
tree | 4f9fbf152dc5a9d516e874a821f1d6f0839804e8 /sci-misc | |
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 'sci-misc')
-rw-r--r-- | sci-misc/boinc/metadata.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sci-misc/boinc/metadata.xml b/sci-misc/boinc/metadata.xml index 6dbc0bf0ab56..d144ab568bc2 100644 --- a/sci-misc/boinc/metadata.xml +++ b/sci-misc/boinc/metadata.xml @@ -17,13 +17,6 @@ BOINC (Berkeley Open Infrastructure for Network Computing) is a software platform for distributed computing using volunteered computer resources. </longdescription> - <use> - <flag name="cuda"> - Use nvidia cuda toolkit for speeding up computations. - NOTE: works only for subset of nvidia graphic cards so make sure your card - is supported before opening a bug about it. - </flag> - </use> <upstream> <remote-id type="github">BOINC/boinc</remote-id> </upstream> |