no test : no ssh needed.

This commit is contained in:
Yann Dupont 2020-05-25 16:58:29 +02:00
parent bbd4973877
commit 3a669c09e5

View file

@ -212,7 +212,7 @@
(inherit gromacs) (inherit gromacs)
(name "glicid-gromacs-openmpi") (name "glicid-gromacs-openmpi")
(inputs `(("openmpi", openmpi) (inputs `(("openmpi", openmpi)
("openssh", openssh) ;; ("openssh", openssh) ;; only for tests... disabled now
,@(package-inputs gromacs))) ,@(package-inputs gromacs)))
(build-system cmake-build-system) (build-system cmake-build-system)