summaryrefslogtreecommitdiff
path: root/math/superlu/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-06-20 23:52:29 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-06-20 23:52:29 +0000
commit32addfc9fc6115d88a11ae4f30e25d7676fe3d7b (patch)
treeab229649e6a8cbf5909d5479f5d81a4d0aacd002 /math/superlu/files
parent- Update to 1.3. (diff)
Enhancements to math/superlu [1] add a knob for
GotoBLAS/ATLAS/reference BLAS. PR: 124786 [1] Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> [1]
Notes
Notes: svn path=/head/; revision=215427
Diffstat (limited to 'math/superlu/files')
-rw-r--r--math/superlu/files/patch-make.inc15
1 files changed, 12 insertions, 3 deletions
diff --git a/math/superlu/files/patch-make.inc b/math/superlu/files/patch-make.inc
index acdc2234e2a8..1a4a4502344a 100644
--- a/math/superlu/files/patch-make.inc
+++ b/math/superlu/files/patch-make.inc
@@ -1,5 +1,14 @@
---- make.inc.orig Sun Jan 1 18:52:00 2006
-+++ make.inc Sat Feb 4 19:25:37 2006
+--- make.inc.orig 2006-01-01 18:52:00.000000000 -0500
++++ make.inc 2008-06-19 22:08:49.000000000 -0500
+@@ -19,7 +19,7 @@
+ #
+ TMGLIB = libtmglib.a
+ SUPERLULIB = libsuperlu_3.0.a
+-BLASLIB = ../libblas.a
++BLASLIB = %%BLAS_LIBS%%
+
+ #
+ # The archiver and the flag(s) to use when building archive (library)
@@ -29,12 +29,12 @@
ARCHFLAGS = cr
RANLIB = ranlib
@@ -14,7 +23,7 @@
+CFLAGS = %%CFLAGS%%
+FORTRAN = %%FC%%
+FFLAGS = %%FFLAGS%%
-+LOADER = %%CC%%
++LOADER = %%FC%%
+LOADOPTS =
#