We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1bdd4 commit adcaa2cCopy full SHA for adcaa2c
pymoab-py2-18.04
@@ -46,7 +46,7 @@ RUN cd $HOME/opt \
46
-DENABLE_HDF5=ON -DHDF5_ROOT=/usr/lib/x86_64-linux-gnu/hdf5/serial \
47
-DENABLE_NETCDF=OFF -DENABLE_METIS=OFF -DENABLE_IMESH=OFF -DENABLE_FBIGEOM=OFF \
48
-DENABLE_PYMOAB=ON -DCMAKE_INSTALL_PREFIX=$HOME/opt/moab \
49
- && make all -j 8 \
+ && make -j 8 \
50
&& make install \
51
&& cd $HOME/opt/moab \
52
&& rm -rf build moab
0 commit comments