Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 861440 - sci-misc/boinc-7.20.2 : Version bump and need for cleanup
Summary: sci-misc/boinc-7.20.2 : Version bump and need for cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sven Eden
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-07-27 10:31 UTC by Sven Eden
Modified: 2022-08-01 18:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Eden 2022-07-27 10:31:07 UTC
The current release, although a dev release, does not need the various workarounds we had to add anymore, like sym-linking libraries into the data folder, any more.

Also the cuda USE flag is not really useful and should be substituted with an opencl USE flag, that pulls in the right packages according to VIDEO_CARDS.
Comment 1 Sven Eden 2022-07-27 10:31:30 UTC
I am on it and needed to start this bug for my commit messages.
Comment 2 Larry the Git Cow gentoo-dev 2022-08-01 08:35:06 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1736df328f9404f0f0841e25b9f6a158d9ad085c

commit 1736df328f9404f0f0841e25b9f6a158d9ad085c
Author:     Sven Eden <sven.eden@prydeworx.com>
AuthorDate: 2022-07-27 11:38:07 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2022-08-01 08:34:37 +0000

    sci-misc/boinc: Bump to 7.20.2 ; plus OpenCL dependency fixes
    
    BOINC can now detect and use the correct OpenCL implementations for
    various situations. Therefore VIDEO_CARDS is questioned to pull in
    the needed dependencies:
    
    * video_cards_amdgpu   : dev-libs/rocm-opencl-runtime
      -> AMD GPUs supported by the amdgpu kernel driver. 64-bit only
    * video_cards_intel    : dev-libs/intel-compute-runtime
      -> integrated Intel GPUs from Broadwell onwards. 64-bit only
    * video_cards_nvidia   : media-gfx/nvidia-cg-toolkit
      -> USE="cuda" is enforced in this case
    * video_cards_radeonsi : media-libs/mesa[opencl]
    
    WARNING: Only nvidia+intel have been tested yet!
    
    Bug: https://bugs.gentoo.org/861440
    
    Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 sci-misc/boinc/Manifest               |   2 +-
 sci-misc/boinc/boinc-7.20.2-r2.ebuild | 207 ++++++++++++++++++++++++++++++++++
 sci-misc/boinc/metadata.xml           |   1 +
 3 files changed, 209 insertions(+), 1 deletion(-)