summaryrefslogtreecommitdiff
path: root/WolframKernel.patch
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-19 11:05:13 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-19 11:05:13 -0500
commite98c8fb5da311b6aae1fa6bdc03179896f1875e0 (patch)
treef50ef518fb722fdd9c66eaaf9a57d1e1f4f30943 /WolframKernel.patch
downloadwolfram-engine-aarch64-e98c8fb5da311b6aae1fa6bdc03179896f1875e0.tar.gz
wolfram-engine-aarch64-e98c8fb5da311b6aae1fa6bdc03179896f1875e0.tar.bz2
wolfram-engine-aarch64-e98c8fb5da311b6aae1fa6bdc03179896f1875e0.zip
initial commit
Diffstat (limited to 'WolframKernel.patch')
-rw-r--r--WolframKernel.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/WolframKernel.patch b/WolframKernel.patch
new file mode 100644
index 0000000..aa57a62
--- /dev/null
+++ b/WolframKernel.patch
@@ -0,0 +1,20 @@
+--- a/opt/Wolfram/WolframEngine/12.0/Executables/WolframKernel 2019-06-23 23:13:31.000000000 -0400
++++ b/opt/Wolfram/WolframEngine/12.0/Executables/WolframKernel 2019-11-18 23:50:47.001205476 -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' | \