From 1ab991de9ee1f911bd156c1b45084763a4936a27 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Mon, 29 Apr 2019 11:39:44 +0100 Subject: Added numpy and six as prerequisites of h5py Until now, we were missing `numpy' and `six' as prerequisites of `h5py'. Because we did the configure step with all cores, `numpy' and `six' allways were built before `h5py' with any crash. However, in a single thread configure run we noticed that we were missing these two dependencies. With this commit, we fix this issue by setting `numpy' and `six' as prerequisites of `h5py'. --- .file-metadata | Bin 6657 -> 6657 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index c6c1a6a..0ebb27d 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1