Package Details: mathematica 14.2.1-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/
Licenses: LicenseRef-WolframMathematicaLicenseAgreement
Submitter: Feanor12
Maintainer: JP-Ellis (marmis)
Last Packager: marmis
Votes: 81
Popularity: 0.82
First Submitted: 2011-03-03 21:27 (UTC)
Last Updated: 2025-04-13 04:04 (UTC)

Dependencies (55)

Required by (1)

Sources (3)

Pinned Comments

marmis commented on 2024-12-24 03:37 (UTC)

mathematica and mathematica-light have been updated to 14.1. Matematica 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 2 3 4 5 6 7 8 9 .. 37 Next › Last »

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/

vlasiuk commented on 2022-12-17 22:57 (UTC) (edited on 2022-12-17 22:57 (UTC) by vlasiuk)

For 13.2 the only changes in PKGBUILD are

-pkgver=13.1.0
+pkgver=13.2.0
-md5sums=('23e6c72f6b948cefc4f588ec563af488')
+md5sums=('05a0eaaafef2e4478454cb28e0ab4bc8')

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.

mane.andrea commented on 2022-10-04 12:12 (UTC)

@JP-Ellis If you don't have time to maintain this package, I would be happy to take over in your stead. Let me know what you think.

Kamien commented on 2022-10-02 00:10 (UTC)

Hi, @JP-Ellis can you update PKGBUILD?