Salome HOME
spns #13036 - add ParaView 5.8.0 standalone application and VTKM implementation type...
[tools/sat_salome.git] / products / SOLVERLAB.pyconf
1 default :
2 {
3     name : "SOLVERLAB"
4     build_source : "script"
5     compil_script :  $name + ".sh"
6     get_source : "git"
7     git_info:
8     {
9         repo : "https://codev-tuleap.cea.fr/plugins/git/spns/SolverLab.git"
10     }
11     environ :
12     {
13        env_script : $name + ".py"
14     }
15     depend : 
16     [   
17         'hdf5', 
18         'matplotlib', 
19         'medfile', 
20         'numpy', 
21         'ParaView', 
22         'petsc', 
23         'Python', 
24         'MEDCOUPLING', 
25     ]
26     build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"]   
27     # mscgen
28     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
29     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
30     nb_proc : 1
31 }