Package Details: cpp-taskflow 3.6.0-1

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: 3
Popularity: 0.002467
First Submitted: 2018-06-16 09:53 (UTC)
Last Updated: 2023-05-08 12:11 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

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:

cmake --build build -- DESTDIR="${pkgdir}" install

It should instead be:

DESTDIR="${pkgdir}" cmake --build build -- install

pekkarr commented on 2022-04-20 11:08 (UTC)

This fails to compile with glibc 2.35-3 and gcc 11.2.0-4.

/home/user/build/cpp-taskflow/src/taskflow-3.3.0/3rd-party/doctest/doctest.h:4032:47: error: size of array 'altStackMem' is not an integral constant-expression
 4032 |         static char             altStackMem[4 * SIGSTKSZ];

Upstream has an updated doctest.h that fixes this problem. Not building the tests is also a possible solution. upstream bug report

The source archive filename should be unique. Consider adding the package name to the source filename.

The arch variable should have the value any 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?