Skip to content
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/tbb.h check in configure.ac passes when tbb/ttb.h is absent on Fedora #50

Open
rsbivand opened this issue Apr 6, 2024 · 2 comments

Comments

@rsbivand
Copy link

rsbivand commented Apr 6, 2024

proxyC/configure.ac

Lines 27 to 29 in a7402a5

AC_CHECK_HEADER([tbb/tbb.h],
[TBBFLAGS=-DTBB;TBBLIBS=-ltbb],
[AC_MSG_WARN([parallel computing is disabled because tbb/tbb.h (Intel TBB) is not found])])

See quanteda/quanteda#2364 for analysis and quanteda/quanteda#2368 for resolution.

Use of TBB really is not a good idea, there are other alternatives, and use assumes that you know what other work the machine is doing.

@koheiw
Copy link
Owner

koheiw commented Apr 6, 2024

@rsbivand thanks for the PR for quanteda. I will incorporate your configure.ac to proxyC too!

@koheiw koheiw mentioned this issue Apr 6, 2024
@barracuda156
Copy link

It is not only on Fedora, existing configure does not check for OneTBB at all :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants