Salome HOME
MEDCOUPLING test branch
[tools/sat_salome.git] / applications / SALOME-6.6.0.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 APPLICATION :
5 {
6     name : 'SALOME-6.6.0'
7     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
8     tag : 'V6_6_0'
9     get_method : 'git'
10     base : 'no'
11     environ :
12     {
13     }
14     products :
15     {
16       # PREREQUISITES :
17       Python: '2.6.6'
18       Hexotic: '1.0' 
19       homard_bin : {section : 'version_6_6_0_to_8_5_0', tag : '10.5'}
20       MeshGems: '1.0'  
21       setuptools: '0.6c11' 
22       Jinja2: '2.6'  
23       Pygments: '1.5'
24       docutils: '0.8.1'
25       Sphinx: '1.1.3' 
26       qt: '4.6.3' 
27       sip: '4.13.2' 
28       PyQt: '4.9.1'  
29       tcl: '8.5.9'
30       tk: '8.5.9'     
31       Togl: '1.7'    
32       boost: '1.49.0' 
33       ParaViewData: '3.14.0' 
34       cmake: '2.8.7'   
35       gl2ps: '1.3.5'
36       hdf5: '1.8.8' 
37       freeimage: '3.14.1'   
38       freetype: '2.3.7'
39       ftgl: '2.1.3-rc5'
40       CAS: '6.5.4'     
41       cppunit: '1.12.1'
42       expat: '2.0.1'
43       graphviz: '2.28.0'
44       libxml2: '2.7.8'    
45       doxygen: '1.8.0'     
46       medfile: '3.0.6'
47       swig: '2.0.4'
48       qwt: '5.2.1'
49       netgen: '4.9.13'
50       scotch: '5.1.11'
51       omniORB: '4.1.6'
52       omniORBpy: '3.6'
53       omniNotify: '2.1'
54       numpy: '1.5.1'  
55       ParaView: '3.14.0'
56  #     QScintilla: '2.6.1' 
57  #     metis: '4.0patched'
58       
59       LIBBATCH : 'V1_6_0'
60       KERNEL
61       GUI
62       MED
63       GEOM
64       SMESH
65       NETGENPLUGIN
66       BLSURFPLUGIN
67       GHS3DPLUGIN
68       YACS
69       YACSGEN
70       VISU
71
72       # Add SAMPLES module
73       SAMPLES
74     }
75     virtual_app:
76     {
77         # The name of the application (overrides $PRODUCT.name)
78         # This name will be used to generate packages.
79         name : "salome660"
80         # The name for the application directory (default is APPLI)
81         application_name : "APPLI"
82     }
83     test_base : 
84     {
85         name : "SALOME"
86         tag : "SalomeV6"
87     }
88 }
89 APPLI:
90 {
91     # The name of the application (overrides $PRODUCT.name)
92     # This name will be used to generate packages.
93     name : "salome660"
94     # The name for the application directory (default is APPLI)
95     application_name : "APPLI"
96     #module_appli: "SALOME_APPLI"
97     #module_appli_install_dir: $TOOLS.common.module_info.SALOME_APPLI.install_dir
98 }