From 5b641945b68ab1861fea87544a697b03403b4443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Wed, 27 Jan 2021 21:30:15 +0100 Subject: [PATCH] Toolchain: Upgrade to ELPA 2020.11 --- ...tch => elpa-2020.11.001-no-LDFLAGS-for-NVCC-compile.patch} | 2 +- tools/toolchain/scripts/stage5/install_elpa.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename tools/toolchain/scripts/stage5/{elpa-2020.05.001-no-LDFLAGS-for-NVCC-compile.patch => elpa-2020.11.001-no-LDFLAGS-for-NVCC-compile.patch} (89%) diff --git a/tools/toolchain/scripts/stage5/elpa-2020.05.001-no-LDFLAGS-for-NVCC-compile.patch b/tools/toolchain/scripts/stage5/elpa-2020.11.001-no-LDFLAGS-for-NVCC-compile.patch similarity index 89% rename from tools/toolchain/scripts/stage5/elpa-2020.05.001-no-LDFLAGS-for-NVCC-compile.patch rename to tools/toolchain/scripts/stage5/elpa-2020.11.001-no-LDFLAGS-for-NVCC-compile.patch index d121c039aa..d8e98b4eb9 100644 --- a/tools/toolchain/scripts/stage5/elpa-2020.05.001-no-LDFLAGS-for-NVCC-compile.patch +++ b/tools/toolchain/scripts/stage5/elpa-2020.11.001-no-LDFLAGS-for-NVCC-compile.patch @@ -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: diff --git a/tools/toolchain/scripts/stage5/install_elpa.sh b/tools/toolchain/scripts/stage5/install_elpa.sh index 910352f581..42434cb8a3 100755 --- a/tools/toolchain/scripts/stage5/install_elpa.sh +++ b/tools/toolchain/scripts/stage5/install_elpa.sh @@ -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" )