Package Details: mathics3-script 10.0.0-2

Git Clone URL: https://aur.archlinux.org/mathics3-script.git (read-only, click to copy)
Package Base: mathics3-script
Description: A more advanced command-line interface to Mathics.
Upstream URL: https://mathics.org/
Licenses: GPL3
Conflicts: mathicsscript
Replaces: mathicsscript
Submitter: vicp74
Maintainer: vicp74
Last Packager: vicp74
Votes: 2
Popularity: 0.24
First Submitted: 2026-05-07 14:50 (UTC)
Last Updated: 2026-05-07 14:54 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Pinned Comments

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

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

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

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 2023-09-29 11:13 (UTC)

Updated to 6.0.0 version and now it should be working fine

Techcable commented on 2023-01-30 03:53 (UTC) (edited on 2023-01-30 03:56 (UTC) by Techcable)

Missing dependency: python-sympy

This is a problem with the mathics AUR package.

It is caused by the fact that mathics 5.0.2 requires sympy>=1.8 sympy<1.11 but archliux provides python-sympy version 1.11. (See here: https://github.com/Mathics3/mathics-core/blob/de71edc73e0c9ee60458bd3908f58f7ce9c85683/setup.py#L60)

Workarounds are:

  • Installing the matrices package using pipx instead of the AUR. This will isolate dependencies using virtualenv
  • Switching to themathics-git package. The latest commits have a fix for this. (NOTE: It appears we don't have a mathics-git package?)

yodaembedding commented on 2023-01-30 02:56 (UTC)

Missing dependency: python-sympy