From d024661434b75606aeb26d27479833cdc49de317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 4 Jun 2018 08:02:26 +0200 Subject: [PATCH] modified: o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb Former-commit-id: c03dcb26016977bf49b5d62d23757f1b3744be19 --- o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb b/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb index a6353ae7..005e7864 100644 --- a/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb +++ b/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb @@ -13,7 +13,10 @@ sources = [SOURCELOWER_TAR_GZ] sources = ['openmpi-%(version)s.tar.gz'] checksums = ['886698becc5bea8c151c0af2074b8392'] -dependencies = [('hwloc', '1.11.7')] +dependencies = [ + ('hwloc', '1.11.7'), + ('libxml2', '2.9.4', '', True), +] configopts = '--with-threads=posix --enable-shared --enable-mpi-thread-multiple --with-verbs ' configopts += '--enable-mpirun-prefix-by-default ' # suppress failure modes in relation to mpirun path