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.85
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 .. 30 31 32 33 34 35 36 37 Next › Last »

Feanor12 commented on 2011-12-23 18:17 (UTC)

Awesome

rscholer commented on 2011-12-23 08:29 (UTC)

I was able to create, after comparing the content of /opt/Mathematica and /usr/share, a PKGBUILD which should install all necessary files. You can find the PKGBUILD here: http://pastebin.com/rGaWkMHr and the install file here: http://pastebin.com/aT1g5xQi

Feanor12 commented on 2011-12-22 13:54 (UTC)

There are desktop files in /opt/Mathematica/SystemFiles/Installation/ , but I'm not sure how to install those.

rscholer commented on 2011-12-22 12:25 (UTC)

Is it just me or does the package not contain icons, mime information, and *.desktop files?

Feanor12 commented on 2011-12-08 17:56 (UTC)

@Aegidius You need to download the Mathematica installer(Mathematica_8.0.4_LINUX.sh) from http://www.wolfram.com I could not find a newer version

EgidioCaprino commented on 2011-12-07 07:49 (UTC)

==> ERRORE: impossibile trovare Mathematica_8.0.4_LINUX.sh nella directory e non è un URL.

<deleted-account> commented on 2011-09-08 08:10 (UTC)

The installer that's on my DVD is called MathInstaller. I downloaded the trial version from wolfram, and that installer is indeed named as you said. I got the following error Unix/Installer/MathInstaller: line 1718: [: 0-ARCH: integer expression expected However, I was able launch mathematica, and it seemed to work just fine. Many thanks for the help.

Feanor12 commented on 2011-09-04 12:13 (UTC)

@doubleslash: Is your installer CD meant for linux? And it should be a DVD! 1,2G Mathematica_8.0.1_LINUX.sh 9067e87cd5049eb0fb42bb15bd280f9c

Feanor12 commented on 2011-09-04 12:01 (UTC)

#create a temporary build directory mkdir build #change directory cd build #download the build-script wget https://aur.archlinux.org/packages/ma/mathematica/mathematica.tar.gz #extract the build script bsdtar -xf mathematica.tar.gz #change directory cd mathematica #link to the proprietary installer(you have to download it from wolfram.com) ln -s ~/Downloads/Mathematica_8.0.1_LINUX.sh . #build the package makepkg #install the package sudo pacman -U mathematica-8.0.1-2-any.pkg.tar

<deleted-account> commented on 2011-09-03 15:36 (UTC)

could you please post step-by-step instructions on how to use this package to help install mathematica? My experience is that the installer script from Wolfram does not work with Arch, and when I open this package I don't know what to do with it. I'm new. Thanks.