Search Criteria
Package Details: plot 0.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/plot.git (read-only, click to copy) |
---|---|
Package Base: | plot |
Description: | Plot on the command line |
Upstream URL: | https://github.com/annacrombie/plot |
Licenses: | custom:MIT |
Submitter: | aperez |
Maintainer: | None |
Last Packager: | aperez |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-18 13:42 (UTC) |
Last Updated: | 2022-10-13 22:09 (UTC) |
Dependencies (5)
- ncurses (ncurses-gitAUR)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- valgrind (valgrind-gitAUR) (check)
Latest Comments
m040601 commented on 2022-10-14 10:55 (UTC)
The last update to this PKGBUILD, breaks the installation,
and
Tried to repeat the process in a clean build. Same thing.
I have no understanding about valgrind/ninja/meson etc. I'm just a user.
I just suspect the problem is with this PKGBUILD, "plot", because I tried the other PKGBUILD, "plot-git" and it builds perfectly, https://aur.archlinux.org/packages/plot-git
By the way, couldnt the maintainers of "plot" and "plot-git" get together and share and coordinate their work ? Such a waste of effort with 2 different peopleo for the same tool.
TrialnError commented on 2022-10-13 18:43 (UTC)
Regarding the comment about valgrind:
Adding it via
checkdepends
is enough. Not needed for the build process and if people use--nocheck
they don't need to install it.seifferth commented on 2022-02-06 18:59 (UTC)
Hi,
I believe this package requires valgrind as a build dependency. You may want to add it to makedepends.
Best
Frank