mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
moving from dagmc develop to latest tagged release
This commit is contained in:
parent
11ae5e92e2
commit
1317365cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue