Skip to content

Instantly share code, notes, and snippets.

View achubaty's full-sized avatar

Alex Chubaty achubaty

View GitHub Profile
@jeroen
jeroen / config.site
Last active April 9, 2020 02:59
Building R on Solaris
## Copy this file into config.site ##
CC="cc -xc99"
CPPFLAGS="-I/opt/csw/include"
CFLAGS="-I/opt/csw/include -O -xlibmieee"
LDFLAGS="-L/opt/csw/lib"
F77=f95
FFLAGS=-O
CXX="CC -library=stlport4"
CXXFLAGS=-O
FC=f95