search for: f1b6a172320a32f59c82

Displaying 2 results from an estimated 2 matches for "f1b6a172320a32f59c82".

2015 Jan 08
2
Testing R packages on Solaris Studio
...ry=sunperf' --with-lapack All works great (fast too), except for some CRAN packages with c++ code won't build. The compiler itself works, most packages (including e.g. MCMCpack) build OK. However packages like Rcpp and RJSONIO fail with errors shown here: https://gist.github.com/jeroenooms/f1b6a172320a32f59c82. I tried installing with GNU make, but that does not seem to be the problem configure.vars = "MAKE=/opt/csw/bin/gmake" I am aware that I can work around it by compiling with gcc instead of solaris studio, but I would specifically like to replicate the setup from CRAN. Which addition...
2015 Apr 11
0
Testing R packages on Solaris Studio
...> > All works great (fast too), except for some CRAN packages with c++ > code won't build. The compiler itself works, most packages (including > e.g. MCMCpack) build OK. However packages like Rcpp and RJSONIO fail > with errors shown here: > https://gist.github.com/jeroenooms/f1b6a172320a32f59c82. > > I tried installing with GNU make, but that does not seem to be the problem > > configure.vars = "MAKE=/opt/csw/bin/gmake" > > I am aware that I can work around it by compiling with gcc instead of > solaris studio, but I would specifically like to replicate the...