Search Criteria
Package Details: mathics 1.1.1-1
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.github.io/ |
Keywords: | mathematica scientific |
Licenses: | |
Submitter: | rnestler |
Maintainer: | vicp74 |
Last Packager: | vicp74 |
Votes: | 25 |
Popularity: | 1.89 |
First Submitted: | 2012-02-24 12:57 |
Last Updated: | 2020-12-26 18:13 |
Dependencies (14)
- cython (cython-kivy, cython-git)
- python (python-dbg)
- python-dateutil
- python-django (python-django17)
- python-llvmlite (python-llvmlite-bin, python-llvmlite-git)
- python-mpmath
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin)
- python-palettable
- python-pint
- python-requests
- python-scikit-image
- python-sympy (python-sympy-git)
- python-wordcloud
- python-setuptools (make)
Latest Comments
1 2 3 Next › Last »
sandm commented on 2020-12-21 19:59
Thank you for so quick fix! Server now starts correctly and I don't have any issues. Assuming sympy follows semantic versioning, there are no breaking changes and no room for worries.
vicp74 commented on 2020-12-21 17:20
Thanks Sandm, I've fixed this here, but the requirement of sympy version 1.6 comes from upstream. If you find issues now, please let me know via a comment here and also fill a ticket upstream so the devs can fix it.
sandm commented on 2020-12-20 12:34
Incompatible with current sympy version 1.7. Can't run mathicsserver
vicp74 commented on 2020-10-26 10:24
The new prerelease version (1.1.0rc1) depends on the current python-django in the official repo, but there's a bug preventing it from working: https://bugs.archlinux.org/task/68423
Once solved, I'll update this package.
vicp74 commented on 2019-04-25 14:14
Done. The original setup.py, however, can be built just fine even with sympy 1.4.
a.kudelin commented on 2019-04-24 13:46
Please, add "sed -i 's/sympy==1.0/sympy>=1.0/g' setup.py" before the build command.
haawda commented on 2017-02-01 19:21
orphaning, needs legacy version of django.
gtimoshaz commented on 2017-01-26 19:34
install it with pip
nahtnam commented on 2016-04-16 16:32
Same error as @wallacoloo
wallacoloo commented on 2016-04-09 21:46
Build fails:
==> Validating source files with md5sums...
mathics-0.8.tar.gz ... Passed
==> Extracting sources...
-> Extracting mathics-0.8.tar.gz with bsdtar
==> Starting build()...
sed: can't read setup.py: No such file or directory
If you add this line to the top of the build() and package() functions, the error is resolved:
cd "$srcdir/mathics-${pkgver}"