~ubuntu-branches/ubuntu/precise/code-saturne/precise

« back to all changes in this revision

Viewing changes to extras/installer/setup

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-01 17:43:32 UTC
  • mto: (6.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20111101174332-tl4vk45no0x3emc3
Tags: upstream-2.1.0
ImportĀ upstreamĀ versionĀ 2.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
disable_gui  no
52
52
#
53
53
#--------------------------------------------------------
 
54
# Disable frontend (also disables GUI)
 
55
#--------------------------------------------------------
 
56
disable_frontend  no
 
57
#
 
58
#--------------------------------------------------------
54
59
# Python is mandatory to launch the Graphical User
55
60
# Interface and to use Code_Saturne scripts.
56
61
# It has to be compiled with PyQt 4 support.
60
65
# the package manager if needed.
61
66
#
62
67
# If you need to provide your own Python, just set
63
 
# the following variable to the bin directory of Python
 
68
# the following variable to the Python interpreter.
64
69
#--------------------------------------------------------
65
70
python
66
71
#
109
114
#--------------------------------------------------------
110
115
syrthes
111
116
#
112
 
#========================================================
113
 
#  Name     Path                      Use         Install
114
 
#========================================================
115
 
#
116
 
#--------------------------------------------------------
117
 
# Code_Saturne kernel and module libraries
118
 
#--------------------------------------------------------
119
 
#
120
 
bft    None    yes  yes
121
 
fvm    None    yes  yes
122
 
mei    None    yes  yes
123
 
ecs    None    yes  yes
124
 
ncs    None    yes  yes
125
 
#
126
117
#--------------------------------------------------------
127
118
# Optional packages:
128
119
# ------------------
144
135
# recommended to use the system's default MPI library.
145
136
#
146
137
#   Libxml2 is needed to read xml files output by the
147
 
# Graphical User Interface, and swig is needed by the
148
 
# Graphical User Interface to handle mathematical
149
 
# expressions. Both should be installed by you package
150
 
# manager.
 
138
# Graphical User Interface.
151
139
#--------------------------------------------------------
152
140
#
 
141
#  Name    Path    Use   Install
 
142
#
153
143
cgns       None    yes   yes
154
144
hdf5       None    yes   yes
155
145
med        None    yes   yes
156
146
mpi        None    yes   yes
157
147
libxml2    None    auto  no
158
 
swig       None    auto  no
159
148
#
160
149
#========================================================