From 98251bc7ff5eb252ef2fd6de903a20e03b742c99 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 18 Oct 2022 12:41:45 +0200 Subject: [PATCH] Windows: PATH length issue: install medfile, metis and planegcs centrally --- products/medfile.pyconf | 6 ++++++ products/metis.pyconf | 5 +++++ products/planegcs.pyconf | 22 ++++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/products/medfile.pyconf b/products/medfile.pyconf index 1ebb4c0..6a34a57 100644 --- a/products/medfile.pyconf +++ b/products/medfile.pyconf @@ -43,6 +43,12 @@ version_4_1_1_win : { compil_script : "medCMake.bat" patches : ['med-4.1.0_win_3x_files_support.patch', 'med-4.1.1-symlink-or-copy.patch'] + properties : + { + incremental : "yes" + single_install_dir: "yes" # aimed to solve sat #18914 + has_unit_tests : "yes" + } } # needed in order to screen with windows version - see below diff --git a/products/metis.pyconf b/products/metis.pyconf index bd0fcb0..c2b705d 100644 --- a/products/metis.pyconf +++ b/products/metis.pyconf @@ -37,6 +37,11 @@ version_5_1_0 : version_5_1_0_win : { patches: [ 'metis-use_cat_not_more.patch','metis-5.1.0_windows.patch'] + properties : + { + incremental : "yes" + single_install_dir: 'yes' # aimed to solve sat #18914 + } } version_5_0_2 : diff --git a/products/planegcs.pyconf b/products/planegcs.pyconf index b267bff..3f121c1 100644 --- a/products/planegcs.pyconf +++ b/products/planegcs.pyconf @@ -20,7 +20,29 @@ default : patches: [] } +version_0_18_3cb6890 : +{ +} + +version_0_18_3cb6890_win : +{ + properties : + { + incremental : 'yes' + single_install_dir: 'yes' # aimed to solve sat #18914 + } +} + version_0_20 : { patches: ['planegcs-0.20.p01.patch', 'planegcs-0.20.p02.patch'] +} + +version_0_20_win : +{ + properties : + { + incremental : 'yes' + single_install_dir: 'yes' # aimed to solve sat #18914 + } } \ No newline at end of file -- 2.39.2