From 5a3ab4f2d17983a4e2c99c74083d786f6c440e64 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 23 Oct 2020 23:40:22 +0200 Subject: Upgraded to 12.1.1. --- mathematica.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 mathematica.patch (limited to 'mathematica.patch') diff --git a/mathematica.patch b/mathematica.patch deleted file mode 100644 index 159512c..0000000 --- a/mathematica.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/opt/Wolfram/WolframEngine/12.0/Executables/mathematica 2019-06-24 18:28:09.000000000 -0400 -+++ b/opt/Wolfram/WolframEngine/12.0/Executables/mathematica 2019-11-18 23:51:47.611627563 -0500 -@@ -18,6 +18,8 @@ - SystemIDList="Linux-x86-64 Linux";; - armv?l) - SystemIDList="Linux-ARM";; -+ aarch64) -+ SystemIDList="Linux-ARM";; - *) - SystemIDList="Unknown";; - esac;; -@@ -73,7 +75,7 @@ - export LD_LIBRARY_PATH="${M_LIBRARY_PATH}/Qt/lib/${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" - fi - --export LD_LIBRARY_PATH="${M_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" -+export LD_LIBRARY_PATH="/usr/libv6h:${M_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" - export PATH="${ExecutablesDirectory}:${PATH}" - - #set LIBGL flag on Linux-ARM version to prevent crash on startup -- cgit v1.2.3-54-g00ecf