forked from robhuls/calculix_build
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathARPACK_ARmake.inc.patch
39 lines (36 loc) · 949 Bytes
/
ARPACK_ARmake.inc.patch
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
--- ARPACK/ARmake.inc 1996-04-26 21:12:57.000000000 +0200
+++ ARmake.inc 2014-02-13 11:25:35.000000000 +0100
@@ -25,14 +25,14 @@
# | other than your home directory. |
# %--------------------------------------%
#
-home = $(HOME)/ARPACK
+home = $(HOME_BUILD)/ARPACK
#
# %--------------------------------------%
# | The platform identifier to suffix to |
# | the end of library names |
# %--------------------------------------%
#
-PLAT = SUN4
+PLAT = linux
#
# %------------------------------------------------------%
# | The directories to find the various pieces of ARPACK |
@@ -101,8 +101,8 @@
# | for your system. |
# %-----------------------------------------%
#
-FC = f77
-FFLAGS = -O -cg89
+FC = gfortran
+FFLAGS = -O2
LDFLAGS =
CD = cd
@@ -112,7 +112,7 @@
LN = ln
LNFLAGS = -s
-MAKE = /bin/make
+MAKE = /usr/bin/make
RM = rm
RMFLAGS = -f