Salome HOME
merge from master
[tools/sat_salome.git] / products / PyFMI.pyconf
index a5b2c816a990954723d4f5986ac3c60a5364c1b5..1806fc65b042001baba5cd2b0cd4707ce0c9bfc1 100644 (file)
@@ -15,7 +15,7 @@ default :
     {
        env_script : $name + ".py"
     }
-    depend : ["Python", "setuptools", "FMILibrary"]
+    depend : ["Python", "setuptools", "FMILibrary", "numpy"]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
@@ -26,11 +26,22 @@ default :
     }
 }
 
-version_2_5 :
+version_2_6_no_pip :
 {
+    compil_script : "PyFMI-2.6.sh"
     properties:
     {
       incremental : "yes"
-      pip : "yes"
+      pip : "no"
+    }
+}
+
+version_2_5_no_pip :
+{
+    compil_script : "PyFMI-2.5.sh"
+    properties:
+    {
+      incremental : "yes"
+      pip : "no"
     }
 }