# $Id$
#
# minimum rc file for sh-compatible shells
#
# prod/pips/makes/config.mk:
#   PIPS_NO_GPIPS = 1
#

# default architecture
export PIPS_ARCH=LINUXI86LL

# subversion repositories
# export NEWGEN_SVN=https://svn.cri.mines-paristech.fr/svn/newgen
# export LINEAR_SVN=https://svn.cri.mines-paristech.fr/svn/linear
# export PIPS_SVN=https://svn.cri.mines-paristech.fr/svn/pips

# software roots
# is it needed?
export EXTERN_ROOT=/home/fabien/CROSS/prod/extern

export COPT=-m32
export LDOPT=-m32

export PIPS_F77=gfortran
export PIPS_F90=gfortran
export PATH=$HOME/CROSS/bin:$HOME/CROSS/utils:/usr/bin:/bin
# LD_LIBRARY_PATH=/usr/local/lib32
