Salome HOME
spns #32335: some projects still rely on Python 2. Implement a switch based on Python...
[tools/sat_salome.git] / products / catalyst.pyconf
1 default :
2 {
3     name : "catalyst"
4     build_source : "cmake"
5     cmake_options: " -DCMAKE_INSTALL_LIBDIR:STRING=lib "
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : [
12               'Python',
13               'hdf5',
14               'qt',
15               'boost',
16               'libxml2',
17               'freetype',
18               'matplotlib',
19               'cgns',
20               'Pygments'
21               ]
22     opt_depend : ['openmpi', 'ospray','tbb', 'openturns', 'rkCommon', 'gdal', 'netcdf']
23     build_depend : ["cmake"]
24     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
25     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
26     install_dir : 'base'
27     properties :
28     {
29       incremental : "yes"
30     }
31 }
32
33 version_2_0:
34 {
35     archive_info : {archive_name : "catalyst-2.0-431a8a1.tar.gz"}
36 }
37