@JP-Ellis
Unfortunately, I tried this and I got "One or more files did not pass the validity check! " as an error message.
Is the installer up to date?
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.92 |
First Submitted: | 2011-03-03 21:27 (UTC) |
Last Updated: | 2024-12-24 03:20 (UTC) |
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 37 Next › Last »
@JP-Ellis
Unfortunately, I tried this and I got "One or more files did not pass the validity check! " as an error message.
Is the installer up to date?
@WeeTC You ideally should clone/download a snapshot of the AUR package into a directory, copy (or link) Mathematica in the same directory and then use makepkg
to build the full package which can then be installed with pacman -U package_name.tar.xz
.
In the case of pacaur
, by default it will clone the AUR package into ~/.cache/pacaur
so you could copy (or link) Mathematica into ~/.cache/pacaur/mathematica
.
Hey,
Running "pacaur -S mathematica" in the directory with the files:
(output of ls -l)" total 4845616 -rw-r--r-- 1 weetc users 2695 Apr 11 07:06 duplicate-libs.txt drwxr-xr-x 7 root root 4096 May 18 16:14 Install -rw-r--r-- 1 weetc users 4961862431 May 12 14:27 Mathematica_11.3.0_LINUX.sh -rw-r--r-- 1 weetc users 22314 Apr 11 07:06 PKGBUILD drwxr-xr-x 2 weetc users 4096 May 12 14:50 src " produces " ==> ERROR: Mathematica_11.3.0_LINUX.sh was not found in the build directory and is not a URL. :: failed to verify mathematica integrity ".
Have I made a simple mistake here?
Thanks,
TC
As jumper149 pointed out, having portaudio installed is now necessary for 11.3.0-2 to run; otherwise everything runs fine.
i had to install portaudio but now it works. Maybe this shouldnt be optional.
Keep up the good work!
I do not use text-to-speech functionalities. I just do not like the fact that some features that were working before become broken for no added benefit. For people who do reply on the affected features, they would have to install new dependencies that they don't need before. This is a net loss.
Anyways, thank you for maintaining the package.
@qft At this stage, I would recommend you install espeak
as an optional dependency since you use the text-to-speech functionalities.
If anyone else reports an issue with this latest change, then I will reintroduce the libraries. I will reconsider adding all the libraries back in for the next release of Mathematica.
I agree we should not mark all the dependencies as required and that was my original point. However many of the library files you removed are not related to the recent freetype
bug, and by removing those files there is no system libraries to replace them.
One example is the libespeak.so
. Before you removed this file, my installation of Mathematica could do text2speech perfectly. Now it cannot because libespeak.so
does not exist. Now a feature is broken with no added benefit. The same can be said for other libraries files. Each removed library file implies either one extra dependency or at least one missing feature. Why not just limit the deleted library files to the really necessary ones related to the freetype
bug?
@qft I was hesitant to remove the extra libraries; however, given the incompatibility that came up with freetype
I thought I would try for the time being to default using the system libraries.
If people do report issues, then I am able to revert back to including some of the libraries.
Additionally, I am not going to mark all dependencies as required simply because there exists a situation where they might be used. For example, I will not be making GUI libraries required as these are clearly not required for installations of Mathematica on a server. (Same argument can be made for GPU computing libraries).
In response to your second comment: all the libraries you list are all already on the optional dependencies. I myself have neither libpng12 nor espeak installed, and I am yet to encounter any issues. These libraries presumably are used by Mathematica at some point, but I have no idea where/when.
Pinned Comments
marmis commented on 2024-12-24 03:37 (UTC)
mathematica
andmathematica-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:$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.