You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2019/02/12 00:17:57 UTC

[incubator-mxnet] branch master updated: Add libhdf5-dev to ubuntu_core.sh (#14079)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 61d6917  Add libhdf5-dev to ubuntu_core.sh (#14079)
61d6917 is described below

commit 61d69177479d9be1d79c688a8b7bd7db767c0071
Author: Alexander Pivovarov <ap...@gmail.com>
AuthorDate: Mon Feb 11 16:17:28 2019 -0800

    Add libhdf5-dev to ubuntu_core.sh (#14079)
    
    This package contains header files needed to build and install h5py python package, which is installed by ubuntu_python.sh script using pip.
---
 ci/docker/install/ubuntu_core.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/docker/install/ubuntu_core.sh b/ci/docker/install/ubuntu_core.sh
index fc903e5..3f8ffb7 100755
--- a/ci/docker/install/ubuntu_core.sh
+++ b/ci/docker/install/ubuntu_core.sh
@@ -35,6 +35,7 @@ apt-get install -y \
     libatlas-base-dev \
     libcurl4-openssl-dev \
     libjemalloc-dev \
+    libhdf5-dev \
     liblapack-dev \
     libopenblas-dev \
     libopencv-dev \