summaryrefslogtreecommitdiff
path: root/math/superlu/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-06-10 23:47:18 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-06-10 23:47:18 +0000
commit33c9dc83a8e7d2d7ba4ff2d21c59ee906bcabd09 (patch)
treeec460143695de000f0848ccefeb70fcc2f32eabc /math/superlu/files
parentSubmitted by: MAINTAINER (diff)
1. using ATLAS, faster blas implementation.
2. correct build 3. maintainer ship transfered to maho PR: 52014 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=82715
Diffstat (limited to 'math/superlu/files')
-rw-r--r--math/superlu/files/patch-SRC+sp_coletree.c (renamed from math/superlu/files/patch-ac)0
-rw-r--r--math/superlu/files/patch-SRC+util.h (renamed from math/superlu/files/patch-ab)0
-rw-r--r--math/superlu/files/patch-aa45
3 files changed, 0 insertions, 45 deletions
diff --git a/math/superlu/files/patch-ac b/math/superlu/files/patch-SRC+sp_coletree.c
index f0a53b9b793e..f0a53b9b793e 100644
--- a/math/superlu/files/patch-ac
+++ b/math/superlu/files/patch-SRC+sp_coletree.c
diff --git a/math/superlu/files/patch-ab b/math/superlu/files/patch-SRC+util.h
index 991672c33292..991672c33292 100644
--- a/math/superlu/files/patch-ab
+++ b/math/superlu/files/patch-SRC+util.h
diff --git a/math/superlu/files/patch-aa b/math/superlu/files/patch-aa
deleted file mode 100644
index 49d316a59a86..000000000000
--- a/math/superlu/files/patch-aa
+++ /dev/null
@@ -1,45 +0,0 @@
---- make.inc.orig Tue Feb 15 13:29:45 2000
-+++ make.inc Sun Oct 15 18:11:48 2000
-@@ -16,14 +16,14 @@
- #
- # The machine (platform) identifier to append to the library names
- #
--PLAT = _solaris
-+#PLAT =
-
- #
- # The name of the libraries to be created/linked to
- #
- TMGLIB = tmglib$(PLAT).a
--SUPERLULIB = superlu$(PLAT).a
--BLASLIB = ../blas$(PLAT).a
-+SUPERLULIB = libsuperlu$(PLAT).a
-+BLASLIB = ${LOCALBASE}/lib/libblas$(PLAT).a
-
- #
- # The archiver and the flag(s) to use when building archive (library)
-@@ -33,12 +33,12 @@
- ARCHFLAGS = cr
- RANLIB = ranlib
-
--CC = cc
--CFLAGS = -xO3 -xcg92
--#CFLAGS = -Wall -O2
--FORTRAN = f77
--FFLAGS = -O
--LOADER = cc
-+CC ?= cc
-+#CFLAGS = -xO3 -xcg92
-+CFLAGS ?= -Wall -O2
-+FORTRAN = ${FC}
-+FFLAGS ?= -O
-+LOADER = ${CC}
- LOADOPTS = #-xO3
-
- #
-@@ -48,4 +48,4 @@
- #
- # The directory in which Matlab is installed
- #
--MATLAB = /usr/sww/matlab
-+MATLAB = ${LOCALBASE}/matlab