]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
FD36: use nlopt 2.6.0
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 15 Sep 2022 14:24:42 +0000 (16:24 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 15 Sep 2022 14:24:42 +0000 (16:24 +0200)
applications/SALOME-master-native.pyconf
products/nlopt.pyconf

index 5eed8644854e86328fbd87ef6c1f72dd3abec823..8b232e1846b07e321046f6040c31a0bb5d2bde1b 100644 (file)
@@ -284,7 +284,7 @@ __overwrite__ :
         'APPLICATION.products.omniORBpy' : '4.2.5'
         'APPLICATION.products.qwt'       : '6.1.6'
         'APPLICATION.rm_products'      : ['mesa']
-        'APPLICATION.products.nlopt'   : '2.6'
+        'APPLICATION.products.nlopt'   : '2.6.0'
         'APPLICATION.products.numpy'     : {tag: '1.22.2',    base: 'no', section: 'version_1_22_2'              }
         'APPLICATION.products.PyFMI'     : {tag: '2.5',    base: 'no', section: 'version_2_5_no_pip'             }
         'APPLICATION.products.netcdf'  : '4.6.2'
index 70fe00db6179b3b6c7ca4bde454f0a227a0a694a..eb3ac1b8f6db26fa0bf589e02f70d6bbea754fef 100644 (file)
@@ -34,3 +34,8 @@ version_2_5_0:
 {
     compil_script :  "nlopt-2.5.0" + $VARS.scriptExtension
 }
+
+version_2_6_0:
+{
+    compil_script :  "nlopt-2.6.0" + $VARS.scriptExtension
+}