Skip to content

Commit

Permalink
Build HDF5 1.12.1 for matio (#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu authored Aug 14, 2021
1 parent c2c293d commit 19ea576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/matio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
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
ADD https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.1/src/hdf5-1.12.1.tar.gz hdf5-1.12.1.tar.gz
WORKDIR matio
COPY build.sh $SRC/

0 comments on commit 19ea576

Please sign in to comment.