diff options
author | Fellype do Nascimento <fellypao@yahoo.com.br> | 2021-12-30 09:45:28 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-31 08:27:05 +0700 |
commit | 89584b4e7417809bd47b8566c1b5db7112463894 (patch) | |
tree | 6539b8ee369798c3ce353fd18b7b6e4b7b9f77af /academic/gmsh/README | |
parent | ef32447ddb0406f0795430ac4ff2d7b1f16c74cf (diff) |
academic/gmsh: Updated for version 4.9.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gmsh/README')
-rw-r--r-- | academic/gmsh/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/gmsh/README b/academic/gmsh/README index e2980522f625d..2a501768db951 100644 --- a/academic/gmsh/README +++ b/academic/gmsh/README @@ -20,3 +20,9 @@ the documentation of the C++, C, Python and Julia API. The source code repository contains many examples written using both the built-in script language (see e.g. the tutorials and demos) and the API. + +Note: +If you want to build Getdp with Gmsh support is necessary to compile +also a static gmsh library (libgmsh.a). This can be done by passing +BUILDSTATICLIB=yes +prior to run gmsh.SlackBuild |