Skip to content

Commit

Permalink
Toolchain: Upgrade to ELPA 2020.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jan 27, 2021
1 parent ab330fd commit 5b64194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/Makefile.in b/Makefile.in
index 312c7f2..11daefb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21004,7 +21004,7 @@ uninstall-man: uninstall-man1 uninstall-man3
@@ -21518,7 +21518,7 @@ uninstall-man: uninstall-man1 uninstall-man3

# Cuda files
.cu.lo:
Expand Down
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/stage5/install_elpa.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)"

elpa_ver="2020.05.001"
elpa_sha256="66ff1cf332ce1c82075dc7b5587ae72511d2bcb3a45322c94af6b01996439ce5"
elpa_ver="2020.11.001"
elpa_sha256="15591f142eeaa98ab3201d27ca9ac328e21beabf0803b011a04183fcaf6efdde"
patches=(
"${SCRIPT_DIR}/stage5/elpa-${elpa_ver}-no-LDFLAGS-for-NVCC-compile.patch"
)
Expand Down

0 comments on commit 5b64194

Please sign in to comment.