]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
os #41276: MEDCOUPLING: FD38, UB22.04 and DB12 builds
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 26 Aug 2024 13:27:41 +0000 (15:27 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 26 Aug 2024 13:27:41 +0000 (15:27 +0200)
applications/MEDCOUPLING-9.13.0.pyconf
applications/MEDCOUPLING-master.pyconf
products/boost.pyconf

index 73facb3477cbda56d9c3a862ecb98b143f3fefd1..1783a44d1fba28d32beee31f7f99bcf0b17f23a1 100644 (file)
@@ -97,4 +97,20 @@ __overwrite__ :
     __condition__ : "VARS.dist in ['FD32']"
     'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
   }
+  {
+    __condition__ : "VARS.dist in ['UB22.04']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_UB22_04'}
+  }
+  {
+    __condition__ : "VARS.dist in ['DB12']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_DB12'}
+  }
+  {
+    __condition__ : "VARS.dist in ['FD36']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_FD36'}
+  }
+  {
+    __condition__ : "VARS.dist in ['FD38']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_FD38'}
+  }
 ]
index bc2dc571917880bfc4c6e87c234f1fa96f5cac62..5731093ef1fc6f4db26586deaec578999562c199 100644 (file)
@@ -97,4 +97,20 @@ __overwrite__ :
     __condition__ : "VARS.dist in ['FD32']"
     'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
   }
+  {
+    __condition__ : "VARS.dist in ['UB22.04']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_UB22_04'}
+  }
+  {
+    __condition__ : "VARS.dist in ['DB12']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_DB12'}
+  }
+  {
+    __condition__ : "VARS.dist in ['FD36']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_FD36'}
+  }
+  {
+    __condition__ : "VARS.dist in ['FD38']"
+    'APPLICATION.products.boost' : {tag: '1.71.0',     base: 'no', section: 'version_1_71_0_FD38'}
+  }
 ]
index 980a86e7a0c54658f352e0e5606d1c9687364ece..96373e7ff9886606adaf23208f968e71f421a57a 100644 (file)
@@ -39,6 +39,12 @@ version_1_71_0 :
     compil_script : "boost-1.71.0.sh"
 }
 
+version_1_71_0_DB12 :
+{
+    compil_script : "boost-1.71.0.sh"
+    patches : ['boost-1.71-pthread-gcc-11.patch']
+}
+
 version_1_71_0_UB22_04 :
 {
     compil_script : "boost-1.71.0.sh"