diff options
author | Sven Eden <yamakuzure@gmx.net> | 2017-06-06 19:20:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-05 11:08:25 +0200 |
commit | 2e1256f586edfdfae022945f278e3d28ac997ecf (patch) | |
tree | caea808bfa631df40a7a4fdc4dbe8e09bf78aac2 /sci-misc/boinc/metadata.xml | |
parent | licenses: Remove unused SOPLA-* licenses (sci-electronics/systemc) (diff) | |
download | gentoo-2e1256f586edfdfae022945f278e3d28ac997ecf.tar.gz gentoo-2e1256f586edfdfae022945f278e3d28ac997ecf.tar.bz2 gentoo-2e1256f586edfdfae022945f278e3d28ac997ecf.zip |
sci-misc/boinc: Fix bashisms in init script and enhance OpenCL support
This commit fixes the following issues:
- https://bugs.gentoo.org/show_bug.cgi?id=620818
The previous init script consisted of many bashisms that have been removed.
- BOINC supports OpenCL unconditionally. This commit adds an informational
text about its support to the ebuilds.
- For OpenCL to work, the currently used libOpenCL.so must be symlinked into
the BOINC working directory, just like libcudart.so. The init script has been
updated to take care of symlinking libOpenCL.so.
Closes: https://github.com/gentoo/gentoo/pull/4887
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-misc/boinc/metadata.xml')
-rw-r--r-- | sci-misc/boinc/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-misc/boinc/metadata.xml b/sci-misc/boinc/metadata.xml index c65c76f57f7a..5e74c0cc24c0 100644 --- a/sci-misc/boinc/metadata.xml +++ b/sci-misc/boinc/metadata.xml @@ -19,7 +19,7 @@ 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> + </flag> </use> <upstream> <remote-id type="github">BOINC/boinc</remote-id> |