Salome HOME
spns #33000: missing patch for standard builds
[tools/sat_salome.git] / products / C3PO.pyconf
1 default :
2 {
3     name : "C3PO"
4     build_source : "script"
5     compil_script  : $name + $VARS.scriptExtension
6     get_source : "archive"
7     archive_info : {archive_name : "C3PO_public-" + $APPLICATION.products.C3PO + ".tar.gz"}
8     environ :
9     {
10       env_script : $name + ".py"
11     }
12     depend : [
13         "docutils",
14         "Sphinx",
15         "setuptools",
16         "scipy",
17         "Python",
18         "numpy",
19         "MEDCOUPLING",
20         "medfile"
21     ]
22     opt_depend: ["openmpi", "mpi4py"]
23     build_depend : ["cmake", "swig", "cppunit"]
24     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
25     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
26     properties:
27     {
28       incremental : "yes"
29      }
30     patches: []
31  }
32
33 version_v2_0 :
34 {
35     patches: ['C3PO-v2.0.patch']
36 }