Update to latest available tarball, use DIST_SUBDIR.

Changes unknown.
This commit is contained in:
wiz 2004-07-19 13:47:51 +00:00
parent b263bacacb
commit 8e3dbfa74b
3 changed files with 16 additions and 17 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.11 2004/01/20 12:20:05 agc Exp $
# $NetBSD: Makefile,v 1.12 2004/07/19 13:47:51 wiz Exp $
DISTNAME= superlu_3.0
PKGNAME= superlu-3.0
PKGNAME= superlu-3.0.1
CATEGORIES= math
MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/
@ -14,6 +14,7 @@ DEPENDS+= blas-[0-9]*:../../math/blas
BLAS_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= BLAS_PREFIX=blas
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/SuperLU_3.0
ALL_TARGET= superlulib
TEST_DIRS= ${WRKSRC}/TESTING/MATGEN ${WRKSRC}/TESTING

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.4 2003/11/11 11:53:56 wiz Exp $
$NetBSD: distinfo,v 1.5 2004/07/19 13:47:51 wiz Exp $
SHA1 (superlu_3.0.tar.gz) = 8c05fc06fe4e349d9945e3164fd1d3efc8fcc991
Size (superlu_3.0.tar.gz) = 1105196 bytes
SHA1 (patch-aa) = 196ec71f5bd05f92462e27f050a500d094d28c16
SHA1 (patch-ab) = 568122da7d4879e967725ae15bc69b103cedddc6
SHA1 (superlu-3.0.1/superlu_3.0.tar.gz) = 662803e2c2ec6c604884ba356219dec98eae0976
Size (superlu-3.0.1/superlu_3.0.tar.gz) = 1116795 bytes
SHA1 (patch-aa) = e35d3e257b091a9241f41c81b211de10af65f321

View file

@ -1,13 +1,13 @@
$NetBSD: patch-aa,v 1.2 2003/11/11 11:53:56 wiz Exp $
$NetBSD: patch-aa,v 1.3 2004/07/19 13:47:51 wiz Exp $
--- make.inc.orig Sat Oct 11 00:24:49 2003
--- make.inc.orig 2004-02-05 20:01:19.000000000 +0100
+++ make.inc
@@ -16,30 +16,31 @@
@@ -16,29 +16,30 @@
#
# The machine (platform) identifier to append to the library names
#
-PLAT = _solaris
+PLAT =
+PLAT =
#
# The name of the libraries to be created/linked to
@ -32,14 +32,13 @@ $NetBSD: patch-aa,v 1.2 2003/11/11 11:53:56 wiz Exp $
+#RANLIB = ranlib
-CC = cc
-CFLAGS = -g -DDEBUGlevel=1 #-xO3 -xcg92
+#CC = cc
+#CFLAGS = -g -DDEBUGlevel=1 #-xO3 -xcg92
#CFLAGS = -Wall -g #-O2
-CFLAGS = -xO3 -xcg92
-FORTRAN = f77
-FFLAGS = -O
-LOADER = cc
-LOADOPTS = -g #-xO3
-LOADOPTS = -xO3
+#CC = cc
+#CFLAGS = -xO3 -xcg92
+FORTRAN = ${FC}
+#FFLAGS = -O
+LOADER = ${CC}
@ -47,7 +46,7 @@ $NetBSD: patch-aa,v 1.2 2003/11/11 11:53:56 wiz Exp $
#
# C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)
@@ -48,4 +49,4 @@ CDEFS = -DAdd_
@@ -47,4 +48,4 @@ CDEFS = -DAdd_
#
# The directory in which Matlab is installed
#