From 4d5289c7e921940ab39f21ec1afb632d0c8c376a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Thu, 3 Feb 2022 13:20:28 +0100 Subject: [PATCH] pp --- doc/SDK.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/SDK.txt b/doc/SDK.txt index d7469f76d5..23d012b3c6 100644 --- a/doc/SDK.txt +++ b/doc/SDK.txt @@ -55,11 +55,10 @@ Notes: * 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 - share library: libgfortran, OpenBLAS, FreeType, OpenCASCADE, OpenBLAS, HDF5, - MED, CGNS, FLTK, ... Linking your app with different versions of some of - these dependencies (e.g. linking your app with the MKL BLAS) will cause - issues: in this case you should rebuild the Gmsh shared library from source - and manage the dependencies consistently. + share library: libgfortran, FreeType, OpenCASCADE, OpenBLAS, HDF5, MED, + CGNS, FLTK, ... Linking your app with different versions of some of these + dependencies can cause issues: in this case you should rebuild the Gmsh + shared library from source and manage the dependencies consistently. * The shared Gmsh library also references shared system libraries. If some of these libraries are missing you will need to install them. -- GitLab