summaryrefslogtreecommitdiffstats
path: root/academic/avl/Makefile_patches/config.make.plotlib.patch
blob: 991c2f0b3ea28d039a02c9205251247a67761cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- plotlib/config.make	2013-10-06 19:32:13.000000000 -0400
+++ plotlib/config.make.plotlib	2016-09-11 21:45:12.000000000 -0400
@@ -7,7 +7,7 @@
 
 
 # Set library name 
-PLTLIB = libPlt_gSP.a
+PLTLIB = libPlt_gDP.a
 
 # Some fortrans need trailing underscores in C interface symbols (see Xwin.c)
 # This should work for most of the "unix" fortran compilers
@@ -15,10 +15,10 @@
 
 FC = gfortran
 CC  = gcc
-#DP = -fdefault-real-8
+DP = -fdefault-real-8
 
-FFLAGS  = -m64 -O2 $(DP)
-CFLAGS  = -m64 -O2 $(DEFINE) -I/usr/X11/include
+FFLAGS  = -O2 $(DP)
+CFLAGS  = -O2 $(DEFINE) -I/usr/X11/include
 AR = ar r
 RANLIB = ranlib 
 LINKLIB = -L/usr/X11R6/lib -lX11