aboutsummaryrefslogtreecommitdiff
path: root/plotlib/config.make
diff options
context:
space:
mode:
Diffstat (limited to 'plotlib/config.make')
-rw-r--r--plotlib/config.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/plotlib/config.make b/plotlib/config.make
index 0870844..5fb4453 100644
--- a/plotlib/config.make
+++ b/plotlib/config.make
@@ -51,8 +51,8 @@ DEFINE = -DUNDERSCORE
###-------------------------------------------------------------------------
### Uncomment for Linux, using Intel Fortran compiler 8.x
-FC = ifort
-CC = gcc
+#FC = ifort
+#CC = gcc
# Uncomment to make double-precision version
#DP = -r8
@@ -67,12 +67,12 @@ LINKLIB = -L/usr/X11R6/lib -lX11
###-------------------------------------------------------------------------
### Uncomment for DEC OSF/Alpha
-#FC = f77
+FC = f77
#
# Uncomment DP to make double-precision version
-#DP = -r8
-#CFLAGS = -O4 -float $(DEFINE)
-#FFLAGS = -O4 $(DP)
+DP = -r8
+CFLAGS = -O4 $(DEFINE)
+FFLAGS = -O4 $(DP)
# Debug flags
#CFLAGS = -O0 -g -float $(DEFINE)
#FFLAGS = -O0 -g $(DP)