diff options
author | maho <maho@FreeBSD.org> | 2003-06-11 07:47:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-06-11 07:47:18 +0800 |
commit | a8b28b76bdf7a811d6fb2612c656b4a1be440478 (patch) | |
tree | 641f435cb2aba071065cb240f1db7d5f9cc9d54b /math/superlu/files | |
parent | 4fd061c5c6648375e33ba6b0bfa332b849a33752 (diff) | |
download | freebsd-ports-gnome-a8b28b76bdf7a811d6fb2612c656b4a1be440478.tar.gz freebsd-ports-gnome-a8b28b76bdf7a811d6fb2612c656b4a1be440478.tar.zst freebsd-ports-gnome-a8b28b76bdf7a811d6fb2612c656b4a1be440478.zip |
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>
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-aa | 45 |
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 |