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.77
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 2 3 4 5 6 7 .. 35 Next › Last »

algar commented on 2024-01-13 20:50 (UTC)

There are two installers in the bundle with the offline docs included: one for the base system and another for the documentation. The current code in PKGBUILD only calls the installer for the base system. A possible way of fixing the failure with the docs installation is by adding the following in PKGBUILD

msg2 "Running Mathematica documentation installer"
    sh "${srcdir}/bundle/Unix/.bundle/Unix/Installer/MathInstaller" \
             -targetdir="${pkgdir}/usr/share/Wolfram" \
             -auto

Note that the documentation must be installed under /usr/share/Wolfram, otherwise it won't be found by the running Mathematica and it will then default to the on-line docs.

mueslo commented on 2023-10-06 20:59 (UTC)

what is "startdir"?

AsukaMinato commented on 2023-09-27 13:13 (UTC)

now wolfram provides the download page for mathematica, no login required.

https://www.wolfram.com/download-center/mathematica/

hammer commented on 2023-09-03 06:42 (UTC) (edited on 2023-09-04 18:51 (UTC) by hammer)

Turn out that (one of the) bundle installers should be given the same command line arguments as the entry installer, see L3804 of bundle/Unix/Installer/MathInstaller inside function installBundledInstall. Though it should be a bug of mathematica installer, we can temporarily just patch it with arguments needed.

leo980 commented on 2023-08-25 08:05 (UTC)

@JP-Ellis Thanks! Moved to online-doc version.

JP-Ellis commented on 2023-08-19 12:55 (UTC)

@leo980 Thanks for the bug report. I tested the mathematica-light package, and (perhaps incorrectly) assumed that the full package would work similarly but did not test it. I would recommend you switch to using mathematica-light until I find a workaround with this package's installation.

leo980 commented on 2023-08-19 06:43 (UTC)

Installation of documentation failed with 13.3.1-1

Seems we need to somehow prepend $pkgdir prefix to /usr/share/Wolfram/Documentation/13.3/en-us...

But MathInstaller does not provide a argument for it ...

--------------------------------------------------------------------------------
          Wolfram Language 13.3 English Documentation 13.3 Installer 
--------------------------------------------------------------------------------

Copyright (c) 1988-2023 Wolfram Research, Inc. All rights reserved.

WARNING: Wolfram Language 13.3 English Documentation is protected by copyright
law and international treaties. Unauthorized reproduction or distribution
may result in severe civil and criminal penalties and will be prosecuted to
the maximum extent possible under law.

All users of this computer will be able to use this software.

Y


Error: Cannot create directory /usr/share/Wolfram/Documentation/13.3/en-us.

You may need to be logged in as root to continue with this installation.




Installation failed. See /tmp/InstallErrors-1637.

vlasiuk commented on 2023-07-04 16:13 (UTC)

For 13.3.0,

+md5sums=('f9f15472c52775a0fa3b9b48520efcca')

qtmax commented on 2023-02-24 11:56 (UTC)

@JP-Ellis, please pull the version bump along with some fixes from:

https://bitbucket.org/qt-max/mathematica/commits/