Skip to content

Commit

Permalink
fix for TOPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Aug 28, 2024
1 parent 0e4273b commit ba3d9f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/git.nwchem/dotar_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ echo " input_date = $input_date"
NWVER="$release_version"-release
unset NWCHEM_TOP
export USE_MPI=y
TOPDIR=nwchem-"$release-version"
TOPDIR=nwchem-"$release_version"
echo TOPDIR is $TOPDIR
#BRANCH=release-"$Vx"-"$Vy"-"$Vz"
BRANCH=hotfix/release-7-2-0
#TOPDIR=nwchem
Expand Down

0 comments on commit ba3d9f8

Please sign in to comment.