mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
moved to specific versions for embree and moab
This commit is contained in:
parent
1317365cd7
commit
5eddf6dfa5
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
|
||||
# Clone and install Embree
|
||||
RUN if [ "$include_dagmc" = "true" ] ; \
|
||||
then git clone --single-branch --branch master https://github.com/embree/embree.git ; \
|
||||
then git clone --single-branch --branch v3.12.2 https://github.com/embree/embree.git ; \
|
||||
cd embree ; \
|
||||
mkdir build ; \
|
||||
cd build ; \
|
||||
|
|
@ -81,7 +81,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \
|
|||
mkdir MOAB ; \
|
||||
cd MOAB ; \
|
||||
mkdir build ; \
|
||||
git clone --single-branch --branch master https://bitbucket.org/fathomteam/moab.git ; \
|
||||
git clone --single-branch --branch 5.2.1 https://bitbucket.org/fathomteam/moab.git ; \
|
||||
cd build ; \
|
||||
cmake ../moab -DENABLE_HDF5=ON \
|
||||
-DENABLE_NETCDF=ON \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue