mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
updated Dockerfile to clone from main openmc-dev GitHub repo
This commit is contained in:
parent
b395060793
commit
84bfa09c82
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ RUN git clone https://github.com/njoy/NJOY2016 /opt/NJOY2016 && \
|
|||
cmake -Dstatic=on .. && make 2>/dev/null && make install
|
||||
|
||||
# Clone and install OpenMC
|
||||
RUN git clone https://github.com/wbinventor/openmc.git /opt/openmc && \
|
||||
RUN git clone https://github.com/openmc-dev/openmc.git /opt/openmc && \
|
||||
cd /opt/openmc && mkdir -p build && cd build && \
|
||||
cmake -Doptimize=on -DHDF5_PREFER_PARALLEL=on .. && \
|
||||
make && make install && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue