Module mpi used in elpa was confusing the script that finds dependencies

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9458 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2012-09-29 11:05:45 +00:00
parent b9120808a1
commit e49ce4528a
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ for dir in $dirs; do
make.depend > make.depend.tmp
sed '/@iso_c_binding@/d' make.depend.tmp > make.depend
if test "$DIR" = "Modules"
then
mv make.depend make.depend.tmp
sed '/@mpi@/d' make.depend.tmp > make.depend
fi
if test "$DIR" = "clib"
then
mv make.depend make.depend.tmp