Skip to content

Commit

Permalink
Copy sources
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 10, 2024
1 parent d02c1c7 commit 045f0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ ENV CMAKE_PREFIX_PATH=/highfive/install
ENV OMPI_ALLOW_RUN_AS_ROOT=1
ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

RUN cmake -GNinja -B /build -S . -DCMAKE_CXX_COMPILER=/usr/bin/mpicxx \
COPY . /src

RUN cmake -GNinja -B /build -S /src -DCMAKE_CXX_COMPILER=/usr/bin/mpicxx \
&& cmake --build /build \
&& cmake --install /build \
&& cd /build \
Expand Down

0 comments on commit 045f0dc

Please sign in to comment.