Skip to content

Commit

Permalink
Merge pull request #1009 from edoapra/compilers-august-2024
Browse files Browse the repository at this point in the history
fix for TOPDIR in tar files
  • Loading branch information
nwchemgit authored Aug 28, 2024
2 parents 0e4273b + ba3d9f8 commit 8701f25
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 8701f25

Please sign in to comment.