Skip to content

Commit

Permalink
fix missing line continuation in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Aug 27, 2024
1 parent 965b44e commit 2ac9219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tchem
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ RUN cd /build \
-D ENABLE_SUNDIALS:BOOL=TRUE \
-DCMAKE_C_FLAGS="-lpthread -ldl -fopenmp" \
-DCMAKE_Fortran_FLAGS="-lpthread -ldl -fopenmp" \
/partmc
/partmc \
&& make
WORKDIR /build

0 comments on commit 2ac9219

Please sign in to comment.