Skip to content

Commit

Permalink
Merge pull request #159 from wistaria/respack
Browse files Browse the repository at this point in the history
RESPACK 20240804
  • Loading branch information
yomichi authored Oct 4, 2024
2 parents a63523c + 7528648 commit 9c077d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/respack/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions apps/respack/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RESPACK_VERSION="20200113"
RESPACK_MA_REVISION="2"
RESPACK_VERSION="20240804"
RESPACK_MA_REVISION="1"

__NAME__=respack
__VERSION__=${RESPACK_VERSION}
Expand Down

0 comments on commit 9c077d7

Please sign in to comment.