Now install Python API in editable mode to allow openmc.data.reconstruct to be usable by test suite

This commit is contained in:
Will Boyd 2018-09-23 13:43:02 -04:00
parent 2e4684ef48
commit b395060793

View file

@ -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