mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Now install Python API in editable mode to allow openmc.data.reconstruct to be usable by test suite
This commit is contained in:
parent
2e4684ef48
commit
b395060793
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ RUN git clone https://github.com/wbinventor/openmc.git /opt/openmc && \
|
|||
cd /opt/openmc && mkdir -p build && cd build && \
|
||||
cmake -Doptimize=on -DHDF5_PREFER_PARALLEL=on .. && \
|
||||
make && make install && \
|
||||
cd .. && python setup.py install
|
||||
cd .. && pip install -e .
|
||||
|
||||
# Download cross sections (NNDC and WMP) and ENDF data needed by test suite
|
||||
RUN mkdir /opt/openmc/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue