Displaying 2 results from an estimated 2 matches for "gcc4gfortran".
2015 Jan 08
2
Testing R packages on Solaris Studio
I have setup a Solaris server to test packages before submitting to
CRAN, in order to catch problems that might not reveal themselves on
Fedora, Debian, OSX or Windows. The machine runs a Solaris 11.2 vm
with Solaris Studio 12.3.
I was able to compile current r-devel using the suggested environment
variables from "R Installation and Administration" and:
./configure
2015 Apr 11
0
Testing R packages on Solaris Studio
...on Solaris a bit easier. It is
based of the official Oracle Solaris 11.2 VM template and includes two
preinstalled versions of R, two compilers and some other software:
- Solaris Studio 12.3
- Oracle R Distribution aka ORD (uses Solaris Studio)
- OpenCSW:
* r_base (uses GCC)
* gcc4g++ and gcc4gfortran
* git
* vim
The image is distributed in the open ova format and should work in
most virtualization environments. More information is available on
http://bit.ly/r-solaris-readme.
That said, I still have not figured out how to build Rcpp and RJSONIO
with ORD/SolarisStudio. They compile withou...