Skip to content

Commit

Permalink
correction of antares docker image with submodule update for antares-…
Browse files Browse the repository at this point in the history
…deps
  • Loading branch information
KERLOCH Jean-Marie committed Dec 17, 2020
1 parent 80ac892 commit 7195e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/centos8-antares-build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ RUN git clone https://github.com/AntaresSimulatorTeam/Antares_Simulator.git --s

# Antares Simulator compilation
RUN mkdir antares-simulator-build &&\
cd antares-simulator &&\
git submodule update --init --recursive src &&\
cd .. &&\
cd antares-simulator-build &&\
cmake ../antares-simulator/src -DCMAKE_INSTALL_PREFIX=/rte-antares-deps-Release -Dsirius_solver_ROOT=/sirius-install &&\
cmake --build . -j8 --target install
Expand Down
3 changes: 3 additions & 0 deletions docker/ubuntu-antares-build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ RUN git clone https://github.com/AntaresSimulatorTeam/Antares_Simulator.git --s

# Antares Simulator compilation
RUN mkdir antares-simulator-build &&\
cd antares-simulator &&\
git submodule update --init --recursive src &&\
cd .. &&\
cd antares-simulator-build &&\
cmake ../antares-simulator/src -DCMAKE_INSTALL_PREFIX=/rte-antares-deps-Release -Dsirius_solver_ROOT=/sirius-install &&\
cmake --build . -j8 --target install
Expand Down

0 comments on commit 7195e88

Please sign in to comment.