Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681694 - dev-util/nvidia-cuda-toolkit-10.1.105 version bump
Summary: dev-util/nvidia-cuda-toolkit-10.1.105 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-25 01:10 UTC by Hasan Calisir
Modified: 2019-04-05 15:41 UTC (History)
3 users (show)

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


Attachments
dev-util/nvidia-cuda-toolkit-10.1.105 ebuild (nvidia-cuda-toolkit-10.1.105.ebuild,3.27 KB, text/plain)
2019-03-29 09:35 UTC, Brian Munro
Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Brian Munro 2019-03-29 09:35:51 UTC
Created attachment 571142 [details]
dev-util/nvidia-cuda-toolkit-10.1.105 ebuild

I had to create a ebuild for nvidia-cuda-sdk 10.1.105 for (https://bugs.gentoo.org/679412) here is my updated ebuild for the toolkit with the required changes to work with the latest cuda 10.1 release
Comment 2 Jura 2019-03-29 10:48:32 UTC
I can't recompile tensorflow with this ebuild:

Cuda Configuration Error: Cannot find cuda library libcublas.so.10.1
Comment 3 Jura 2019-03-29 10:56:57 UTC
I think this is a tensorflow problem ;)
Comment 4 Brian Munro 2019-03-29 11:44:54 UTC
They changed the folder structure for the install, cublas was moved to a separate folder,

 its been separated from the toolkit by the looks of things, so not sure if this will require a separate ebuild or should be included as a use flag?

https://devtalk.nvidia.com/default/topic/1047981/cuda-setup-and-installation/cublas-for-10-1-is-missing/
Comment 5 Hasan Calisir 2019-03-29 12:23:47 UTC
We have to test cuda-toolkit-10.1 with latest cudnn-7.5.0.56.
Cudnn depends to cuda-toolkit.

https://bugs.gentoo.org/681698
Comment 6 Larry the Git Cow gentoo-dev 2019-04-05 15:41:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a12de7e7bbf1184550c35e3f164419b212160f

commit 08a12de7e7bbf1184550c35e3f164419b212160f
Author:     Jan Vesely <jano.vesely@gmail.com>
AuthorDate: 2019-03-23 06:41:21 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2019-04-05 15:38:31 +0000

    dev-util/nvidia-cuda-toolkit: Bump to 10.1.105
    
    Other changes:
    Bump to EAPI=7
    Don't use versionator
    Update SRC_URI file name
    Don't unpack the source file twice
    Use dobin + doins instead of mv
    
    v2: move to toolkit directory before considering docs
    v3: remove more gdb/profiler/eclipse content
    
    Closes: https://github.com/gentoo/gentoo/pull/11481
    Closes: https://bugs.gentoo.org/681694
    Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
    Signed-off-by: Jason Zaman <perfinion@gentoo.org>

 dev-util/nvidia-cuda-toolkit/Manifest              |   1 +
 .../nvidia-cuda-toolkit-10.1.105.ebuild            | 143 +++++++++++++++++++++
 2 files changed, 144 insertions(+)