We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf15a0 commit 735072aCopy full SHA for 735072a
Dockerfile
@@ -197,8 +197,8 @@ RUN mkdir -p ${HOME}/OpenMC && cd ${HOME}/OpenMC \
197
&& git clone --shallow-submodules --recurse-submodules --single-branch -b ${openmc_branch} ${OPENMC_REPO} \
198
&& cd openmc ; \
199
export SKBUILD_CMAKE_ARGS="-DCMAKE_CXX_COMPILER=mpicxx; \
200
- -DOPENMC_USE_MPI=on; \
201
- -DHDF5_PREFER_PARALLEL=on" \
+ -DOPENMC_USE_MPI=on; \
+ -DHDF5_PREFER_PARALLEL=on" \
202
if [ ${build_dagmc} = "on" ]; then \
203
SKBUILD_CMAKE_ARGS="${SKBUILD_CMAKE_ARGS}; \
204
-DOPENMC_USE_DAGMC=on; \
0 commit comments