Skip to content

Commit

Permalink
HDF link
Browse files Browse the repository at this point in the history
  • Loading branch information
andras86 authored Jun 19, 2017
1 parent 4d4ded9 commit dedadd2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ RUN apt-get update && apt-get install -y software-properties-common \

#HLA Typing
#OptiType dependecies
RUN curl -O https://support.hdfgroup.org/ftp/HDF5/current18/bin/linux-centos7-x86_64-gcc485/hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gz \
&& tar -xvf hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gz \
&& mv hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/bin/* /usr/local/bin/ \
&& mv hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/lib/* /usr/local/lib/ \
&& mv hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/include/* /usr/local/include/ \
&& mv hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/share/* /usr/local/share/ \
&& rm -rf hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared/ \
&& rm -f hdf5-1.8.18-linux-centos7-x86_64-gcc485-shared.tar.gz
RUN curl -O https://support.hdfgroup.org/ftp/HDF5/current18/bin/linux-centos7-x86_64-gcc485/hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared.tar.gz \
&& tar -xvf hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared.tar.gz \
&& mv hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/bin/* /usr/local/bin/ \
&& mv hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/lib/* /usr/local/lib/ \
&& mv hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/include/* /usr/local/include/ \
&& mv hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/share/* /usr/local/share/ \
&& rm -rf hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared/ \
&& rm -f hdf5-1.8.19-linux-centos7-x86_64-gcc485-shared.tar.gz

ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
ENV HDF5_DIR /usr/local/
Expand Down

0 comments on commit dedadd2

Please sign in to comment.