Package Details: mathematica 14.1.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: LicenseRef-WolframMathematicaLicenseAgreement
Submitter: Feanor12
Maintainer: JP-Ellis (marmis)
Last Packager: marmis
Votes: 80
Popularity: 0.96
First Submitted: 2011-03-03 21:27 (UTC)
Last Updated: 2024-12-24 03:20 (UTC)

Dependencies (53)

Required by (1)

Sources (2)

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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 37 Next › Last »

kjslag commented on 2020-12-18 22:45 (UTC) (edited on 2020-12-19 00:22 (UTC) by kjslag)

Here's a PKGBUILD for 12.2.0 https://pastebin.com/raw/Fy1t961P I haven't noticed any regressions. Unfortunately, the Graphics3D issues with poor font rendering and Opacity making things invisible haven't been fixed. (I contacted Wolfram about these issues today, so hopefully they'll be fixed in a later version.)

bryango commented on 2020-10-06 15:32 (UTC) (edited on 2020-10-06 15:34 (UTC) by bryango)

@tuxzz This is a known issue. Unfortunately, it seems that there is no easy fix. For a not so easy fix, check this: https://www.csslayer.info/wordpress/fcitx-dev/a-case-study-how-to-compile-a-fcitx-platforminputcontext-plugin-for-a-proprietary-software-that-uses-qt-5/ Disclaimer: I haven't tried this myself.

JP-Ellis commented on 2020-09-28 12:27 (UTC)

@tuxzz I've never used Fcitx or fcitx5. From what I could find, they are meant to add support for inputting non-ASCII characters? If that's the case, then I doubt that will ever work because Mathematica simply does not support unicode very well. It only added unicode support in v12, and even then it's very limited and you cannot input non-ASCII characters without using the special syntax they use.

JP-Ellis commented on 2020-09-28 12:24 (UTC)

@defty

Indeed you don't need most optional dependencies. Mathematica has such a broad scope that including every dependency seems like overkill (especially if one wants to install Mathematica without needing the GUI).

As the the error you're getting, I'm not really sure what might be causing it.

tuxzz commented on 2020-09-28 12:19 (UTC)

fcitx5 doesn't work in this Mathematica. Did anyone fix it?

defty commented on 2020-08-19 22:18 (UTC)

2 questions:

  1. Do I need to install all the optional dependencies? From reading the PKGBUILD, my guess would be no.
  2. I'm getting this error: https://0x0.st/igHu.png. Does anyone know how to fix

BachoSeven commented on 2020-08-17 10:47 (UTC)

@JP-Ellis do the 21 GB need to be free storage in the / partition or in /home?

JP-Ellis commented on 2020-08-17 10:26 (UTC)

@wjhandley Mostly likely, the directory Mathematica is being built in ran out of space during installation, resulting in Mathematica's installer just not creating certain files. Please make sure you have at least 21GB of space (I believe that is the current total).

JP-Ellis commented on 2020-08-17 10:24 (UTC)

@RunAndTumble I did that for a short while (as @kjslag mentioned) due to a font-related bug. I have contemplated of switching entirely to system dependencies, but given we don't have access to any of the source, they may require specific version of libraries which aren't the same as the system versions (in particular, I would expect quite a few outdated libraries to be included).

You are free to try and modify the PKGBUILD and remove all bundled libraries and instead use system libraries.

wjhandley commented on 2020-08-17 09:00 (UTC)

I currently get the error

Installation failed. See
/home/will/.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
/home/will/.cache/yay/mathematica/PKGBUILD: line 112: cd: /home/will/.cache/yay/mathematica/pkg/mathematica/opt/Mathematica/Executables: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error making: %!s(func() string=0x55cf50e1fbb0)

At the command line output. There is no content in /home/will/.cache/yay/mathematica/pkg/mathematica/opt/Mathematica/InstallErrors, though that file does exist.