Search Criteria
Package Details: python-astra-toolbox-git 2.2.0.g73388dd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-astra-toolbox-git.git (read-only, click to copy) |
---|---|
Package Base: | python-astra-toolbox-git |
Description: | MATLAB and Python toolbox of high-performance GPU primitives for 2D and 3D tomography |
Upstream URL: | https://github.com/astra-toolbox/astra-toolbox |
Licenses: | GPL3 |
Conflicts: | python-astra-toolbox |
Provides: | python-astra-toolbox |
Submitter: | Nordwin |
Maintainer: | Nordwin |
Last Packager: | Nordwin |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-02-21 13:59 (UTC) |
Last Updated: | 2024-07-15 12:46 (UTC) |
Dependencies (7)
- boost (boost-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-six
- cython (cython-gitAUR, cython0AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
Nordwin commented on 2024-07-10 08:56 (UTC)
Thanks for the suggestions, the newest upstream git makes all of those hacks unnecessary, and also seems to build with numpy 2.0
Alad commented on 2024-07-05 13:12 (UTC) (edited on 2024-07-05 13:14 (UTC) by Alad)
Also, please retrieve the python version from the interpreter, instead of hardcoding it:
https://wiki.archlinux.org/title/Python_package_guidelines#Using_Python_version
and use a revision counter so pkgver increases with every upgrade:
https://wiki.archlinux.org/title/VCS_package_guidelines#Git
Alad commented on 2024-07-05 12:51 (UTC) (edited on 2024-07-05 13:15 (UTC) by Alad)
Doesn't build with numpy 2, depends=python-numpy1 works.