Salome HOME
Default archive name for products that are in archive mode
[tools/sat.git] / data / products / paraview.pyconf
1 ParaView_5_0_1p1 :
2 {
3         name : "ParaView"
4     build_source : "script"
5     compil_script :  $name + "-5.0.sh"
6     get_source : "archive"
7     environ :
8     {
9            env_script : $VARS.datadir + $VARS.sep + "env_scripts" + $VARS.sep + $name + ".py"
10     }
11     depend : ['cmake', 'Python', 'hdf5', 'qt', 'boost', 'gl2ps', 'libxml2', 'freetype', 'matplotlib']
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
14     install_dir : 'base'
15 }