You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of oneAPI/oneTBB redirects the TBB headers to a relative path (#include "../oneapi/tbb.h") and we copy tbb headers in inst/include/tbb without the headers in oneapi. This causes a Catastrophic Error (missing headers) because the relative path doesn't exist.