Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nournadar committed Feb 1, 2023
1 parent 2e5d849 commit bd0f21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_modules/dependencies/scripts/InstallHiCMA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ fi

echo "Installing HiCMA dependencies..."
cd "$SETUP_DIR" || exit 1
git clone https://github.com/ecrc/hicma-dev hicma
git clone https://github.com/ecrc/hicma hicma
cd hicma || exit 1;
git checkout FT_Removing_Chameleon_Dependency_MM
git checkout fa8596b5d3aa8e5b7d5c06cd8db3cecc32f70d17 #V1.0.0
git submodule update --init --recursive

echo "Building Stars-H"
Expand Down

0 comments on commit bd0f21d

Please sign in to comment.