Final fixes for EPW build process. Now it works ... yeee

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12356 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
spigafi 2016-04-25 17:19:14 +00:00
parent 589e35f0a4
commit 9f75263c56
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ plumed: touch-dummy
west: pw touch-dummy
( cd install ; $(MAKE) -f plugins_makefile $@ || exit 1 )
epw: touch-dummy
epw: pw ph ld1 touch-dummy
( cd install ; $(MAKE) -f plugins_makefile $@ || exit 1 )
gpu: touch-dummy

View File

@ -165,7 +165,7 @@ configure-gipaw: touch-dummy
epw: extlibs uncompress-epw
if test -d ../EPW; then \
cd ../EPW ; $(MAKE) all; $(MAKE) all; exit 1; cd ../bin; ln -fs ../EPW/bin/epw.x . ; fi
cd ../EPW ; $(MAKE) all ; $(MAKE) all || exit 1; cd ../bin; ln -fs ../EPW/bin/epw.x . ; fi
-(cd ../bin; ln -fs ../EPW/src/epw.x .)
touch ./make-epw