mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Adding suggestion from @shimwell
Co-authored-by: Jonathan Shimwell <jonathan.shimwell@ukaea.uk>
This commit is contained in:
parent
bceb37345c
commit
f5d3c16357
1 changed files with 1 additions and 2 deletions
|
|
@ -43,8 +43,7 @@ RUN git clone https://github.com/njoy/NJOY2016 /opt/NJOY2016 && \
|
|||
|
||||
# Clone and install OpenMC without DAGMC
|
||||
RUN if [ "$include_dagmc" = "false" ] ; \
|
||||
then git clone --recurse-submodules https://github.com/openmc-dev/openmc.git \
|
||||
/opt/openmc ; \
|
||||
then git clone --recurse-submodules https://github.com/openmc-dev/openmc.git /opt/openmc ; \
|
||||
cd /opt/openmc ; \
|
||||
mkdir -p build ; \
|
||||
cd build ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue