-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TBB needs pkg-config or similar interface for easy embedding into applications #5
Comments
Hi, |
Hi @KFilipek, thank you for reminding about this issue! I don't have any experience in writing pkg-config files, but I can investigate this topic. It may require some time since I'm pretty busy with other activities; feel free to submit a PR or just put a snapshot here if you already have something as your local solution. |
FIX: uxlfoundation#5 Signed-off-by: Pawel Karczewski <[email protected]>
oneAPI packages (including oneTBB) now have support of pkg-config. |
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Related PR: #452 How does it apply to |
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Continuum Analytics feedback: Exposing a
pkg-config
interface for TBB, or something similar (such asllvm-config
), sounds like a good way to avoid hard-coding environment-related definitions in every third party project.TBBROOT is not enough in order to configure application with correct compiler and linker flags needed to build an application which uses TBB.
See the issues related in this PR: numba/numba#2217 (review)
For more information see https://people.freedesktop.org/~dbn/pkg-config-guide.html
It can be done for binary TBB package and can be generated as yet another kind of tbbvars during the build from sources
The text was updated successfully, but these errors were encountered: