changed the configure to add new functionals

This commit is contained in:
eginer 2019-01-30 11:43:36 +01:00
parent 9762b51df5
commit a20dfdee69
1 changed files with 8 additions and 1 deletions

9
configure vendored
View File

@ -442,7 +442,14 @@ else
echo "See ./configure --help for more details."
echo ""
fi
# Check if the module to create new DFT functionals exists or not
if [[ ! -d ${QP_ROOT}/src/new_functionals ]] ; then
echo "${QP_ROOT}/src/new_functionals does NOT exists !!"
echo "Creating a new one ..."
cp -r ${QP_ROOT}/scripts/functionals/do_not_touch_func ${QP_ROOT}/src/new_functionals
fi
exit 0