Re: [Rcpp-devel] fatal error: 'omp.h' file not found

2016-03-14 Thread Kevin Thornton
You should (read: I've not tested this myself...) be able to assign clang-omp and clang-omp++ to CC and CXX, respectively, in your ~/.R/Makevars file. On Mon, Mar 14, 2016 at 9:31 AM Balamuta, James Joseph < balam...@illinois.edu> wrote: > Greetings and Salutations, > > > > OS X does not currently

Re: [Rcpp-devel] fatal error: 'omp.h' file not found

2016-03-14 Thread aakremena
ions as to how to configure clang-omp with RStudio (if possible), i.e. how to make R recognize clang-omp? Thank you in advance. Anguel -Original Message- From: Kevin Thornton To: rcpp-devel@lists.r-forge.r-project.org Sent: Mon, Mar 14, 2016 11:33 am Subject: Re: [Rcpp-devel] f

Re: [Rcpp-devel] fatal error: 'omp.h' file not found

2016-03-14 Thread Kevin Thornton
One may also use clang-omp from Homebrew if you wish to still use clang on OS X, but have OpenMP. --Kevin On Mon, Mar 14, 2016 at 9:31 AM Balamuta, James Joseph < balam...@illinois.edu> wrote: > Greetings and Salutations, > > > > OS X does not currently support OpenMP under the default compiler

Re: [Rcpp-devel] fatal error: 'omp.h' file not found

2016-03-14 Thread Balamuta, James Joseph
Greetings and Salutations, OS X does not currently support OpenMP under the default compiler (clang). Hence, you are receiving an error as it relates to the header file not being found. For more details, see: https://cran.r-project.org/doc/manuals/r-release/R-exts.html#OpenMP-support