RcppCore / RcppParallel

High-level functions for parallel programming with Rcpp
http://rcppcore.github.io/RcppParallel/
171 stars 58 forks source link

configure.R: add a case for MacPorts oneTBB headers #222

Closed barracuda156 closed 3 months ago

barracuda156 commented 3 months ago

I guess we can also have a MacPorts case there, since Homebrew is there? Provided this is relevant for a case of bundled TBB (as follows from comment above). For using an external we do not need to drop the flag, of course.

UPD. Ah, this drops flags because RcppParallel copies headers anyway, so external should not be used in any case.

kevinushey commented 3 months ago

Thanks!