Here's a PKGBUILD for 12.3 https://pastebin.com/raw/WmgrVvGj
Opacity in 3D plots works for me now. But text in 3D plots is still ugly. I haven't noticed any regressions yet.
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.120563 |
First Submitted: | 2011-03-03 21:27 (UTC) |
Last Updated: | 2025-07-12 23:00 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 37 Next › Last »
Here's a PKGBUILD for 12.3 https://pastebin.com/raw/WmgrVvGj
Opacity in 3D plots works for me now. But text in 3D plots is still ugly. I haven't noticed any regressions yet.
Hi, I am having an issue building this package. I successfully downloaded the sources, but I keep getting the following error. I see that one user ran into a similar issue back into 2014, but it doesn't seem like he got an answer. I appreciate any help you guys may have.
==> Starting package()...
-> Running Mathematica installer
/var/tmp/pamac-build-[USER]/mathematica/src/Mathematica_12.2.0_LINUX.sh: line 265: exec: -t: invalid option
exec: usage: exec [-cl] [-a name] [command [argument ...]] [redirection ...]
==> ERROR: A failure occurred in package().
Aborting...
Thanks for your help! This information is indeed written in the PKGBUILD, I'm a dumbass for not seeing it. Though pinning that in the comments may also be helpful.
You need to download the sources yourself, since they require an account and valid license to download.
==> Retrieving sources...
==> ERROR: Mathematica_12.2.0_LINUX.sh was not found in the build directory and is not a URL.
error downloading sources: mathematica
No problem, and thank you for the quick update.
@BachoSeven Thanks! I've fixed it and updated the PKGBUILD.
I decided not to bump the pkgrel as this is such a minor change and I don't want to force everyone to repackage Mathematica.
i.e. this is how the last line of the .desktop file looks like:
Categories=Science;Math;NumericalAnalysis;DataVisualization;StartupWMClass=Mathematica;
Pinned Comments
marmis commented on 2024-12-24 03:37 (UTC) (edited on 2025-05-06 20:14 (UTC) by marmis)
mathematica
andmathematica-light
have been updated to 14.1. Mathematica 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:$UserBaseDirectory
is now~/.Wolfram
(you may need tomv ~/.Mathematica ~/.Wolfram
)MATHINIT
is nowWOLFRAMNB_INIT
(for additional arguments to Wolfram)MATHEMATICA_BASE
is nowWOLFRAM_BASE
(for custom$BaseDirectory
)MATHEMATICA_USERBASE
is nowWOLFRAM_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.