From 93f782ff0dcac2bda2dd86abc360ac52990c4f46 Mon Sep 17 00:00:00 2001 From: tbeu Date: Sun, 10 Jan 2021 20:07:53 +0100 Subject: [PATCH] Build HDF5 1.12.0 for matio (#4939) --- projects/matio/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/matio/Dockerfile b/projects/matio/Dockerfile index b2aef99e8..d69281cb8 100644 --- a/projects/matio/Dockerfile +++ b/projects/matio/Dockerfile @@ -15,9 +15,9 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y make autoconf automake libhdf5-dev libtool zlib1g-dev -ENV HDF5_DIR /usr/lib/x86_64-linux-gnu/hdf5/serial +RUN apt-get update && apt-get install -y make autoconf automake libtool +RUN git clone --depth 1 https://github.com/madler/zlib RUN git clone --depth 1 git://git.code.sf.net/p/matio/matio matio +ADD https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.0/src/hdf5-1.12.0.tar.gz hdf5-1.12.0.tar.gz WORKDIR matio -ADD https://support.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz szip.tar.gz COPY build.sh $SRC/