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.53
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 .. 26 27 28 29 30 31 32 33 34 35 Next › Last »

Razor.X commented on 2013-07-08 04:57 (UTC)

I'm new at this, but I took the existing PKGBUILD and moved the extraction step to the build() section. This seems to work normally now.

Johnny_Net commented on 2013-07-01 03:33 (UTC)

Can some one fix this please?

lahwaacz commented on 2013-06-29 18:52 (UTC)

@PerfectGentleman: are you kidding? why would someone compile as root? The command in build() function does not compile anything (it's proprietary software, so why would it compile?), it only extracts some files, so I agree with luolimao, it should be placed in package() instead.

luolimao commented on 2013-06-01 15:57 (UTC)

Error: Cannot create directory /home/.../makepkg/build/mathematica/pkg/mathematica/opt/Mathematica. There should be no mention of $pkgdir in a build() function, because building the PKGBUILD fails on the above error.

dmikalova commented on 2013-02-14 03:24 (UTC)

9.0.1 has just been updated with a minor bugfix for Linux that fixes the input suggestions. Here's the new md5sum: 7fcbc4d1488757b10ef07740ac30a580

Ghost91 commented on 2013-01-31 12:37 (UTC)

9.0.3 is out Diff of PKGBUILD: http://sprunge.us/Wcbh

lahwaacz commented on 2012-12-15 08:19 (UTC)

The mcc binary conflicts with similarily named tool of matlab: http://math.arizona.edu/support/software/mathsoftware.html

Zap commented on 2012-12-01 13:43 (UTC)

Tested right now and it works, thanks university for the key. Kjslag it's right, please add the old install file.

kjslag commented on 2012-12-01 03:58 (UTC)

i'd imagine that the old install file would work: pkgname=mathematica post_install() { update-desktop-database -q gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor update-mime-database usr/share/mime &>/dev/null } post_upgrade() { post_install $1 } post_remove() { gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor }