Search Criteria
Package Details: sciplot 1:0.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sciplot.git (read-only, click to copy) |
---|---|
Package Base: | sciplot |
Description: | C++ scientific plotting library powered by gnuplot |
Upstream URL: | https://github.com/sciplot/sciplot/ |
Licenses: | MIT |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-11 21:55 (UTC) |
Last Updated: | 2024-05-05 15:36 (UTC) |
Dependencies (4)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR)
- catch2-v2 (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- ctbench-git (make)
Latest Comments
dbermond commented on 2024-02-17 17:29 (UTC)
@wmww @Elmar Fixed, thanks for reporting.
Elmar commented on 2024-02-16 01:46 (UTC)
Yes, I can confirm and share wmww's observation in Feb 2024 that this package aborts the transaction which is quite unfortunate after 20min of building other dependencies.
The reason is, it lists the wrong dependency. The packagebuild does not assume
catch2
, which is being listed as dependency, butcatch2-v2
which even conflicts with the former.As this package seems to lack maintenance, anyone can apply the fix easily yourself. I am using the Pamac GUI and it allows me to "edit buildfiles" of packages like sciplot. In the line
makedepends=…
just changecatch2
tocatch2-v2
and save. Ifcatch2
was already downloaded for this reason, remove the catch2 package before adding sciplot.wmww commented on 2024-01-18 07:33 (UTC)
It was failing to build for me with the error:
But changing the
catch2
build dependency tocatch2-v2
fixed it.dbermond commented on 2022-12-18 23:08 (UTC)
@newsboost Plot2D class is present on version 0.3.x, and the package is at 0.2.x I'm letting it outdated due to libsurvive build issues. Maybe I should prepare a versioned sciplot package for libsurvive.
newsboost commented on 2022-12-18 19:22 (UTC)
Hi, sorry if this is a stupid question. But I downloaded this and there are some headerfiles in /usr/include/sciplot/. So, I then tried https://sciplot.github.io/tutorials/ and tried compiling with:
It looks like a file "Plot2d.hxx" or something is missing. Or am I misunderstanding something?
dbermond commented on 2022-02-27 00:39 (UTC)
@meister1593 Fixed.
<deleted-account> commented on 2022-02-26 14:07 (UTC)
Doesn't build