mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Fix Dockerfile DAGMC build (#3463)
This commit is contained in:
parent
7c6aaf7204
commit
3a8894c3f8
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ RUN if [ "$build_dagmc" = "on" ]; then \
|
|||
# Install addition packages required for DAGMC
|
||||
apt-get -y install libeigen3-dev libnetcdf-dev libtbb-dev libglfw3-dev \
|
||||
&& pip install --upgrade numpy \
|
||||
&& pip install --no-cache-dir setuptools cython \
|
||||
# Clone and install EMBREE
|
||||
&& mkdir -p $HOME/EMBREE && cd $HOME/EMBREE \
|
||||
&& git clone --single-branch -b ${EMBREE_TAG} --depth 1 ${EMBREE_REPO} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue