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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 37 Next › Last »

JP-Ellis commented on 2020-04-02 23:34 (UTC) (edited on 2020-04-02 23:36 (UTC) by JP-Ellis)

Update to Mathematica 12.1.0

Summary of new features: https://wolfr.am/NewIn12.1

Please let me know if you encounter any issues.

ivanmlerner commented on 2020-04-02 02:48 (UTC)

Hi, building 12.1 in a clean environment showed the need for the package inetutils at least as makedepends. Avahi might also be a good addition for the optdepends, since running the installer gives a warning that without avahi it will not use "kernel discovery features". The build does not fail without avahi, but it does without inetutils.

Pippip19 commented on 2020-03-06 18:28 (UTC)

@hmenke Thanks - My licence expired with 11.3 so this is v. helpful.

For others with this issue, the problem arose with openmp 9.0.1-1 -> 9.0.1-2, so downgrading to 9.0.1-1 is also an option if that isn't required by another package on your system.

hmenke commented on 2020-02-25 04:25 (UTC)

The recent openmp update removed the aliases and now libiomp5.so is no longer provided. Older version of the PKGBUILD did deduplicate system libraries an removed libiomp5.so, so these older version will break now. I chose to just link libomp.so into the package:

ln -sf /usr/lib/libomp.so ./opt/Mathematica/SystemFiles/Libraries/Linux-x86-64/libiomp5.so

This in only an issue with the PKGBUILD for Mathematica 11.3 (an older I guess).

JP-Ellis commented on 2019-12-16 00:51 (UTC)

I have fixed the backticks in the PKGBUILD.

jfernandz commented on 2019-12-14 00:49 (UTC) (edited on 2019-12-14 00:50 (UTC) by jfernandz)

I can confirm what @ruy16109 says. When you replace the backticks ` with the common apostrophe ' there is no one ERROR message.

ruy16109 commented on 2019-10-18 01:44 (UTC) (edited on 2019-10-18 01:44 (UTC) by ruy16109)

Probably unrelated to my previous comment:

When trying to install 12.0.0 using makechrootpkg (with the help of aur helper "aurutils" using aur build -c), the installation seems to be "unable to determine the pacakge manageer used by the system..." and leaves installation files on my /opt/Mathematica/SystemFiles/Installation under RPM and DEB formats. I guess I can just convert one of them to tar and install it directly.

ruy16109 commented on 2019-10-18 01:24 (UTC) (edited on 2019-10-18 01:29 (UTC) by ruy16109)

In the newest update (Mathematica 12.0.0, AUR update time 2019-09-11 23:52), the prepare function contains the following line:

warning ".. 18 GiB of space for makepkg, and ..."

Since around the "makepkg" is a pair of backticks, I am suspecting that this invokes another "makepkg" process and causes the "no PKGBUILD" error that I have been repeatedly for my multiple attempts.

Edit: confirmed. The back ticks caused the prepare() function to fail, and thus I was unable to proceed in makechrootpkg. For some reason makepkg, even though it still shows the error message, continues to run the script.

alfunx commented on 2019-09-20 15:40 (UTC)

@Firnen Read the PKGBUILD, there is an explanation on how to obtain that file and where to place it.

Firnen commented on 2019-09-19 19:11 (UTC) (edited on 2019-09-19 19:15 (UTC) by Firnen)

A file appears to be missing for the build.

Building mathematica...
==> Making package: mathematica 12.0.0-1 (Thu 19 Sep 2019 03:04:40 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: Mathematica_12.0.0_LINUX.sh was not found in the build directory and is not a URL.