2 # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
4 # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
5 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2.1 of the License.
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Lesser General Public License for more details.
17 # You should have received a copy of the GNU Lesser General Public
18 # License along with this library; if not, write to the Free Software
19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 #------------------------------------------------
24 # to be sourced first, used in following scripts
25 #------------------------------------------------
27 export LD_LIBRARY_PATH="."
28 export PATH="/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/prascle/bin:."
33 export PUB=${RAC}/public
34 export TARP=${RAC}/tarpublic
35 export PYPACKAGES=${PUB}/site_packages
37 # ------------------------------------------------
40 export PATH=${PAKSAL}/gdb53/bin:${PATH}
41 export LD_LIBRARY_PATH=${PAKSAL}/gdb53/lib:${LD_LIBRARY_PATH}
43 # ------------------------------------------------
46 export PATH=${PAKSAL}/ddd337/bin:${PATH}
47 export LD_LIBRARY_PATH=${PAKSAL}/ddd337/lib:${LD_LIBRARY_PATH}
49 # ------------------------------------------------
52 export JDKHOME=${PUB}/j2sdk_nb/j2sdk1.4.2
53 export JAVAHOME=${PUB}/j2sdk_nb/j2sdk1.4.2
54 export PATH=${JAVAHOME}/bin:${PATH}
55 export LD_LIBRARY_PATH=${JAVAHOME}/lib:${LD_LIBRARY_PATH}
56 export LD_LIBRARY_PATH=${JAVAHOME}/jre/lib/i386:${LD_LIBRARY_PATH}
57 export LD_LIBRARY_PATH=${JAVAHOME}/jre/lib/i386/client:${LD_LIBRARY_PATH}
59 # ------------------------------------------------
62 export GSLHOME=${PAKSAL}/gsl-1.4
63 export PATH=${GSLHOME}/bin:${PATH}
64 export LD_LIBRARY_PATH=${GSLHOME}/lib:${LD_LIBRARY_PATH}
66 # ------------------------------------------------
69 export FLTKHOME=${PAKSAL}/fltk114
70 export PATH=${FLTKHOME}/bin:${PATH}
71 export LD_LIBRARY_PATH=${FLTKHOME}/lib:${LD_LIBRARY_PATH}
73 # ------------------------------------------------
76 export GMSHHOME=${PAKSAL}/gmsh148
77 export PATH=${GMSHHOME}/bin:${PATH}
79 # ------------------------------------------------
80 # ---- tkcvs, tkdiffb, cvs
82 export PATH=${PAKSAL}/tkcvs7.2/bin:${PAKSAL}/cvs1.11.14/bin:${PATH}