Skip to content

Commit

Permalink
switched to openmc develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 9, 2022
1 parent 90acf2d commit 75cdc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ RUN wget https://github.com/mit-crpg/WMP_Library/releases/download/v1.1/WMP_Libr

# installs OpenMc from source
RUN cd /opt && \
# switch back to tagged version when 0.13.1 is released
# switch back to tagged version when 0.13.1 is released as develop depletion is used
# git clone --single-branch --branch v0.13.0 --depth 1 https://github.com/openmc-dev/openmc.git && \
git clone --single-branch --branch changing_get_atoms_arg_to_mat_object_try2 --depth 1 https://github.com/shimwell/openmc.git && \
git clone --single-branch --branch develop --depth 1 https://github.com/openmc-dev/openmc.git && \
cd openmc && \
mkdir build && \
cd build && \
Expand Down

0 comments on commit 75cdc6e

Please sign in to comment.