Skip to content

Commit

Permalink
gloo-cuda10: Really depend on CUDA 10.x.
Browse files Browse the repository at this point in the history
This is a followup to 61f619b.

* guix-science-nonfree/packages/machine-learning.scm (gloo-cuda10)[inputs]:
Change CUDA to CUDA-10.2.
  • Loading branch information
civodul committed Mar 21, 2023
1 parent 2691ec4 commit 60a206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guix-science-nonfree/packages/machine-learning.scm
Expand Up @@ -83,7 +83,7 @@
#~()))))
(inputs
(modify-inputs (package-inputs gloo)
(append cuda)))
(append cuda-10.2)))
;; When building with CUDA 10 we cannot use any more recent GCC
;; than version 8.
(native-inputs
Expand Down

0 comments on commit 60a206a

Please sign in to comment.