Skip to content

Commit

Permalink
apply external package hashes from JETSCAPE 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
latessa committed Dec 9, 2024
1 parent b0f08f6 commit 4a3d575
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external_packages/get_freestream-milne.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# using a commit from the freestream-milne repository that is compatible with X-SCAPE 1.1.1
folderName="freestream-milne"
commitHash="94722958595cb712fdb00cc59375ad7c9030faed"
commitHash="e0a21feb48a922b4b4541ab0e4d745c65594bb5f"

git clone https://github.com/chunshen1987/freestream-milne -b time_step_history $folderName
cd $folderName
Expand Down
2 changes: 1 addition & 1 deletion external_packages/get_iSS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# using a commit from the iSS repository that is compatible with X-SCAPE 1.1.1
folderName="iSS"
commitHash="9d1847c8b6e02be6f018cf5b1003fdf6085d328f"
commitHash="db176d4cfaf804c9963f6927577d540f5f8be530"

rm -fr iSS
git clone https://github.com/chunshen1987/iSS -b JETSCAPE iSS
Expand Down
2 changes: 1 addition & 1 deletion external_packages/get_music.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
##############################################################################

folderName="music"
commitHash="ace023d23df3024bf4a6e43a29e8c5e4b7e32d04"
commitHash="fdcce5d9f63fc25281eda8d498c32c69ac132dac"

# download the code package
rm -fr $folderName
Expand Down

0 comments on commit 4a3d575

Please sign in to comment.