Add -DBLAKE3_USE_TBB to pkg-config CFLAGS#461
Conversation
BurningEnlightenment
left a comment
There was a problem hiding this comment.
ugh, it would be nice if the world converged on a universal dependency-spec standard with built-in support in all major build tools.
FWIW, some CMake and Meson devs are jointly working on such a thing: https://cps-org.github.io/cps/index.html# |
|
I'll cut a release now. Out of curiosity, pushing a new tag to GitHub affect our callers that use CMake? Is there a dependency fetching mechanism that fetches the latest tag or anything like that? |
Nothing built-in but |
|
Released as v1.8.1. |
@Ericson2314 Back when CPS was first submitted to the ISO mailing list in 2018, I sort of expected that the initiative would go nowhere and fizzle out, but apparently they added experimental support1 in CMake 3.31 and published a blog post about it this week. Though meson seems to still hold off on implementing. Interesting indeed. Now we only have to wait 6+ years until all LTS Distros shipping incompatible build-systems are out of support 🙃 Footnotes |
This PR adds
-DBLAKE3_USE_TBBto the pkg-config CFLAGS.Can you please try to include this before the next release with #460? Thanks.
@BurningEnlightenment @oconnor663