From 2d500f26e9777fc395131301404cf06c0d1a2951 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Wed, 3 Apr 2019 15:23:44 +0100
Subject: OpenMPI, HDF5 libraries added for h5py

After trying the build a system with no Python library, I noticed that
Python's HDF5 module (`h5py') needs the HDF5 library and OpenMPI (to work
in parallel). So they were added. Finally `h5py' uses the `mpi4py' module
to communicate with OpenMPI, so it was also added. However, for some
reason, mpi4py doesn't work with this version of OpenMPI (as described in
the comments above).

So for now, h5py doesn't use it and can only work on a single thread, while
the HDF5 C library links with OpenMPI with no problem.
---
 .file-metadata | Bin 4800 -> 4340 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

(limited to '.file-metadata')

diff --git a/.file-metadata b/.file-metadata
index 7e8d12c..27bfed5 100644
Binary files a/.file-metadata and b/.file-metadata differ
-- 
cgit v1.2.1