X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fgmsh.pyconf;h=7ea4405ae945886993eac6f7997a2e92d71537b3;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=54f30fdbe40aae3b9c889d87be3f45a29e145939;hpb=59d844cda42831d98e549627d8d63085d00870c0;p=tools%2Fsat_salome.git diff --git a/products/gmsh.pyconf b/products/gmsh.pyconf index 54f30fd..7ea4405 100644 --- a/products/gmsh.pyconf +++ b/products/gmsh.pyconf @@ -8,7 +8,7 @@ default : { env_script : $name + ".py" } - depend : ["CAS","lapack"] + depend : ["CAS","lapack","hdf5","medfile"] build_depend : ["cmake"] patches : [] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name @@ -22,7 +22,23 @@ default : default_win: { - depend : ["CAS"] + depend : ["CAS", "pthreads","hdf5","medfile"] + properties : + { + incremental : "yes" + single_install_dir : "yes" # aimed to solve sat #18914 + } +} + +version_4_10_3: +{ + compil_script : "gmsh-4.10.3.sh" +} + +version_4_10_3_win: +{ + compil_script : "gmsh-4.10.3.bat" + patches: ['gmsh-4.10.3-windows.patch'] } version_4_8_4: @@ -30,6 +46,12 @@ version_4_8_4: compil_script : "gmsh-4.8.4.sh" } +version_4_8_4_win: +{ + compil_script : "gmsh-4.8.4.bat" + patches: ['gmsh-4.8.4-windows.patch'] +} + version_4_1_4: { }