-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for Mathematica / Wolfram 14.1 #3419
base: 5.0.x
Are you sure you want to change the base?
Conversation
Test report by @jose-d Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
Test report by @jose-d Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
Test report by @jose-d Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
Test report by @jose-d Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
tested easyconfigs:
|
With Mathematica 14.1, the core app was renamed from Mathematica to Wolfram.
Another change is replacement of custom command
mathematica --version
withecho \'Quit[0]\' | WolframKernel
.WolframKernel is not linking to libGL
so it doesn't fail at headless build nodes / and we do not need GL as dependency.also instead of
mathematica
, the standard gui is to be started withwolframnb
now.