]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/FIELDS.pyconf
Salome HOME
spns #43062: fix
[tools/sat_salome.git] / products / FIELDS.pyconf
1 default :
2 {
3     name : "FIELDS"
4     build_source : "cmake"
5     get_source : "git"
6     git_info:
7     {
8       repositories :
9       {
10         tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/med.git"
11         github : $PROJECTS.projects.salome.git_info.git_server.github.url + "med.git"
12         gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/med.git"
13       }
14     }
15     environ :
16     {
17         SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "fields"
18     }
19     depend : [
20       "GUI", 
21       "KERNEL", 
22       "MEDCOUPLING"
23     ]
24     opt_depend : ["Pillow"]
25     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
26     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
27     properties:
28     {
29         incremental : "yes"
30         has_salome_gui : "yes"
31         is_SALOME_module : "yes"
32         has_unit_tests
33     }
34 }
35
36 default_MPI :
37 {
38     cmake_options : "-DSALOME_USE_MPI=ON -DMEDCOUPLING_USE_64BIT_IDS=ON"
39     depend : [
40       "GUI", 
41       "KERNEL", 
42       "MEDCOUPLING",
43       "openmpi"
44     ]
45 }
46
47 version_V9_13_0_UB24_04 :
48 {
49   patches: ['FIELDS-UB24.04-V9_13_0-PyUnicode_AsWideCharString.patch']
50 }
51
52 version_V9_10_0:
53 {
54   patches: []
55 }
56
57 version_V9_10_0_win:
58 {
59   patches: ["FIELDS-9.10.0-visual-2019.patch"]
60 }
61
62 version_V9_10_0_MPI :
63 {
64     cmake_options : "-DSALOME_USE_MPI=ON -DMEDCOUPLING_USE_64BIT_IDS=ON"
65     depend : [
66       "GUI", 
67       "KERNEL", 
68       "MEDCOUPLING",
69       "openmpi"
70     ]
71 }
72
73 version_V9_9_0_MPI :
74 {
75     cmake_options : "-DSALOME_USE_MPI=ON -DMEDCOUPLING_USE_64BIT_IDS=ON"
76     depend : [
77       "GUI", 
78       "KERNEL", 
79       "MEDCOUPLING",
80       "openmpi"
81     ]
82 }