惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
J
Java Code Geeks
D
DataBreaches.Net
B
Blog RSS Feed
D
Docker
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
Y
Y Combinator Blog
A
About on SuperTechFans
V
V2EX
罗磊的独立博客
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题
月光博客
月光博客
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
阮一峰的网络日志
阮一峰的网络日志

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - mathematica-light
2026-06-17 · via AUR Newest Packages

Pinned Comments

marmis commented on 2024-12-24 03:37 (UTC) (edited on 2025-05-06 20:14 (UTC) by marmis)

JP-Ellis commented on 2022-10-08 00:24 (UTC)

With 13.1, Wolfram now offers two bundles for Mathematica: one with offline docs included, and one which relies on online docs. I have created corresponding version of the Mathematica package in the AUR:

  • mathematica: As this package has historically always included offline docs, it will continue to do so now. As of 13.1.0, the package takes up around 14.1GiB with all documentation.
  • mathematica-light: For those people who want a small package and/or want to use online docs, I have created this package which uses Wolfram's online-docs bundling of Mathematica. As of 13.1.0, the light version takes up around 6.9GiB.

marmis commented on 2025-09-29 03:06 (UTC)

@Naked I reverted the RPATH patches, maybe that could fix things for you. I didn't pump the pkgrel to avoid possibly unnecessary rebuilds for everyone else.

Naked commented on 2025-09-26 09:43 (UTC)

After a week of stable operation, the kernel stopped starting and freezing at this point (there are no errors):

Wolfram 14.3.0 Kernel for Linux x86 (64-bit)
Copyright 1988-2025 Wolfram Research, Inc.

I haven't found any similar cases on the forums, has anyone come across this?

marmis commented on 2025-08-06 01:39 (UTC)

Updated to 14.3.0!

One notable change is the support for Dark Mode (finally)!

marmis commented on 2025-04-13 04:05 (UTC)

Updated to v14.2.1!

I've also updated the PKGBUILD to strip a number of insecure RPATH and RUNPATH entries that namcap previously flagged. These paths were likely leftover from Wolfram's CI/build environment and weren't actively used by the binaries. While not a major security issue in typical (non-root) usage, removing them could improve safety on multi-user systems. I've also reported the issue to Wolfram Support.

Let me know if you run into any issues after this change!

marmis commented on 2024-12-24 03:37 (UTC) (edited on 2025-05-06 20:14 (UTC) by marmis)

ftk commented on 2024-10-21 09:22 (UTC)

If for anyone else web documentation is not opening I tracked it down to mathematica setting its own QT_PLUGIN_PATH which then in turn crashes kde-open. I don't know whose bug is it, but for now I just patched xdg-open to unset QT_PLUGIN_PATH.

marmis commented on 2024-08-25 19:27 (UTC) (edited on 2024-08-29 01:47 (UTC) by marmis)

tomnycui commented on 2024-08-23 08:42 (UTC)

Seems the Mathematica_14.0.0_LINUX.sh not avaliable any more, the PKGBUILD is broken.

oUndercover commented on 2024-01-24 16:06 (UTC)

I'm leaving a comment because I do this once a year or less, and I remember that before I had to download a file from Wolfram's website. Now, it seems that as long as you're logged in beforehand via your browser, it does everything for you, which is pretty neat!

jdujava commented on 2024-01-16 10:39 (UTC) (edited on 2024-01-16 11:14 (UTC) by jdujava)

MathInstaller is a bash script, so it is better to run it directly with bash (my sh was not symlinked to bash, which resulted in 3634 Syntax error: Bad for loop variable). Also, I think there are now some outdated comments before prepare().

Additionally, I include a patch which makes it easier to change the "installation directory" (as of now, it is hardcoded at many places to be /opt/Mathematica).

Patches can be found in this gist.

Edit: whoops, this was meant in general for the mathematica package, somehow I posted it first in here..