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

pp

parent afc4f179
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,10 @@ Notes: ...@@ -55,11 +55,10 @@ Notes:
* To make it as portable and as easy-to-use as possible the shared Gmsh * To make it as portable and as easy-to-use as possible the shared Gmsh
library embeds most Gmsh dependencies statically linked directly inside the library embeds most Gmsh dependencies statically linked directly inside the
share library: libgfortran, OpenBLAS, FreeType, OpenCASCADE, OpenBLAS, HDF5, share library: libgfortran, FreeType, OpenCASCADE, OpenBLAS, HDF5, MED,
MED, CGNS, FLTK, ... Linking your app with different versions of some of CGNS, FLTK, ... Linking your app with different versions of some of these
these dependencies (e.g. linking your app with the MKL BLAS) will cause dependencies can cause issues: in this case you should rebuild the Gmsh
issues: in this case you should rebuild the Gmsh shared library from source shared library from source and manage the dependencies consistently.
and manage the dependencies consistently.
* The shared Gmsh library also references shared system libraries. If some of * The shared Gmsh library also references shared system libraries. If some of
these libraries are missing you will need to install them. these libraries are missing you will need to install them.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment