]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #41843: support python API if system NLopt
authorGuytri Kastane <guytri.kastane@csgroup.eu>
Tue, 14 May 2024 08:52:24 +0000 (10:52 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 14 May 2024 08:52:24 +0000 (10:52 +0200)
applications/SALOME-master-native.pyconf
products/nlopt.pyconf

index 001a1b30157c12a723e486db5952a5731ff8c8ae..3c82a54954edeb09580d883f1494a26771109b97 100644 (file)
@@ -234,6 +234,7 @@ __overwrite__ :
         #   - Qt minimal version 5.12
         #   - xmlpatterns executable
         __condition__ : "VARS.dist in ['DB10']"
+        'APPLICATION.products.nlopt'    : '2.4.2'
         'APPLICATION.products.opencv'   : '3.2.0'
         'APPLICATION.products.cminpack' : 'native'
         'APPLICATION.products.hdf5'     : 'native'
@@ -283,7 +284,7 @@ __overwrite__ :
     }
     {
          __condition__ : "VARS.dist in ['CO9']"
-        'APPLICATION.products.nlopt'             : '2.4.2'
+         'APPLICATION.products.nlopt'            : '2.4.2'
          'APPLICATION.products.cminpack'         : '1.3.6'
          'APPLICATION.products.qwt'              : '6.1.2'
          'APPLICATION.products.PyQt'             : '5.15.3'
index 35677849ae5fe56ea7cd6a516b87f9cf88668485..9f22871e288cda99e8eb0ca48183a9aba52bb0c7 100644 (file)
@@ -6,9 +6,9 @@ default :
     get_source : "archive"
     system_info :
     {
-       rpm     : ["NLopt"]
+       rpm     : ["NLopt","python3-NLopt"]
        rpm_dev : ["NLopt-devel"]
-       apt     : ["libnlopt0","libnlopt-cxx0"]
+       apt     : ["libnlopt0","libnlopt-cxx0","python3-nlopt"]
        apt_dev : ["libnlopt-dev","libnlopt-cxx-dev" ]
     }
     environ :