Skip to content
Snippets Groups Projects
Commit ef22cdc3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

build dynamic MMG lib to that implicit linking with Scotch is ok

parent d403da2d
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y cargo && apt-get clean ...@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y cargo && apt-get clean
RUN cargo install --root /opt/cargo mdbook --version "^0.3.7" RUN cargo install --root /opt/cargo mdbook --version "^0.3.7"
# mmg # mmg
RUN git clone https://github.com/MmgTools/mmg.git && cd mmg && mkdir build && cd build && cmake .. && make -j8 && make install && cd .. && rm -rf mmg RUN git clone https://github.com/MmgTools/mmg.git && cd mmg && mkdir build && cd build && cmake -DBUILD_SHARED_LIBS=1 .. && make -j8 && make install && cd .. && rm -rf mmg
# "docker build --build-arg REBUILD_GMSH=somethingnew" # "docker build --build-arg REBUILD_GMSH=somethingnew"
ARG REBUILD_GMSH= ARG REBUILD_GMSH=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment