{
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
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 :
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