File: use-gfortran.patch

package info (click to toggle)
arpack 2.1%2Bparpack96.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 13,172 kB
  • ctags: 17,589
  • sloc: fortran: 80,325; makefile: 640; ansic: 159; sh: 10
file content (50 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--- arpack-2.1+parpack96.orig/ARmake.inc
+++ arpack-2.1+parpack96/ARmake.inc
@@ -21,7 +21,7 @@
 #
 # %--------------------------------------%
 # | You should change the definition of  |
-# | home if ARPACK is built some place   | 
+# | home if ARPACK is built some place   |
 # | other than your home directory.      |
 # %--------------------------------------%
 #
@@ -59,12 +59,12 @@
 # %---------------------------------------------------%
 #
 ARPACKLIB  = $(home)/libarpack.a
-LAPACKLIB = 
-BLASLIB = 
+LAPACKLIB =
+BLASLIB =
+#
+ALIBS =  $(ARPACKLIB) $(LAPACKLIB) $(BLASLIB)
 #
-ALIBS =  $(ARPACKLIB) $(LAPACKLIB) $(BLASLIB) 
 #
-# 
 # %---------------------------------------------------------%
 # |                  SECTION 2: COMPILERS                   |
 # |                                                         |
@@ -102,10 +102,10 @@
 # | for your system.                        |
 # %-----------------------------------------%
 #
-FC      = g77
+FC      = gfortran
 FFLAGS	= -O2
 
-LDFLAGS = 
+LDFLAGS =
 CD      = cd
 
 ECHO    = echo
@@ -126,7 +126,7 @@
 #  | ranlib, set RANLIB = touch.                                    |
 #  %----------------------------------------------------------------%
 #
-AR = ar 
+AR = ar
 ARFLAGS = rv
 #RANLIB  = touch
 RANLIB   = ranlib