Salome HOME
Copyright update: 2016
[modules/med.git] / doc / tut / medcoupling / env.sh
1 # Copyright (C) 2012-2016  CEA/DEN, EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # This configuration comes in extension with the standard configuration
21 # defined by the file envlight.sh for image processing and math
22 # processing.
23
24 #------ Python Imaging Library ------
25 PILDIR=/opt/programs/salome/workspace/prerequisites/install/Pil-117-py266-tcl859-tk859
26 export PATH=${PILDIR}/bin:$PATH
27 export PYTHONPATH=${PILDIR}/lib/python2.6/site-packages:${PYTHONPATH}
28
29 #------ Numpy ------
30 NUMPY_DIR=/opt/programs/salome/workspace/prerequisites/install/Numpy-151-py266-la331
31 export PATH=${NUMPY_DIR}/bin:${PATH}
32 export PYTHONPATH=${NUMPY_DIR}/lib/python2.6/site-packages:${PYTHONPATH}
33
34 # ------ Scipy ------
35 SCIPY_DIR=/opt/programs/salome/workspace/prerequisites/install/Scipy-090-py266-la331-sw204-nu151
36 export PYTHONPATH=${SCIPY_DIR}/lib/python2.6/site-packages:${PYTHONPATH}
37
38 # WARN: Matplot, sip and pyqt are requires for the plotter used in
39 # lagrange.py (could be optional)
40
41 # ------ Matplot ----
42 MATPLOT_DIR=/opt/programs/salome/workspace/prerequisites/install/Matplotlib-110-py266-set06c11-num151
43 export PYTHONPATH=${MATPLOT_DIR}/lib/python2.6/site-packages:${PYTHONPATH}
44
45 #------ sip ------
46 SIPDIR=/opt/programs/salome/workspace/prerequisites/install/Sip-4132-py266
47 export PATH=${SIPDIR}/bin:${PATH}
48 export PYTHONPATH=${SIPDIR}/lib/python2.6/site-packages:${PYTHONPATH}
49 export LD_LIBRARY_PATH=${SIPDIR}/lib/python2.6/site-packages:${LD_LIBRARY_PATH}
50
51 PYQTDIR=/opt/programs/salome/workspace/prerequisites/install/Pyqt-491p1-py266-qt463p2-sip4132
52 #export PYQT_SIPS=${PYQTDIR}/share/sip
53 #export PYUIC=${PYQTDIR}/bin/pyuic4
54 export PYTHONPATH=${PYQTDIR}/lib/python2.6/site-packages:${PYTHONPATH}
55 export PATH=${PYQTDIR}/bin:${PATH}