Updated to wannier90 v.1.2

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@6330 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2010-01-29 16:37:44 +00:00
parent 8904fd12aa
commit b4658b2b37
4 changed files with 4 additions and 4 deletions

View File

@ -154,8 +154,7 @@ bindir :
#########################################################
w90: bindir libblas liblapack
if test -e plugins/archive/wannier90-1.1.tar ; then \
( cd plugins ; $(MAKE) $(MFLAGS) w90) ; fi
cd plugins ; $(MAKE) $(MFLAGS) w90
#########################################################

View File

@ -15,8 +15,9 @@ all:
$(MAKE) w90
w90:
if test ! -d ../$(W90); then \
( cat archive/$(W90).tar | (cd ../; tar -xvf -)); fi
if test -e archive/$(W90).tar.gz ; then \
(if test ! -d ../$(W90); then \
( gzip -dc archive/$(W90).tar.gz | (cd ../; tar -xvf -)); fi) ; fi
if test -e install/make_wannier90.sys; then \
(cp install/make_wannier90.sys ../$(W90)/make.sys); fi
cd ../$(W90); $(MAKE) all

Binary file not shown.

Binary file not shown.