Search Criteria
Package Details: cpp-taskflow 3.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cpp-taskflow.git (read-only, click to copy) |
---|---|
Package Base: | cpp-taskflow |
Description: | Modern C++ Parallel Task Programming Library |
Upstream URL: | https://github.com/taskflow/taskflow |
Licenses: | MIT |
Submitter: | akstrfn |
Maintainer: | akstrfn |
Last Packager: | akstrfn |
Votes: | 4 |
Popularity: | 0.020083 |
First Submitted: | 2018-06-16 09:53 (UTC) |
Last Updated: | 2024-10-07 15:48 (UTC) |
Latest Comments
akstrfn commented on 2022-07-14 15:34 (UTC)
thx for the report, fixed
c0repwn3r commented on 2022-07-13 23:52 (UTC)
This will fail if you are using Ninja as your default build system. Line 39 of the PKGBUILD is currently:
It should instead be:
pekkarr commented on 2022-04-20 11:08 (UTC)
This fails to compile with
glibc
2.35-3 andgcc
11.2.0-4.Upstream has an updated
doctest.h
that fixes this problem. Not building the tests is also a possible solution. upstream bug reportThe source archive filename should be unique. Consider adding the package name to the source filename.
The
arch
variable should have the valueany
because the built package only has architecture independent header files.Thanks for maintaining the package.
akstrfn commented on 2020-06-23 16:14 (UTC)
Thx for reporting this. I am somewhat convinced I had to remove the "v" but maybe I'm just crazy although I always test the build before pushing.
drwells commented on 2020-06-23 14:56 (UTC)
Thanks for packaging this!
It looks like link to the GitHub release is missing a v - it should be v${pkgver}.tar.gz. The sha256sum is also off. Would you please take a look?