From 9f514c7b6fea0be0ad0cc84a378b8172b3cc7792 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 25 May 2022 09:53:06 +0200 Subject: [PATCH] GMSH: better install it centrally - save PATH length --- products/gmsh.pyconf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/products/gmsh.pyconf b/products/gmsh.pyconf index 7861eba..ea75b6e 100644 --- a/products/gmsh.pyconf +++ b/products/gmsh.pyconf @@ -23,6 +23,11 @@ default : default_win: { depend : ["CAS", "pthreads"] + properties : + { + incremental : "yes" + single_install_dir : "yes" # aimed to solve sat #18914 + } } version_4_8_4: -- 2.39.2