9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-03 11:15:17 +02:00

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

9
configure vendored
View File

@ -442,7 +442,14 @@ else
echo "See ./configure --help for more details." echo "See ./configure --help for more details."
echo "" echo ""
fi 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 exit 0