Skip to content

Commit

Permalink
DROP WHEN FIXED: explicitly set FCFLAGS
Browse files Browse the repository at this point in the history
Setting FCFLAGS for the build to pick up zoltan.mod; fairly sure
this shouldn't be necessary and there is almost certainly a more
elegant configure fix, but this should at least progress the build.

Drop when better fix is present..
  • Loading branch information
tmbgreaves committed Apr 7, 2021
1 parent ee707fa commit 3af336e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/actions/Dockerfile.actions.focal
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN chown -R fluidity /home/fluidity

USER fluidity

ENV FCFLAGS="-I/usr/include"

RUN ./configure --enable-2d-adaptivity
RUN make
RUN make fltools
2 changes: 2 additions & 0 deletions docker/actions/Dockerfile.actions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN chown -R fluidity /home/fluidity

USER fluidity

ENV FCFLAGS="-I/usr/include"

RUN ./configure --enable-2d-adaptivity
RUN make
RUN make fltools

0 comments on commit 3af336e

Please sign in to comment.