Search Criteria
Package Details: fio-plot 1.0.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fio-plot.git (read-only, click to copy) |
---|---|
Package Base: | fio-plot |
Description: | Create charts from FIO storage benchmark tool output |
Upstream URL: | https://github.com/louwrentius/fio-plot/ |
Licenses: | BSD |
Provides: | bench-fio, fio-plot |
Submitter: | solatis |
Maintainer: | solatis |
Last Packager: | solatis |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-19 09:26 (UTC) |
Last Updated: | 2021-11-19 09:51 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pillow (python-pillow-gitAUR)
- python-pyparsing
- python-setuptools (make)
Latest Comments
arielzn commented on 2022-06-29 18:18 (UTC)
You should rework a bit this PKGBUILD.
Please, remove the pip install step on the build, it can break stuff on the system. Instead add as dependency python-pyan3 https://aur.archlinux.org/packages/python-pyan3 and then all requirements will be satisfied.
You can check the PKGBUILD of pyan3 to get and idea on how to update this one.