CUDA: Keep 10.1.243 As Preferred (#13983)
Keep CUDA 10.1.243 as the preferred version until the issue of including implementation details of libcu++ is addressed.
This commit is contained in:
parent
e5f04f9abc
commit
ba156dfcd8
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ class Cuda(Package):
|
|||
key = "{0}-{1}".format(platform.system(), platform.machine())
|
||||
pkg = packages.get(key)
|
||||
if pkg:
|
||||
version(ver, sha256=pkg[0], url=pkg[1], expand=False)
|
||||
version(ver, sha256=pkg[0], url=pkg[1], expand=False,
|
||||
preferred=(ver == "10.1.243")) # see GH issue 13969
|
||||
|
||||
# macOS Mojave drops NVIDIA graphics card support -- official NVIDIA
|
||||
# drivers do not exist for Mojave. See
|
||||
|
|
Loading…
Reference in a new issue