mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
tentative : use nvidia driver to find specific libnvidia-xxxx.so
This commit is contained in:
parent
192e252ce2
commit
943f8a4a96
2 changed files with 10 additions and 2 deletions
|
@ -11,4 +11,13 @@
|
||||||
(name glicid)
|
(name glicid)
|
||||||
(url "https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git")
|
(url "https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git")
|
||||||
(branch "main"))
|
(branch "main"))
|
||||||
|
(channel
|
||||||
|
(name 'nonguix)
|
||||||
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
|
;; Enable signature verification:
|
||||||
|
(introduction
|
||||||
|
(make-channel-introduction
|
||||||
|
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||||
|
(openpgp-fingerprint
|
||||||
|
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||||
))
|
))
|
||||||
|
|
|
@ -274,8 +274,7 @@ hwloc ;; openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh a
|
||||||
|
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs gromacs)
|
(modify-inputs (package-inputs gromacs)
|
||||||
(append cuda
|
(append cuda nvidia-driver hwloc openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh and tests use it !
|
||||||
hwloc openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh and tests use it !
|
|
||||||
))))
|
))))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue