From 6c3f10ab0913e62f625a5c948251a4351ae240ef Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Thu, 29 Aug 2024 15:19:31 +0200 Subject: [PATCH] spns #42820: added system_info section for native dependencies --- applications/SALOME-master-native.pyconf | 2 ++ products/breathe.pyconf | 7 +++++++ products/exhale.pyconf | 7 +++++++ 3 files changed, 16 insertions(+) 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" -- 2.39.2