Skip to content

Commit 03a8eb7

Browse files
committed
Try not using ninja to build dune-copasi, maybe we are running out of RAM?
1 parent 8a629ca commit 03a8eb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ ARG DUNE_COPASI_VERSION="releases/2.1"
612612
RUN mkdir -p $TMP_DIR && cd $TMP_DIR \
613613
&& export DUNE_COPASI_USE_STATIC_DEPS=ON \
614614
&& export CMAKE_INSTALL_PREFIX=$BUILD_DIR \
615-
&& export CMAKE_GENERATOR=Ninja \
616615
&& export CMAKE_CXX_FLAGS='"-fvisibility=hidden -D_GLIBCXX_USE_TBB_PAR_BACKEND=0"' \
617616
&& export CMAKE_DISABLE_FIND_PACKAGE_MPI=ON \
618617
&& export DUNE_ENABLE_PYTHONBINDINGS=OFF \

0 commit comments

Comments
 (0)