Skip to content

Commit adcaa2c

Browse files
committed
make instead of make all
1 parent ed1bdd4 commit adcaa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymoab-py2-18.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN cd $HOME/opt \
4646
-DENABLE_HDF5=ON -DHDF5_ROOT=/usr/lib/x86_64-linux-gnu/hdf5/serial \
4747
-DENABLE_NETCDF=OFF -DENABLE_METIS=OFF -DENABLE_IMESH=OFF -DENABLE_FBIGEOM=OFF \
4848
-DENABLE_PYMOAB=ON -DCMAKE_INSTALL_PREFIX=$HOME/opt/moab \
49-
&& make all -j 8 \
49+
&& make -j 8 \
5050
&& make install \
5151
&& cd $HOME/opt/moab \
5252
&& rm -rf build moab

0 commit comments

Comments
 (0)