Package Details: mathematica 14.0.0-1

Git Clone URL: https://aur.archlinux.org/mathematica.git (read-only, click to copy)
Package Base: mathematica
Description: A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing with offline documentation.
Upstream URL: http://www.wolfram.com/mathematica/
Licenses: proprietary
Submitter: Feanor12
Maintainer: JP-Ellis
Last Packager: JP-Ellis
Votes: 80
Popularity: 0.69
First Submitted: 2011-03-03 21:27 (UTC)
Last Updated: 2024-01-15 22:25 (UTC)

Dependencies (51)

Required by (1)

Sources (2)

Pinned Comments

JP-Ellis commented on 2024-01-15 22:27 (UTC)

The update to v14.0.0 has been uploaded. A list of new features can be found in Wolfram's blog.

If there are any issues with this PKGBUILD, please let me know in a commment below.

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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 35 Next › Last »

kjslag commented on 2017-09-19 03:32 (UTC)

@johnramsden did you run out of disk space by chance?

JP-Ellis commented on 2017-09-19 03:27 (UTC)

@johnramsden Mathematica's installation error log should have just errors to do with xdg (`xdg-icon-resource`, `xdg-desktop-menu`, etc.) and these are expected. I do not know what is causing the errors from `tar` though. Did the `Mathematica_11.2.0_LINUX.sh` pass the checksums?

johnramsden commented on 2017-09-19 02:06 (UTC)

I keep getting the following error on install. I had 11.1.x installed before and didn't get this error: Installation failed. See /home/john/.cache/mm/mathematica/pkg/mathematica/opt/Mathematica/InstallErrors. -> Fixing symbolic links /home/john/.cache/mm/mathematica/PKGBUILD: line 117: cd: /home/john/.cache/mm/mathematica/pkg/mathematica/opt/Mathematica/Executables: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... In the error log: tar: Substituting `.' for empty member name tar: Skipping to next header tar: Exiting with failure status due to previous errors tar: Substituting `.' for empty member name tar: .: Unknown file type ' ', extracted as normal file tar: .: Cannot open: Is a directory tar: Substituting `.' for empty member name tar: .: Unknown file type ' ', extracted as normal file tar: .: Cannot open: Is a directory tar: Substituting `.' for empty member name tar: .: Unknown file type ' ', extracted as normal file tar: .: Cannot open: Is a directory tar: Substituting `.' for empty member name tar: .: Unknown file type ' ', extracted as normal file tar: .: Cannot open: Is a directory tar: Skipping to next header tar: Exiting with failure status due to previous errors xdg-icon-resource: No writable system icon directory found.

JP-Ellis commented on 2017-09-18 04:53 (UTC)

Update to Mathematica 11.2.0. Summary of new features: https://wolfr.am/new-features-11-2

JP-Ellis commented on 2017-09-02 10:46 (UTC)

@alge Mathematica is a paid, proprietary software and must be downloaded separately.

alge commented on 2017-09-02 10:33 (UTC)

Trying to get mathematica thru AUR. Getting this error: ==> Making package: mathematica 11.1.1-1 (sat sep 2 12:31:24 CEST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> ERROR: Mathematica_11.1.1_LINUX.sh was not found in the build directory and is not a URL

JP-Ellis commented on 2017-05-17 00:38 (UTC)

@bred These errors are (unfortunately) normal. The Mathematica install script tries to install certain desktop files (icons, .desktop) to the system which it shouldn't, and since makepkg isn't run with sudo access, the script (correctly) fails to install them. The PKGBUILD handles these files fine afterwards. As far as I know, there is no way to avoid this. As long as the errors are only relating to xdg-..., then everything's fine.

bred commented on 2017-05-16 17:33 (UTC) (edited on 2017-05-16 17:34 (UTC) by bred)

I've this errors messages: Installation failed. See /mnt/hd_root/media/Mathematica/pkg/mathematica/opt/Mathematica/InstallErrors. -------------- And the content of /mnt/hd_root/media/Mathematica/pkg/mathematica/opt/Mathematica/InstallErrors ------ xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. xdg-icon-resource: No writable system icon directory found. mkdir: cannot create directory '/applications-merged': Permission denied xdg-desktop-menu: No writable system menu directory found.

JP-Ellis commented on 2017-04-28 01:39 (UTC)

My apologies everyone. As @jon correctly pointed out, I accidentally committed the `exit 1` in the PKGBUILD which I use to debug the build process and make sure that everything looks good. I have pushed the new PKGBUILD up and it should work now (since this is such a minor issue, I have not bumped the release, but next time yaourt/pacaur is run it should use the new PKGBUILD).

jon commented on 2017-04-27 19:22 (UTC)

@JP-Ellis The last commit added "exit 1" after running the Mathematica installer: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mathematica#n116