Search Criteria
Package Details: python-symfit 0.5.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-symfit.git (read-only, click to copy) |
---|---|
Package Base: | python-symfit |
Description: | Symbolic fitting for python - fitting as it should be |
Upstream URL: | https://github.com/tBuLi/symfit |
Licenses: | MIT |
Submitter: | fordprefect |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-02 07:02 (UTC) |
Last Updated: | 2023-02-17 10:37 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR)
- python-sympy (python-sympy-gitAUR)
- python-toposort
- python-pbr (make)
- python-setuptools (make)
Latest Comments
jonathanschillin commented on 2021-11-04 09:44 (UTC) (edited on 2021-11-04 09:44 (UTC) by jonathanschillin)
@fordperfect Thanks for fixing the missing dep already and the info on the keywords. Also, currently I still need to add
PBR_VERSION=$pkgver
in front of the python call. Any ideas on this?P.S.: Yep, also IPP-HGW ;-)
fordprefect commented on 2021-11-04 07:34 (UTC) (edited on 2021-11-04 08:29 (UTC) by fordprefect)
@Jonathan: Thanks for having a look. You are right about the missing dependency (toposort), the key changes in setup.cfg seem to be not well documented. Instead of fixing this here I filed a bug upstream (#344) to have it fixed there. No patch needed here, since it does not break anything. Also, IPP-HGW?
jonathanschillin commented on 2021-11-03 22:48 (UTC)
I had to modify the PKGBUILD as follows to get it to build on my system today:
Also, I needed to patch the
setup.cfg
to get rid of some warnings:setup_cfg.diff
:I am not an AUR power user, so please forgive me if this is not the proper way to fix things.