Salome HOME
bd3f584b85b874f2ef72734cdc0b8981f51375e6
[tools/sat_salome.git] / products / catalyst.pyconf
1     name : "catalyst"
2     build_source : "cmake"
3     get_source : "archive"
4     archive_info : {archive_name : "catalyst-2.0-431a8a1.tar.gz"}
5     environ :
6     {
7        env_script : $name + ".py"
8     }
9     depend : [
10               'Python',
11               'hdf5',
12               'qt',
13               'boost',
14               'libxml2',
15               'freetype',
16               'matplotlib',
17               'cgns',
18               'Pygments'
19               ]
20     opt_depend : ['openmpi', 'ospray','tbb', 'openturns', 'rkCommon', 'gdal', 'netcdf']
21     build_depend : ["cmake"]
22     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
23     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
24     install_dir : 'base'
25     properties :
26     {
27       incremental : "yes"
28     }
29 }