Package Details: mathics3 10.0.1-1

Git Clone URL: https://aur.archlinux.org/mathics3.git (read-only, click to copy)
Package Base: mathics3
Description: A general-purpose computer algebra system.
Upstream URL: https://mathics.org/
Licenses: GPL3
Conflicts: mathics
Replaces: mathics
Submitter: vicp74
Maintainer: vicp74
Last Packager: vicp74
Votes: 31
Popularity: 0.70
First Submitted: 2026-05-07 11:22 (UTC)
Last Updated: 2026-05-07 11:22 (UTC)

Pinned Comments

vicp74 commented on 2026-05-07 11:28 (UTC) (edited on 2026-05-07 11:29 (UTC) by vicp74)

Upstream renamed mathics to mathics3: https://github.com/Mathics3/mathics-core/releases/tag/10.0.0

I'm in the process of uploading new AUR packages and sending merge request:

mathics -> mathics3

mathics-scanner -> mathics3-scanner

mathics-django -> mathics3-django

mathicsscript -> mathics3-script

Latest Comments

1 2 3 4 5 6 Next › Last »

vicp74 commented on 2026-05-07 11:28 (UTC) (edited on 2026-05-07 11:29 (UTC) by vicp74)

Upstream renamed mathics to mathics3: https://github.com/Mathics3/mathics-core/releases/tag/10.0.0

I'm in the process of uploading new AUR packages and sending merge request:

mathics -> mathics3

mathics-scanner -> mathics3-scanner

mathics-django -> mathics3-django

mathicsscript -> mathics3-script

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.