summaryrefslogtreecommitdiffstats
path: root/academic/xfoil/Makefile_patches/Makefile.orrs.patch
blob: 32be02f168a476996e533edc59a52e74f83450fa (about) (plain) (blame)
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
26
27
28
29
30
--- orrs/bin/Makefile	2011-04-03 12:27:46.000000000 -0400
+++ orrs/bin/Makefile.orrs	2016-09-12 20:36:36.000000000 -0400
@@ -1,25 +1,12 @@
 
 SRC = ../src
-PLTOBJ = /home/codes/Xplot/libPlt.a
 
 #========================================
 #  Default compiler flags
-FC = f77
-FLG = -O
+FC = gfortran
+FLG = -O2 -fdefault-real-8
 PLTLIB = -lX11
 FTNLIB =
-
-#========================================
-#  Uncomment for Intel Fortran Compiler
-FC = ifort
-FLG = -O -fpe0 -CB
-PLTLIB = -L/usr/X11R6/lib -lX11
-FTNLIB = 
-
-#  Additional IFC stuff needed on MIT's Athena system
-#FC = ifc
-#FTNLIB = -Vaxlib /usr/lib/C-ctype.o /usr/lib/C_name.o /usr/lib/ctype-info.o
-
 #========================================