Skip to content

Commit

Permalink
Toolchain: Upgrade to SIRIUS 6.5.5 and SpFFT 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 4, 2020
1 parent fa7ca3e commit 9ecdc78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/install_sirius.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")" && pwd -P)"

sirius_ver="6.5.4"
sirius_sha256="5f731926b882a567d117afa5e0ed33291f1db887fce52f371ba51f014209b85d"
sirius_ver="6.5.5"
sirius_sha256="0b23d3a8512682eea67aec57271031c65f465b61853a165015b38f7477651dd1"


source "${SCRIPT_DIR}"/common_vars.sh
Expand Down
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/install_spfft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")" && pwd -P)"

spfft_ver="0.9.11"
spfft_sha256="880aeddb6e88b4ce2ff88e78c6cac349359af10de0f4e909f305908852693593"
spfft_ver="0.9.12"
spfft_sha256="4bf879c6b3914bf5e462ef04a43656be559a8402755180301d99a080834d8fb3"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down

0 comments on commit 9ecdc78

Please sign in to comment.