10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 23:22:24 +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

7
configure vendored
View File

@ -443,6 +443,13 @@ else
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