Salome HOME
add GMSH+GMSHPLUGIN windows
[tools/sat_salome.git] / products / Python.pyconf
index cae3736c23a70beaa12b9763985e55adaea0b81d..a64bd45ab0f792c73eed3aa7073a9df62fdf96b7 100755 (executable)
@@ -18,6 +18,7 @@ default :
        env_script : $name + ".py"
     }
     depend : []
+    opt_depend: ["gcc"]
     patches : []
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
@@ -49,6 +50,13 @@ version_3_6_5_win :
     compil_script : "Python-3.6.5.bat"
     patches : ['Python-3.6.5_windows.patch']
 }
+
+version_3_6_8 :
+{
+ compil_script : 'Python-3.6.8.sh'
+ patches : []
+}
+
 version_3_7_9 :
 {
  patches : []