moving from dagmc develop to latest tagged release

This commit is contained in:
Jonathan Shimwell 2021-03-25 11:31:54 +00:00
parent 11ae5e92e2
commit 1317365cd7

View file

@ -117,7 +117,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
RUN if [ "$include_dagmc" = "true" ] ; \
then mkdir DAGMC ; \
cd DAGMC ; \
git clone --single-branch --branch develop https://github.com/svalinn/DAGMC.git ; \
git clone --single-branch --branch 3.2.0 https://github.com/svalinn/DAGMC.git ; \
mkdir build ; \
cd build ; \
cmake ../DAGMC -DBUILD_TALLY=ON \