From 4d35e36de820fa148b04420631e7cdd64fee43fa Mon Sep 17 00:00:00 2001 From: Alexander Pivovarov Date: Wed, 6 Feb 2019 12:52:21 -0800 Subject: [PATCH] Add libhdf5-dev to ubuntu_core.sh 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 fc903e5c8899..3f8ffb726208 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 \