diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-10-16 01:15:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-10-16 01:15:12 +0000 |
commit | b931cd44e611e11c14d1a8ab9de6d620c532c4a2 (patch) | |
tree | bf3c12b4de1e5f1aa020f2d6e3ca8e14f864df4d /math | |
parent | 9981ff098d912fdfcb7442610e74cf3722bbe0ff (diff) | |
download | ports-b931cd44e611e11c14d1a8ab9de6d620c532c4a2.tar.gz ports-b931cd44e611e11c14d1a8ab9de6d620c532c4a2.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu/Makefile | 1 | ||||
-rw-r--r-- | math/superlu/distinfo | 2 | ||||
-rw-r--r-- | math/superlu/files/patch-aa | 15 |
3 files changed, 10 insertions, 8 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 01e01903803c..94103235f68d 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -7,6 +7,7 @@ PORTNAME= superlu PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/superlu/distinfo b/math/superlu/distinfo index 26dddf5cd5f8..b43e0f5070d4 100644 --- a/math/superlu/distinfo +++ b/math/superlu/distinfo @@ -1 +1 @@ -MD5 (superlu_2.0.tar.gz) = 509217b98037c6a25c83ac9a2fdeabcf +MD5 (superlu_2.0.tar.gz) = 7caefbcce0db31c55d64e41039318eca diff --git a/math/superlu/files/patch-aa b/math/superlu/files/patch-aa index 73e92f06ae53..49d316a59a86 100644 --- a/math/superlu/files/patch-aa +++ b/math/superlu/files/patch-aa @@ -1,5 +1,5 @@ ---- make.inc.orig Fri Aug 6 15:10:24 1999 -+++ make.inc Thu Dec 16 04:00:37 1999 +--- 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 @@ -22,13 +22,14 @@ ARCHFLAGS = cr RANLIB = ranlib --CC = gcc -+CC ?= gcc - #CFLAGS = -xO3 -xcg92 --CFLAGS = -Wall -O2 +-CC = cc +-CFLAGS = -xO3 -xcg92 +-#CFLAGS = -Wall -O2 -FORTRAN = f77 -FFLAGS = -O --LOADER = gcc +-LOADER = cc ++CC ?= cc ++#CFLAGS = -xO3 -xcg92 +CFLAGS ?= -Wall -O2 +FORTRAN = ${FC} +FFLAGS ?= -O |