changes in qe-gipaw address.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7819 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
marsamos 2011-05-24 15:04:51 +00:00
parent d708b6e7e9
commit 765225764b
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ gipaw: uncompress-gipaw configure-gipaw
touch make-gipaw
uncompress-gipaw: touch-dummy
if test ! -e ../archive/qe-gipaw-latest.tar.gz && test ! -d ../GIPAW ; then \
wget -O ../archive/qe-gipaw-latest.tar.gz http://qe-forge.org/frs/download.php/153/qe-gipaw-latest.tar.gz > /dev/null 2>&1; \
wget -O ../archive/qe-gipaw-latest.tar.gz http://qe-forge.org/frs/download.php/154/qe-gipaw-latest.tar.gz > /dev/null 2>&1; \
if test "`echo $$?`" -ne "0" ; then \
curl -o ../archive/qe-gipaw-latest.tar.gz http://qe-forge.org/frs/download.php/153/qe-gipaw-latest.tar.gz > /dev/null 2>&1; \
curl -o ../archive/qe-gipaw-latest.tar.gz http://qe-forge.org/frs/download.php/154/qe-gipaw-latest.tar.gz > /dev/null 2>&1; \
if test "`echo $$?`" -ne "0" ; then \
echo "unable to download qe-gipaw. Test whether curl or wget is installed in your computer."; \
fi ; fi ; fi