File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,10 @@ RUN cd $HOME/opt \
45
45
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined" -DENABLE_MPI=OFF \
46
46
-DENABLE_HDF5=ON -DHDF5_ROOT=/usr/lib/x86_64-linux-gnu/hdf5/serial \
47
47
-DENABLE_NETCDF=OFF -DENABLE_METIS=OFF -DENABLE_IMESH=OFF -DENABLE_FBIGEOM=OFF \
48
- -DENABLE_PYMOAB=ON -DPREFIX=$HOME/opt/moab \
49
- && make all -j 8 \
50
- && cd .. \
48
+ -DENABLE_PYMOAB=ON -DCMAKE_INSTALL_PREFIX=$HOME/opt/moab \
49
+ && make -j 8 \
50
+ && make install \
51
+ && cd $HOME/opt/moab \
51
52
&& rm -rf build moab
52
53
53
54
# set environment variables
Original file line number Diff line number Diff line change @@ -50,9 +50,10 @@ RUN cd $HOME/opt \
50
50
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined" -DENABLE_MPI=OFF \
51
51
-DENABLE_HDF5=ON -DHDF5_ROOT=/usr/lib/x86_64-linux-gnu/hdf5/serial \
52
52
-DENABLE_NETCDF=OFF -DENABLE_METIS=OFF -DENABLE_IMESH=OFF -DENABLE_FBIGEOM=OFF \
53
- -DENABLE_PYMOAB=ON -DPREFIX=$HOME/opt/moab \
54
- && make all -j 8 \
55
- && cd .. \
53
+ -DENABLE_PYMOAB=ON -DCMAKE_INSTALL_PREFIX=$HOME/opt/moab \
54
+ && make -j 8 \
55
+ && make install \
56
+ && cd $HOME/opt/moab \
56
57
&& rm -rf build moab
57
58
58
59
# set environment variables
You can’t perform that action at this time.
0 commit comments