Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[tools/sat_salome.git] / products / COREFLOWS.pyconf
1 default :
2 {
3     name : "COREFLOWS"
4     build_source : "script"
5     compil_script :  $name + ".sh"
6     get_source : "git"
7     git_info:
8     {
9         repo : "https://github.com/mndjinga/CDMATH-CoreFlows.git"
10     }
11     environ :
12     {
13        COUCOU : "$KERNEL_ROOT_DIR/bin"
14        env_script : $name + ".py"
15     }
16     depend : 
17     [   
18         'hdf5', 
19         'numpy', 
20         'KERNEL',
21         'GUI',
22         'petsc', 
23         'CDMATH'
24     ]
25     build_depend : ["cmake", "swig"]
26     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
27     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
28     properties:
29     {
30         has_salome_gui : "yes"
31         is_SALOME_module : "yes"
32         environment : "salome"
33     }
34 }