diff --git a/apps/respack/test/test.sh b/apps/respack/test/test.sh index 5dc1827b..8f94a23c 100644 --- a/apps/respack/test/test.sh +++ b/apps/respack/test/test.sh @@ -4,7 +4,7 @@ set_prefix export TESTDIR=$(cd $(dirname $0); pwd) check sh ${TESTDIR}/download_pp.sh -for exe in calc_wannier calc_chiqw calc_j3d calc_w3d calc_gw calc_tr wfn2respack qe2respack.py xtapp2respack.sh +for exe in calc_wannier calc_chiqw calc_j3d calc_w3d calc_w4 wfn2respack qe2respack.py xtapp2respack.sh do if [ ! -f ${PREFIX}/bin/${exe} ]; then echo "Error: ${PREFIX}/bin/${exe} does not exist" diff --git a/apps/respack/version.sh b/apps/respack/version.sh index 17b509eb..8797187b 100644 --- a/apps/respack/version.sh +++ b/apps/respack/version.sh @@ -1,5 +1,5 @@ -RESPACK_VERSION="20200113" -RESPACK_MA_REVISION="2" +RESPACK_VERSION="20240804" +RESPACK_MA_REVISION="1" __NAME__=respack __VERSION__=${RESPACK_VERSION}