Skip to content

Commit

Permalink
make instead of make all
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiesling committed Apr 13, 2020
1 parent ed1bdd4 commit adcaa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymoab-py2-18.04
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN cd $HOME/opt \
-DENABLE_HDF5=ON -DHDF5_ROOT=/usr/lib/x86_64-linux-gnu/hdf5/serial \
-DENABLE_NETCDF=OFF -DENABLE_METIS=OFF -DENABLE_IMESH=OFF -DENABLE_FBIGEOM=OFF \
-DENABLE_PYMOAB=ON -DCMAKE_INSTALL_PREFIX=$HOME/opt/moab \
&& make all -j 8 \
&& make -j 8 \
&& make install \
&& cd $HOME/opt/moab \
&& rm -rf build moab
Expand Down

0 comments on commit adcaa2c

Please sign in to comment.