Skip to content

Commit

Permalink
Update Dockerfile for AlabamaWaterInstitute#26 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyWills authored Apr 8, 2023
1 parent 3f9a023 commit c808e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ RUN cd ${WORKDIR}/ngen \
&& ln -s $(if [ "${BUILD_NGEN_PARALLEL}" == "true" ]; then echo "cmake_build_parallel"; else echo "cmake_build_serial"; fi) cmake_build \
&& if [ "${BUILD_NGEN_PARTITIONER}" == "true" ]; then \
cmake --build cmake_build --target partitionGenerator; \
$BUILD_DIR/test/test_bmi_python; \
# $BUILD_DIR/test/test_bmi_python; \
fi \
&& for BUILD_DIR in $(if [ "${BUILD_NGEN_PARALLEL}" == "true" ]; then echo "cmake_build_parallel"; fi) $(if [ "${BUILD_NGEN_SERIAL}" == "true" ]; then echo "cmake_build_serial"; fi) ; do \
cmake --build $BUILD_DIR --target ngen -j ${BUILD_PARALLEL_JOBS} \
Expand Down

0 comments on commit c808e46

Please sign in to comment.