Re: [R-SIG-Mac] R crashes on preferences screen

2013-11-07 Thread Brandon Hurr
John, I also see the color wheel pop up briefly on my machine when moving from either Console or Syntax to another preference header. Seems like a very minor inconvenience compared to the crashing you observe though. Brandon On Thu, Nov 7, 2013 at 1:17 AM, John Magnotti

Re: [R-SIG-Mac] R crashes on preferences screen

2013-11-07 Thread Rainer M Krug
I have to confirm both, the crash and the flashing of the colour wheel. sessionInfo() R version 3.0.2 (2013-09-25) Platform: x86_64-apple-darwin10.8.0 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices

[R-SIG-Mac] Build R with Intel Compiler

2013-11-07 Thread Simon Zehnder
I am trying to build R with an Intel Compiler (14.0.3). Has anyone before done it and could give me a hint for the configuration? I am sourcing the compilervars.sh for Intel and then configure R with ./R-3.0.2/configure OBJC=clang --enable-R-framework=/usr/local/R/R-intel

Re: [R-SIG-Mac] Build R with Intel Compiler

2013-11-07 Thread Simon Urbanek
On Nov 7, 2013, at 1:30 PM, Simon Zehnder szehn...@uni-bonn.de wrote: Your and Brian’s guesses were right: the -openmp linker flag was it. It compiles now fine, though I get errors in make check-all and make install: Running a make check-all gives me (with and without flag -ipo)

Re: [R-SIG-Mac] using vecLib BLAS in 3.0

2013-11-07 Thread Chris Paciorek
I wanted to follow up on this thread from a few months ago about BLAS options in the current R package. Simon, is it possible to go forward with one of the following two options? 1) leave libRblas.vecLib.dylib out of the R package (AFAIK this is how things currently stand in the 3.0.2 pkg) but