Search Criteria
Package Details: libpcl 1.12-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/libpcl.git (read-only, click to copy) |
---|---|
Package Base: | libpcl |
Description: | The Portable Coroutine Library (PCL) implements the low level functionality for coroutines |
Upstream URL: | http://www.xmailserver.org/libpcl.html |
Licenses: | GPL-2.0-or-later |
Submitter: | Barthalion |
Maintainer: | shrik3 |
Last Packager: | shrik3 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-07 12:40 (UTC) |
Last Updated: | 2024-12-05 09:03 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Latest Comments
shrik3 commented on 2024-12-05 09:09 (UTC)
taking over. URL is fixed.
@TheFake-VIP:
I don't think so. There are two testcases, the
cobench
is a benchmark that check latency of coroutine creation/deletion/switch, andcothread
doesn't properly return (main thread runs infinitely).Neither works as a sane "does it work?" check in for a PKGBUILD.
Perhaps we can simply run
make check
to build the tests but don't run them. But the tests doesn't build either (at least for me): they are missing#include <stdlib.h>
for amalloc()
... Which means I need to include a patch (though trivial) in the package, does it worth it at all?TheFake-VIP commented on 2022-11-18 00:26 (UTC)
Link to tarball is incorrect (should be http://www.xmailserver.org/pcl-1.12.tar.gz, note the www). Would also be nice to run
make check
fromcheck()
.