Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Revert "Fix typo"
Browse files Browse the repository at this point in the history
This reverts commit 57fd839.
  • Loading branch information
rdccosmo committed Dec 9, 2016
1 parent 57fd839 commit a7ba508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN wget http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compile_tutorial/tar_files/
tar xzvf netcdf-4.1.3.tar.gz && \
rm -f netcdf-4.1.3.tar.gz && \
cd netcdf-4.1.3 && \
LD_LIBRARY_PATH=$PREFIX/lib/$LD_LIBRARY_PATH CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib ./configure --prefix=$PREFIX --disable-dap --disable-netcdf-4 --disable-shared && \
LD_LIBRARY_PATH=$PREFIX/lib/:$LD_LIBRARY_PATH CPPFLAGS=-I$PREFIX/include LDFLAGS=-L$PREFIX/lib ./configure --prefix=$PREFIX --disable-dap --disable-netcdf-4 --disable-shared && \
make && \
make install

Expand Down

0 comments on commit a7ba508

Please sign in to comment.