From: Guytri KASTANE Date: Thu, 29 Aug 2024 13:19:31 +0000 (+0200) Subject: spns #42820: added system_info section for native dependencies X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6c3f10ab0913e62f625a5c948251a4351ae240ef;p=tools%2Fsat_salome.git spns #42820: added system_info section for native dependencies --- diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index fd90986..41fd622 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -38,6 +38,7 @@ APPLICATION : alabaster : 'native' Babel : 'native' boost : 'native' + breathe : 'native' CAS : {tag : 'CR780-SALOME-PATCH', section: 'version_CR780_SALOME_PATCH', base: 'no'} catalyst: '2.0' C3PO: 'v2.3' @@ -56,6 +57,7 @@ APPLICATION : doxygen : 'native' eigen : 'native' embree : '3.12.2' + exhale : 'native' FMILibrary : '2.0.3' fftw : 'native' freeimage : 'native' diff --git a/products/breathe.pyconf b/products/breathe.pyconf index ea5a784..5bfd311 100644 --- a/products/breathe.pyconf +++ b/products/breathe.pyconf @@ -5,6 +5,13 @@ default : compil_script : 'pip_install' + $VARS.scriptExtension get_source : "archive" archive_info : {archive_prefix : "breathe"} + system_info: + { + rpm : ["python3-breathe"] + rpm_dev : [] + apt : ["python3-breathe"] + apt_dev : [] + } environ : { env_script : "breathe.py" diff --git a/products/exhale.pyconf b/products/exhale.pyconf index e9d5564..910de18 100644 --- a/products/exhale.pyconf +++ b/products/exhale.pyconf @@ -5,6 +5,13 @@ default : compil_script : 'pip_install' + $VARS.scriptExtension get_source : "archive" archive_info : {archive_prefix : "exhale"} + system_info: + { + rpm : ["python3-exhale"] + rpm_dev : [] + apt : ["python3-exhale"] + apt_dev : [] + } environ : { env_script : "exhale.py"