mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
added missing quotes in cmake cmd
This commit is contained in:
parent
8ac473dc3d
commit
38a030d87a
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ RUN if [ "$build_libmesh" = "on" ]; then \
|
|||
RUN mkdir -p $HOME/OpenMC && cd $HOME/OpenMC ; \
|
||||
git clone --shallow-submodules --recurse-submodules -b ${openmc_branch} --depth=1 ${OPENMC_REPO} ; \
|
||||
mkdir build && cd $HOME/OpenMC/build ; \
|
||||
cmake ../openmc ${OPENMC_CMAKE_ARGS} ; \
|
||||
cmake ../openmc "${OPENMC_CMAKE_ARGS}" ; \
|
||||
make 2>/dev/null -j${compile_cores} install ; \
|
||||
cd ../openmc && pip install -e .[test]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue