Skip to content

Commit

Permalink
Clean up mepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 11, 2022
1 parent 9ef2bad commit 589adcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG maplversion

RUN git clone -b ${maplversion} https://github.com/GEOS-ESM/MAPL.git /MAPL-src && \
cd /MAPL-src && \
mepo init && mepo clone && \
mepo clone && \
mkdir build && \
cd build && \
cmake .. -DCMAKE_INSTALL_PREFIX=/MAPL/install -DBASEDIR=$BASEDIR/Linux -DUSE_F2PY=OFF -DCMAKE_Fortran_COMPILER=$FC -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX && \
Expand Down

0 comments on commit 589adcb

Please sign in to comment.