Skip to content

Commit

Permalink
Merge branch 'master' into exodiff-changeset-modifications
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Sjaardema <[email protected]>
  • Loading branch information
gsjaardema authored Jan 15, 2025
2 parents bb5dae9 + 457bb25 commit e5eff54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install-tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,7 @@ then
then
echo "${txtgrn}+++ Downloading...${txtrst}"
rm -rf kokkos

wget --no-check-certificate https://github.com/kokkos/kokkos/releases/download/4.5.01/kokkos-${kokkos_version}.tar.gz
wget --no-check-certificate https://github.com/kokkos/kokkos/releases/download/${kokkos_version}/kokkos-${kokkos_version}.tar.gz
tar -zxf kokkos-${kokkos_version}.tar.gz
rm -f kokkos-${kokkos_version}.tar.gz
ln -s kokkos-${kokkos_version} kokkos
Expand Down

0 comments on commit e5eff54

Please sign in to comment.