Skip to content

Commit

Permalink
build Smoldyn in Docker, and add bin directory to Docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 25, 2024
1 parent a610480 commit 237c3a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ RUN cmake \
-G Ninja \
-DOPTION_TARGET_PYTHON_BINDING=OFF \
-DOPTION_TARGET_MESSAGING=ON \
-DOPTION_TARGET_SMOLDYN_SOLVER=OFF \
-DOPTION_TARGET_SMOLDYN_SOLVER=ON \
-DOPTION_TARGET_FV_SOLVER=ON \
-DOPTION_TARGET_DOCS=OFF \
.. && \
ninja

RUN ctest -VV

WORKDIR /vcellroot/build/bin
ENV PATH="/vcellroot/build/bin:${PATH}"

0 comments on commit 237c3a2

Please sign in to comment.