aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/config/installation/versions.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-06 19:13:28 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-08-06 19:13:28 +0100
commitf9fa4fd518d0f49b3176603c4c6ccabf78fd2bcf (patch)
tree12ebcfc42b3481c8419cb394cce79890f585d0c0 /reproduce/software/config/installation/versions.mk
parent29540c2ba572ee46e9907c4b66153ce02b39c701 (diff)
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.
Diffstat (limited to 'reproduce/software/config/installation/versions.mk')
-rw-r--r--reproduce/software/config/installation/versions.mk1
1 files changed, 1 insertions, 0 deletions
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