From e98c8fb5da311b6aae1fa6bdc03179896f1875e0 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 19 Nov 2019 11:05:13 -0500 Subject: initial commit --- math.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math.patch (limited to 'math.patch') diff --git a/math.patch b/math.patch new file mode 100644 index 0000000..a11a1bd --- /dev/null +++ b/math.patch @@ -0,0 +1,20 @@ +--- a/opt/Wolfram/WolframEngine/12.0/Executables/math 2019-06-23 23:13:31.000000000 -0400 ++++ b/opt/Wolfram/WolframEngine/12.0/Executables/math 2019-11-18 23:49:15.410567645 -0500 +@@ -28,6 +28,8 @@ + fi;; + armv?l) + SystemIDList="Linux-ARM";; ++ aarch64) ++ SystemIDList="Linux-ARM";; + *) + SystemIDList="Unknown";; + esac;; +@@ -117,7 +119,7 @@ + + SED_LIBRARY_PATH=`echo "${M_LIBRARY_PATH}" | sed -e 's/\\//\\\\\//g'` + +- LD_LIBRARY_PATH=`echo "${LD_LIBRARY_PATH}" | \ ++ LD_LIBRARY_PATH=`echo "/usr/libv6h:${LD_LIBRARY_PATH}" | \ + sed -e 's/^'"${SED_LIBRARY_PATH}"'://g' | \ + sed -e 's/:'"${SED_LIBRARY_PATH}"':/:/g' | \ + sed -e 's/:'"${SED_LIBRARY_PATH}"'$//g' | \ -- cgit v1.2.3-54-g00ecf