Bug in configure script

This commit is contained in:
Anthony Scemama 2010-07-16 14:59:17 +02:00
parent c26efd97a4
commit 4dc0e83a94
2 changed files with 2597 additions and 2098 deletions

4689
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -205,9 +205,9 @@ AC_SUBST([LIB])
cd $EPLF_PATH
echo "export EPLF_PATH=$EPLF_PATH" > $HOME/.eplfrc
echo "export LD_LIBRARY_PATH=\$EPLF_PATH/EZFIO/lib/:\$LD_LIBRARY_PATH" >> $HOME/.qmcchemrc
echo "export PATH=\$PATH:\$EPLF_PATH/bin/" >> $HOME/.eplfrc
echo "export PATH=\$PATH:\$EPLF_PATH/scripts/" >> $HOME/.eplfrc
echo "export LD_LIBRARY_PATH=\$EPLF_PATH/EZFIO/lib/:\$LD_LIBRARY_PATH" >> $HOME/.eplfrc
echo "export PATH=\$EPLF_PATH/bin/":\$PATH >> $HOME/.eplfrc
echo "export PATH=\$EPLF_PATH/scripts/:\$PATH" >> $HOME/.eplfrc
echo "export EPLF_HAS_MPI=$EPLF_HAS_MPI" >> $HOME/.eplfrc
echo "export EPLF_MPIRUN=$MPIRUN" >> $HOME/.eplfrc
echo "************************************"