Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ WORKDIR /build
COPY volca.cabal /build/volca/
COPY mumps-hs/ /build/mumps-hs/
COPY gen-cabal-config.sh /build/volca/
# gen-cabal-config.sh compiles cbits/static-shims.c in static mode
COPY cbits/ /build/volca/cbits/

# Set up cabal.project with mumps-hs as local package
# Static MUMPS: link .a libs into the binary so the runtime image needs no MUMPS package
Expand Down
Loading