Salome HOME
fix useless overwrite.
[tools/sat_salome.git] / applications / MEDCOUPLING-9.4.0-windows.pyconf
index cbe6b21893fb5b0937c90c3c65bb745ded479073..b50216428ddc1bbaf2f4059d17e4055492e82b26 100644 (file)
@@ -13,9 +13,16 @@ APPLICATION :
     python3 : 'yes'
     environ :
     {
-        build : {CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"}
-        launch : {PYTHONIOENCODING:"UTF_8"}
-        SALOME_HAS_GLOBAL_ENV: "1"
+        build :
+        {
+            CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+            SALOME_HAS_GLOBAL_ENV: "1"
+            CMAKE_GENERATOR : '"Visual Studio 15 2017 Win64"' # strangely not exposed in scripts...
+        }
+        launch :
+        {
+          PYTHONIOENCODING:"UTF_8"
+        }
     }
     products :
     {
@@ -45,15 +52,17 @@ APPLICATION :
         markupsafe : '1.1.1'
         medfile : '4.0.0'
         metis : '5.1.0'
+        msvc : '2017'
         numpy : '1.16.4'
         packaging : '19.0'
         pockets : '0.7.2'
         Pygments : '2.4.2'
         pyparsing : '2.4.0'
+        pyreadline : '2.1'
         Python : '3.6.5'
         pytz : '2019.1'
         requests : '2.22.0'
-        #scipy : '0.19.1'
+        scipy : '1.4.1'
         setuptools : '41.0.1'
         six : '1.12.0'
         snowballstemmer : '1.9.0'
@@ -85,6 +94,6 @@ APPLICATION :
         repo_dev : "yes"
         pip : 'yes'
         pip_install_dir : 'python'
-        single_install_dir : "no"
+        single_install_dir : "yes"
     }
 }