summaryrefslogtreecommitdiff
path: root/math.patch
diff options
context:
space:
mode:
Diffstat (limited to 'math.patch')
-rw-r--r--math.patch20
1 files changed, 20 insertions, 0 deletions
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' | \