suggestion from code review, change moab branch to master

This commit is contained in:
Jonathan Shimwell 2021-01-26 19:11:42 +00:00 committed by GitHub
parent 0990d92c05
commit 61b4169801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
mkdir MOAB ; \
cd MOAB ; \
mkdir build ; \
git clone --single-branch --branch develop https://bitbucket.org/fathomteam/moab.git ; \
git clone --single-branch --branch master https://bitbucket.org/fathomteam/moab.git ; \
cd build ; \
cmake ../moab -DENABLE_HDF5=ON \
-DENABLE_NETCDF=ON \