]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
switch off openturns until all platforms related issues fixed
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 17 Feb 2021 17:35:05 +0000 (18:35 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 17 Feb 2021 17:35:05 +0000 (18:35 +0100)
applications/SALOME-master.pyconf

index 6e45efb64e9d5a42d7a3be23900b47c93722a347..0e812eb3f507e5b61689e885876f03c80dc30403 100644 (file)
@@ -71,7 +71,7 @@ APPLICATION :
         opencv : '3.2.0'
         openssl : "native"
         ospray : '1.8.4'
-        openturns: '1.16'
+        #openturns: '1.16'
         packaging : '17.1'
         ParaView : '5.8.0'
         petsc : '3.14.0'
@@ -232,11 +232,11 @@ __overwrite__ :
                                                 ]
   }
 
-  {
-    #
-    __condition__ : "VARS.dist in ['CO7']"
-    'PRODUCTS.openturns.default.cmake_options' : " -DPYTHON_EXECUTABLE=${PYTHON_ROOT_DIR}/bin/python -DUSE_TBB=OFF" # essayer avec un nouveau gcc
-  }
+  {
+    #
+    __condition__ : "VARS.dist in ['CO7']"
+    'PRODUCTS.openturns.default.cmake_options' : " -DPYTHON_EXECUTABLE=${PYTHON_ROOT_DIR}/bin/python -DUSE_TBB=OFF" # essayer avec un nouveau gcc
+  }
 
   {
     __condition__ : "VARS.dist in ['CO7'] and APPLICATION.environ.build.VTK_SMP_IMPLEMENTATION_TYPE == 'TBB'"