Created
April 13, 2014 04:34
-
-
Save bertomartin/10569319 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATH="/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/sfw/bin:/usr/sfw/bin:/usr/ccs/bin" | |
CC="cc -xc99" | |
CPPFLAGS="-I/opt/csw/include -I/usr/local/include" | |
CFLAGS="-O -xlibmieee" | |
F77=f95 | |
FFLAGS=-O | |
CXX="$CC -library=stlport4" | |
CXXFLAGS=-O | |
FC=f95 | |
FCFLAGS=$FFLAGS | |
FCLIBS="-lfai -lfsu" | |
LDFLAGS="-L/opt/csw/lib -L/usr/local/lib -L/opt/csw/gcc4/lib" | |
R_LD_LIBRARY_PATH="/usr/local/lib:/opt/csw/gcc4/lib:/opt/csw/lib" | |
export PATH CC CPPFLAGS CFLAGS F77 FFLAGS CXX CXXFLAGS FC FCFLAGS FCLIBS LDFLAGS R_LD_LIBRARY_PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment