Skip to content

Instantly share code, notes, and snippets.

View mattfidler's full-sized avatar

Matthew Fidler mattfidler

View GitHub Profile
@mattfidler
mattfidler / config.site
Last active November 30, 2018 05:32 — forked from achubaty/config.site
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