Skip to content

Commit

Permalink
Merge pull request #22 from fusion-energy/develop
Browse files Browse the repository at this point in the history
moved back to openmc develop branch
  • Loading branch information
shimwell authored Oct 23, 2021
2 parents 87d223a + fade4b7 commit b9dd381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,8 @@ RUN wget https://github.com/mit-crpg/WMP_Library/releases/download/v1.1/WMP_Libr

# installs OpenMc from source
RUN cd /opt && \
# git clone --single-branch --branch develop --depth 1 https://github.com/openmc-dev/openmc.git && \
git clone --single-branch --branch develop --depth 1 https://github.com/openmc-dev/openmc.git && \
# git clone --single-branch --branch v0.12.1 --depth 1 https://github.com/openmc-dev/openmc.git && \
git clone --single-branch --branch write-initial-source --depth 1 https://github.com/paulromano/openmc.git && \
cd openmc && \
mkdir build && \
cd build && \
Expand Down Expand Up @@ -225,7 +224,8 @@ RUN pip install neutronics_material_maker \
cad_to_h5m \
stl_to_h5m \
openmc-dagmc-wrapper \
openmc-post-processor
openmc-post-processor \
regular_mesh_plotter

# these two from statements can be switched when building locally
# FROM dependencies as final
Expand Down

0 comments on commit b9dd381

Please sign in to comment.