mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 11:03:29 +01:00
changed the configure to add new functionals
This commit is contained in:
parent
9762b51df5
commit
a20dfdee69
9
configure
vendored
9
configure
vendored
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user