Skip to content

Instantly share code, notes, and snippets.

Created May 17, 2013 00:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5596265 to your computer and use it in GitHub Desktop.
Save anonymous/5596265 to your computer and use it in GitHub Desktop.
# For R
export PATH="/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:$PATH"
export CC="cc -xc99"
export CFLAGS="-O -xlibmieee"
export CPPFLAGS="-I/opt/csw/include"
export LDFLAGS="-L/opt/csw/lib -R/opt/csw/lib"
export PKG_CONFIG_PATH="/opt/csw/lib/pkgconfig"
export F77=f95
export FFLAGS=-O
export CXX="CC -library=stlport4"
export CXXFLAGS=-O
export FC=f95
export FCFLAGS=$FFLAGS
export FCLIBS="-lfai -lfsu"
export R_LD_LIBRARY_PATH="/usr/local/lib:/opt/csw/gcc4/lib:/opt/csw/lib"
export FCLIBS="-lfai -lfai2 -lfsu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment