Package Details: mathematica-light 14.0.0-1

Git Clone URL: https://aur.archlinux.org/mathematica-light.git (read-only, click to copy)
Package Base: mathematica-light
Description: A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing with online documentation.
Upstream URL: http://www.wolfram.com/mathematica/
Licenses: proprietary
Conflicts: mathematica
Provides: mathematica
Submitter: JP-Ellis
Maintainer: JP-Ellis
Last Packager: JP-Ellis
Votes: 2
Popularity: 0.000017
First Submitted: 2022-10-08 00:14 (UTC)
Last Updated: 2024-01-15 22:25 (UTC)

Dependencies (50)

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:24 (UTC)

With 13.1, Wolfram now 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.1.0, the light version takes up around 6.9GiB.

Latest Comments

oUndercover commented on 2024-01-24 16:06 (UTC)

I'm leaving a comment because I do this once a year or less, and I remember that before I had to download a file from Wolfram's website. Now, it seems that as long as you're logged in beforehand via your browser, it does everything for you, which is pretty neat!

jdujava commented on 2024-01-16 10:39 (UTC) (edited on 2024-01-16 11:14 (UTC) by jdujava)

MathInstaller is a bash script, so it is better to run it directly with bash (my sh was not symlinked to bash, which resulted in 3634 Syntax error: Bad for loop variable). Also, I think there are now some outdated comments before prepare().

Additionally, I include a patch which makes it easier to change the "installation directory" (as of now, it is hardcoded at many places to be /opt/Mathematica).

Patches can be found in this gist.

Edit: whoops, this was meant in general for the mathematica package, somehow I posted it first in here..

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.

aeonblue commented on 2024-01-14 23:49 (UTC)

@tornado99 You can follow the instructions here

https://www.reddit.com/r/kde/comments/tzw738/comment/i424ces/?utm_source=share&utm_medium=web2x&context=3

For me the correct name is wolfram-mathematica13

hammer commented on 2024-01-13 08:12 (UTC) (edited on 2024-01-13 08:12 (UTC) by hammer)

For 14.0


diff --git a/PKGBUILD b/PKGBUILD
index 79e4c67..f413c77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
 # Contributor: Maxim Mikityanskiy <maxtram95@gmail.com>

 pkgname=mathematica-light
-pkgver=13.3.1
+pkgver=14.0.0
 pkgrel=1
 pkgdesc="A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing with online documentation."
 provides=('mathematica')
@@ -77,7 +77,7 @@ source=(
     "local://Mathematica_${pkgver}_LINUX.sh"
     "remove-xdg-scripts.patch"
 )
-md5sums=('c579c28c432bc031f00b95609fd9fa37'
+md5sums=('f0c5f9c44869d8fab8c3b1605b2ccb74'
          '14df424ec93fad057604378c2b5c24c2')
 options=("!strip")

@@ -146,7 +146,7 @@ package() {
           ${pkgdir}/usr/share/desktop-directories \
           ${pkgdir}/usr/share/mime/packages
     cd ${pkgdir}/opt/Mathematica/SystemFiles/Installation
-    desktopFile='wolfram-mathematica13.desktop'
+    desktopFile='com.wolfram.Mathematica.14.0.desktop'
     sed -Ei 's|^(\s*TryExec=).*|\1/usr/bin/Mathematica|g' $desktopFile
     sed -Ei 's|^(\s*Exec=).*|\1/usr/bin/Mathematica %F|g' $desktopFile
     printf 'Categories=Science;Education;Languages;ArtificialIntelligence;Astronomy;Biology;Chemistry;ComputerScience;DataVisualization;Geography;ImageProcessing;Math;NumericalAnalysis;MedicalSoftware;Physics;ParallelComputer;\n' >> $desktopFile

JP-Ellis commented on 2023-02-24 22:31 (UTC)

@tornado99 I don't personally use KDE, but if you know what change would be required, let me know and I can incorporate it into the PKGBUILD.

tornado99 commented on 2023-01-24 14:26 (UTC)

Mathematica has a generic icon when launched in KDE, instead of the red star. Can this be fixed e.g. by moving icon files?

JP-Ellis commented on 2022-10-08 00:24 (UTC)

With 13.1, Wolfram now 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.1.0, the light version takes up around 6.9GiB.