From f9fa4fd518d0f49b3176603c4c6ccabf78fd2bcf Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 6 Aug 2019 19:13:28 +0100 Subject: OpenSSH necessary to use OpenMPI Until now, OpenMPI was being installed without any dependency. This was fine because it would indeed build. But the moment you tried loading something that depends on it (for example `mpi4py' through `astropy'), you would get an error complaining that SSH isn't present. With this commit, the pipeline now also installs OpenSSH to solve this problem. --- reproduce/software/config/installation/versions.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'reproduce/software/config/installation/versions.mk') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index f8c6c72..085646c 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -93,6 +93,7 @@ libtiff-version = 4.0.10 libxml2-version = 2.9.9 openblas-version = 0.3.5 openmpi-version = 4.0.1 +openssh-version = 8.0p1 pixman-version = 0.38.0 python-version = 3.7.3 scamp-version = 2.6.7 -- cgit v1.2.1