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 .. 22 23 24 25 26 27 28 29 30 31 32 .. 38 Next › Last »

kjslag commented on 2016-04-22 01:35 (UTC)

@chrisbdaemon: Yes, they keep renaming their desktop files... :/ Also, the xdg-icon-resource errors from 10.3.1 are back. (It was temporarily fixed in 10.4.0.) Luckily, these errors appear to be harmless. I emailed Wolfram about it again.

chrisbdaemon commented on 2016-04-20 16:27 (UTC) (edited on 2016-04-20 16:54 (UTC) by chrisbdaemon)

Has anyone had success installing 10.4.1? I changed the pkgver and the md5 hashsum and the installation fails. No real information on why either. Update: Found the problem, wolfram-mathematica10.desktop is now wolfram-mathematica.desktop

doug commented on 2016-03-21 21:11 (UTC)

yes it works, we are using MathLM network license manager and have no problem activating

kjslag commented on 2016-03-19 19:34 (UTC)

I hope so. However, I haven't managed to successfully activate Mathematica 10.4 yet. Neither the online nor offline password generator have worked for me, and I'm still discussing with tech support. If someone confirms that 10.4 does indeed work on Arch, I'll update the package. You can test by changing the pkgver line near the top of the PKGBUILD, and then build using makepkg --skipinteg

GLaDER commented on 2016-03-19 18:57 (UTC)

Is there an upcoming 10.4-package coming?

batarjal commented on 2016-03-12 02:53 (UTC)

That worked. Thanks for your help!

kjslag commented on 2016-03-10 20:04 (UTC) (edited on 2016-04-19 22:36 (UTC) by kjslag)

To install a different version, change the pkgver line near the top of the PKGBUILD to the desired version, and build with makepkg --skipinteg

batarjal commented on 2016-03-10 12:58 (UTC)

That's probably my issue - My installer's name is Mathematica_10.1.0_LINUX.sh. Is there a way to use your package with my installer? My university only has version 10.1 available at this point in time.

kjslag commented on 2016-03-10 05:28 (UTC)

It's correct to have the installer in the same directory as the PKGBUILD. What's the name of the installer? The PKGBUILD currently expects Mathematica_10.3.1_LINUX.sh.

batarjal commented on 2016-03-10 04:07 (UTC)

I currently have the installer in the same directory as PKGBUILD. Should it be in the src subdirectory?