summaryrefslogtreecommitdiff
path: root/math/superlu/files/patch-make.inc
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-04-01 11:38:49 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-04-01 11:38:49 +0000
commit3fdb55203af1f8fd293d12b10d1a97eca41ee1c5 (patch)
treeed83b9e1af5f961e2b45052b8d00c81d8cfd2861 /math/superlu/files/patch-make.inc
parentUpdate to 1.09 (diff)
update to 3.0
Noticed by: pav (long long ago) and Ricardo <ragomes@sc.usp.br>
Notes
Notes: svn path=/head/; revision=105860
Diffstat (limited to 'math/superlu/files/patch-make.inc')
-rw-r--r--math/superlu/files/patch-make.inc13
1 files changed, 6 insertions, 7 deletions
diff --git a/math/superlu/files/patch-make.inc b/math/superlu/files/patch-make.inc
index 7cf74c43a602..f26f48e7a13c 100644
--- a/math/superlu/files/patch-make.inc
+++ b/math/superlu/files/patch-make.inc
@@ -1,5 +1,5 @@
---- make.inc.orig Wed Sep 4 06:02:16 2002
-+++ make.inc Wed Jun 11 08:48:52 2003
+--- make.inc.orig Thu Jan 22 09:45:17 2004
++++ make.inc Thu Apr 1 20:34:07 2004
@@ -16,14 +16,15 @@
#
# The machine (platform) identifier to append to the library names
@@ -20,23 +20,22 @@
#
# The archiver and the flag(s) to use when building archive (library)
-@@ -33,13 +34,12 @@
+@@ -33,12 +34,12 @@
ARCHFLAGS = cr
RANLIB = ranlib
-CC = cc
-CFLAGS = -xO3 -xcg92
--#CFLAGS = -Wall -O2
-FORTRAN = f77
-FFLAGS = -O
-LOADER = cc
--LOADOPTS = #-xO3
+-LOADOPTS = -xO3
+CC = %%CC%%
+CFLAGS = %%CFLAGS%%
+FORTRAN = %%FC%%
+FFLAGS = %%FFLAGS%%
-+LOADER = ${CC}
-+#LOADOPTS = -O2
++LOADER = %%CC%%
++LOADOPTS =
#
# C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)