[Rcpp-devel] RcppParallel on Solaris

JJ Allaire jj.allaire at gmail.com
Fri Apr 3 13:44:56 CEST 2015


On Thu, Apr 2, 2015 at 3:42 PM, Gábor Csárdi <csardi.gabor at gmail.com> wrote:
> I have Solaris x86_64 on Virtualbox, and it runs fine. The problem is, it is
> x86, and not Sparc, so for example byte order issues do not come up.

Would you be willing to try the following as a minimal test that our
changes are enough to make RcppParallel work on Solaris x86_64:

git clone -b feature/tbb-solaris git at github.com:RcppCore/RcppParallel.git
R CMD build RcppParallel && R CMD check --as-cran RcppParallel_4.3.7.tar.gz


More information about the Rcpp-devel mailing list