Package Details: mathematica 14.3.0-1

Git Clone URL: https://aur.archlinux.org/mathematica.git (read-only, click to copy)
Package Base: mathematica
Description: Computational software for mathematics, science, and engineering, with offline documentation included.
Upstream URL: http://www.wolfram.com/mathematica/
Keywords: algebra calculus documentation math numerical physics science simulation symbolic wolfram
Licenses: LicenseRef-Wolfram-Mathematica-License-Agreement
Submitter: Feanor12
Maintainer: JP-Ellis (marmis)
Last Packager: marmis
Votes: 82
Popularity: 0.068249
First Submitted: 2011-03-03 21:27 (UTC)
Last Updated: 2026-05-16 23:08 (UTC)

Pinned Comments

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

mathematica and mathematica-light have been updated to 14.1. Mathematica is being rebranded to WolframApp or just Wolfram. Because of that, you might have to update your current configuration according to Upgrading from Mathematica to Wolfram:

  • The default $UserBaseDirectory is now ~/.Wolfram (you may need to mv ~/.Mathematica ~/.Wolfram)
  • MATHINIT is now WOLFRAMNB_INIT (for additional arguments to Wolfram)
  • MATHEMATICA_BASE is now WOLFRAM_BASE (for custom $BaseDirectory)
  • MATHEMATICA_USERBASE is now WOLFRAM_USERBASE (for custom $UserBaseDirectory)

JP-Ellis commented on 2022-10-08 00:22 (UTC) (edited on 2023-08-19 12:56 (UTC) by JP-Ellis)

Wolfram 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.3, the light version takes up around 7.2GiB.

Latest Comments

« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 Next › Last »

Johnny_Net commented on 2012-11-06 11:32 (UTC)

No one? :( I am stuck.

Johnny_Net commented on 2012-10-30 13:21 (UTC)

It does not work for me. ==> Starting package()... Fixing symbolic symlinks /tmp/yaourt-tmp-user/aur-mathematica/./PKGBUILD: line 33: cd: tmp/yaourt-tmp-user/aur-mathematica/pkg/usr/bin: No such file or directory. Any ideas please?

kjslag commented on 2012-08-30 22:04 (UTC)

Oops, I didn't notice the font-mathematica package. Nevermind.

rscholer commented on 2012-08-01 03:43 (UTC)

Ok. It seems we have to add "mathematica-fonts", "xorg-fonts-alias" and "xorg-fonts-type1" to dependencies.

rscholer commented on 2012-08-01 03:22 (UTC)

kjslag: Hmm... first we have to determine which fonts are available through packages and which are Mathematica-only. Then we can copy the Mathematica-only fonts to /usr/share/fonts. This is to avoid a "overwrite" of the packaged fonts.

kjslag commented on 2012-07-31 22:16 (UTC)

Could you add this line to the PKGBUILD? The line adds the mathematica fonts to the rest of the system fonts so that your text editor will see them. sudo ln -s /opt/Mathematica/SystemFiles/Fonts/ ${pkgdir}/usr/share/fonts/mathematica

Fallback commented on 2012-03-06 00:50 (UTC)

http://www.math.uri.edu/~alex/Mathematica/

Feanor12 commented on 2011-12-23 18:17 (UTC)

Awesome

rscholer commented on 2011-12-23 08:29 (UTC)

I was able to create, after comparing the content of /opt/Mathematica and /usr/share, a PKGBUILD which should install all necessary files. You can find the PKGBUILD here: http://pastebin.com/rGaWkMHr and the install file here: http://pastebin.com/aT1g5xQi

Feanor12 commented on 2011-12-22 13:54 (UTC)

There are desktop files in /opt/Mathematica/SystemFiles/Installation/ , but I'm not sure how to install those.