Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677364 - sys-libs/libomp should optionally depend on dev-util/nvidia-cuda-toolkit instead of dev-util/nvidia-cuda-sdk
Summary: sys-libs/libomp should optionally depend on dev-util/nvidia-cuda-toolkit inst...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-06 16:57 UTC by Robert
Modified: 2019-02-07 14:20 UTC (History)
2 users (show)

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 Robert 2019-02-06 16:57:38 UTC
The Nvidia Cuda SDK does not contain any files used by libomp, the dependancy should be changed to Nvidia Cuda Toolkit.  I have tested this on my machine, and it builds correctly.  This is a oneline change in the ebuilds for libomp.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-02-07 14:06:05 UTC
I really have no clue about CUDA nor any hardware to test it, so I'm going to trust you on this one.
Comment 2 Larry the Git Cow gentoo-dev 2019-02-07 14:20:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60277c194990f22a084d2e73f56f26a1fd32c41c

commit 60277c194990f22a084d2e73f56f26a1fd32c41c
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-02-07 14:05:50 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-02-07 14:20:10 +0000

    sys-libs/libomp: Fix cuda-dep to nvidia-cuda-toolkit
    
    Depend on dev-util/nvidia-cuda-toolkit rather than nvidia-cuda-sdk,
    as suggested by Robert.
    
    Closes: https://bugs.gentoo.org/677364
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-libs/libomp/{libomp-6.0.1.ebuild => libomp-6.0.1-r1.ebuild} | 2 +-
 sys-libs/libomp/{libomp-7.0.1.ebuild => libomp-7.0.1-r1.ebuild} | 2 +-
 sys-libs/libomp/libomp-7.0.9999.ebuild                          | 2 +-
 sys-libs/libomp/libomp-8.0.9999.ebuild                          | 2 +-
 sys-libs/libomp/libomp-9999.ebuild                              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)