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

disable static linking with libgomp

parent 794862bf
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,9 @@ RUN git clone https://github.com/MmgTools/mmg.git && cd mmg && mkdir build && cd
RUN mv /usr/local/lib64/libgfortran.so /usr/local/lib64/libgfortran_DISABLED_FOR_GMSH_STATIC_LINKING.so
RUN mv /usr/local/lib64/libquadmath.so /usr/local/lib64/libquadmath_DISABLED_FOR_GMSH_STATIC_LINKING.so
RUN mv /usr/local/lib64/libgomp.so /usr/local/lib64/libgomp_DISABLED_FOR_GMSH_STATIC_LINKING.so
# don't statically link with libgomp - see #1467
# RUN mv /usr/local/lib64/libgomp.so /usr/local/lib64/libgomp_DISABLED_FOR_GMSH_STATIC_LINKING.so
# -----------------------
# Minimal Gmsh library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment