]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
use build_depend for f2c SMESH dependency
authornghodban <Nabil.Ghodbane@c-s.fr>
Thu, 26 Nov 2020 08:07:27 +0000 (09:07 +0100)
committernghodban <Nabil.Ghodbane@c-s.fr>
Thu, 26 Nov 2020 08:07:27 +0000 (09:07 +0100)
products/SMESH.pyconf
products/f2c.pyconf

index aa61b0f9d490d8e543f45abc2a944897353a999b..5230be8d0f16610b991c6e30db23d8689bc38ded 100644 (file)
@@ -87,9 +87,9 @@ default_win :
               "Sphinx",
               "sphinxintl",
               "sphinxcontrib_napoleon",
-              "tbb",
-              "f2c"
+              "tbb"
             ]
+    build_depend : ["cmake", "swig", "doxygen", "cppunit", "f2c"]
 }
 
 default_MPI :
index e5bcc706b37c1206616baefd66f8c5c9fde6b2a4..8a336121881ea177c17ab0be7c41cb9f9d71ffa0 100644 (file)
@@ -15,7 +15,7 @@ default :
     install_dir : 'base'
     properties:
     {
-      compile_time : "no"
+      compile_time : "yes"
       incremental : "yes"
     }
 }