Package Details: mathics 9.0.0-2

Git Clone URL: https://aur.archlinux.org/mathics.git (read-only, click to copy)
Package Base: mathics
Description: A general-purpose computer algebra system.
Upstream URL: https://mathics.org/
Keywords: mathematica scientific
Licenses: GPL3
Submitter: rnestler
Maintainer: vicp74
Last Packager: vicp74
Votes: 30
Popularity: 0.009835
First Submitted: 2012-02-24 12:57 (UTC)
Last Updated: 2025-09-07 10:57 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

vicp74 commented on 2025-09-05 09:51 (UTC) (edited on 2025-09-07 11:06 (UTC) by vicp74)

I'm getting failed test for the new version (9.0.0) and I reported it upstream: https://github.com/Mathics3/mathics-core/issues/1498

This is related to @cyanescens previous comment, where SymPy version 1.14 changed the output of that test.

I've updated mathics packages and removed those three tests. Upstream will release an upcoming version adapted to SymPy 1.14, which will also take care of the problematic test.

cyanescens commented on 2025-08-17 17:25 (UTC)

I get the same warnings and errors than @xiota at installation when testing python libraries, plus this one:

FAILED test/builtin/numbers/test_calculus.py::test_private_doctests_calculus[Integrate[1/(x^5+1), x]-None-RootSum[1 + 5 #1 + 25 #1 ^ 2 + 125 #1 ^ 3 + 625 #1 ^ 4&, Log[x + 5 #1] #1&] + Log[1 + x] / 5-None] - AssertionError

vicp74 commented on 2025-03-07 22:32 (UTC)

@xiota I cannot reproduce your error. You can try creating an issue upstream to get some help. Meanwhile, you can also just comment out the check() function in the PKGBUILD, and see if you can still use mathics for your use cases.

xiota commented on 2025-02-18 07:32 (UTC)

I'm getting check failures. Don't know how to interpret. mathics.log

vicp74 commented on 2023-12-04 12:59 (UTC)

@xiota Thanks for the tip. I hesitated before, because there's no pyproject.toml, but it seems that it's reverting to using setup.py without issues.

@coxackie I don't think requires.txt was the problem to begin with, but I couldn't reproduce your issue. I hope this update to 6.0.4 coupled with the new installation method are enough to fix your installation. Otherwise, please let me know.

coxackie commented on 2023-11-21 22:34 (UTC)

@vicp74 there seems to be a problem with a dependency check for pillow. Please take a look at https://github.com/chaotic-aur/packages/issues/2915#issuecomment-1821774260. The suggestion there to remove /usr/lib/python3.11/site-packages/Mathics3-6.0.3-py3.11.egg-info/requires.txt actually gets the thing to run. Not sure how you want to go ahead with this issue...