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

# default architecture
export PIPS_ARCH=LINUX_x86_64_LL

# some workaround for gcc 4.8 and later, avoid "stdc-predef.h"
unset PIPS_CC
export PIPS_CPP="gcc -std=c99 -E -C -ffreestanding"

# 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

prod=/home/fabien/DEB10/prod

export PIPS_VALIDATION_EXE=1
export PIPS_F77=gfortran
export PIPS_F90=gfortran
#export PATH=/usr/local/bin:/usr/bin:/bin
export PATH=/usr/bin:/bin
#export LD_LIBRARY_PATH=/usr/local/lib64

# fix path
PATH=$prod/pips/bin:$prod/pips/utils:$prod/newgen/bin:$PATH
