Search Criteria
Package Details: python-accimage 0.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-accimage.git (read-only, click to copy) |
---|---|
Package Base: | python-accimage |
Description: | high performance image loading and augmenting routines mimicking PIL.Image interface |
Upstream URL: | https://github.com/pytorch/accimage |
Licenses: | BSD |
Submitter: | Freed |
Maintainer: | Freed |
Last Packager: | Freed |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-14 09:32 (UTC) |
Last Updated: | 2023-06-30 10:30 (UTC) |
Dependencies (3)
- python-ippAUR
- python-ipp-includeAUR (make)
- python-pip (make)
Latest Comments
MarsSeed commented on 2023-06-30 11:30 (UTC) (edited on 2023-06-30 11:31 (UTC) by MarsSeed)
Thanks for making the improvement.
But now please kindly remove
python-pip
frommakedepends
, and add the requiredpython-setuptools
.Also, please rename the downloaded source file, as it has to be unique in case a common source cache dir (
SRCDEST
) is used (as per warning remark in Arch wiki's PKGBUILD source guidelines).MarsSeed commented on 2023-06-30 09:52 (UTC) (edited on 2023-06-30 11:09 (UTC) by MarsSeed)
Don't use
pip install
in PKGBUILD to download and install into thr system.Use the included
setup.py
for build and install.