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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 38 Next › Last »

JP-Ellis commented on 2019-09-11 11:22 (UTC) (edited on 2019-09-11 11:24 (UTC) by JP-Ellis)

@JP-Undercover Please make sure the directory in which the package archive is being built has enough space.

It shouldn't be installed in your actual system, but is taking up a lot of space in /home/undercover/.cache/yay/mathematica/ in your case.

oUndercover commented on 2019-09-11 11:20 (UTC) (edited on 2019-09-11 11:39 (UTC) by oUndercover)

Installing this package on Manjaro ended up with this:

Installation failed. See
/home/undercover/.cache/yay/mathematica/pkg/mathematica/opt/Mathematica/InstallErrors.

  -> Errors related to 'xdg-icon-resource' and 'xdg-desktop-menu' are to be expected during Mathematica's installation.
  -> Fixing symbolic links
rm: cannot remove 'wolframscript': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
Error making: mathematica

The file InstallErrors is empty.

stecampanella commented on 2019-06-24 15:09 (UTC)

Any news about the Wolfram Engine AUR package?

JP-Ellis commented on 2019-06-09 00:28 (UTC)

@bryango Thanks! I've updated the PKGBUILD. Note that I have not updated the release number as this is such a minor change and most people will get this at the next update.

bryango commented on 2019-06-08 13:45 (UTC)

@JP-Ellis Adding StartupWMClass=Mathematica to the desktop file will greatly improve the window management experience (e.g. the window will now use themed icons set in the system). Strongly recommended!

JP-Ellis commented on 2019-06-03 00:36 (UTC)

@dareme7 All the AUR packages always assume that the base and base-devel groups are installed (and sed is in fact a member of both... indicating that somehow you don't even have the base group installed which contains essential software for Linux systems).

dareme7 commented on 2019-06-01 14:47 (UTC)

This package is missing sed as a dependancy, it won't start otherwise.

stecampanella commented on 2019-05-23 13:29 (UTC)

@JP-Ellis Thanks for your work!

JP-Ellis commented on 2019-05-23 03:16 (UTC)

@sfncmp1729 I'll have a look at creating a PKGBUILD for the Wolfram Engine soon. I'll have to play around with it and make sure it works first which might take a day or two, but hopefully by the end of this weekend I should have something up!