pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/superlu Update to latest available tarball, use D...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ef255350d1a
branches: trunk
changeset: 478204:1ef255350d1a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 19 13:47:51 2004 +0000
description:
Update to latest available tarball, use DIST_SUBDIR.
Changes unknown.
diffstat:
math/superlu/Makefile | 5 +++--
math/superlu/distinfo | 9 ++++-----
math/superlu/patches/patch-aa | 19 +++++++++----------
3 files changed, 16 insertions(+), 17 deletions(-)
diffs (84 lines):
diff -r 5578b333474e -r 1ef255350d1a math/superlu/Makefile
--- a/math/superlu/Makefile Mon Jul 19 13:36:37 2004 +0000
+++ b/math/superlu/Makefile Mon Jul 19 13:47:51 2004 +0000
@@ -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 @@
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
diff -r 5578b333474e -r 1ef255350d1a math/superlu/distinfo
--- a/math/superlu/distinfo Mon Jul 19 13:36:37 2004 +0000
+++ b/math/superlu/distinfo Mon Jul 19 13:47:51 2004 +0000
@@ -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
diff -r 5578b333474e -r 1ef255350d1a math/superlu/patches/patch-aa
--- a/math/superlu/patches/patch-aa Mon Jul 19 13:36:37 2004 +0000
+++ b/math/superlu/patches/patch-aa Mon Jul 19 13:47:51 2004 +0000
@@ -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 @@
+#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 @@
#
# 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
#
Home |
Main Index |
Thread Index |
Old Index