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" )