mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
changed embree compile to increase compatibility
This commit is contained in:
parent
11e4c3643d
commit
1711ff67ae
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ RUN if [ "$build_dagmc" = "on" ]; then \
|
|||
&& mkdir build && cd build \
|
||||
&& cmake ../embree \
|
||||
-DCMAKE_INSTALL_PREFIX=${EMBREE_INSTALL_DIR} \
|
||||
-DEMBREE_MAX_ISA=NONE \
|
||||
-DEMBREE_ISA_SSE42=ON \
|
||||
-DEMBREE_ISPC_SUPPORT=OFF \
|
||||
&& make 2>/dev/null -j${compile_cores} install \
|
||||
&& rm -rf ${EMBREE_INSTALL_DIR}/build ${EMBREE_INSTALL_DIR}/embree ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue