Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 1999 12:08:57 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15502: Update port: math/umfpack to 2.2.1
Message-ID:  <19991215200857.594721560A@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15502
>Category:       ports
>Synopsis:       Update port: math/umfpack to 2.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 15 12:10:04 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Updated version 2.2 to 2.2.1
* Fixed MASTER_SITES
* Revised pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/umfpack/Makefile math/umfpack/Makefile
--- /usr/ports/math/umfpack/Makefile	Wed Aug 25 19:19:36 1999
+++ math/umfpack/Makefile	Thu Dec 16 02:27:54 1999
@@ -1,29 +1,27 @@
 # New ports collection makefile for:	UMFPACK
-# Version required:	2.2
-# Date created:         5 Nov 97
-# Whom:                 Pedro Giffuni <giffunip@asme.org>
+# Version required:	2.2.1
+# Date created:		5 Nov 97
+# Whom:			Pedro Giffuni <giffunip@asme.org>
 #
 # $FreeBSD: ports/math/umfpack/Makefile,v 1.4 1999/08/25 07:16:53 obrien Exp $
 #
 
-DISTNAME=	umfpack2.2
-PKGNAME=	umfpack-2.2
+DISTNAME=	UMFPACK2.2.1
+PKGNAME=	umfpack-2.2.1
 CATEGORIES=	math
-MASTER_SITES=	http://netlib.bell-labs.com/netlib/linalg/
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	ftp://ftp.cise.ufl.edu/pub/faculty/davis/umfpack/
 
 MAINTAINER=	ports@FreeBSD.org
 
-BUILD_DEPENDS=	${PREFIX}/lib/libblas.a:${PORTSDIR}/math/blas
+BUILD_DEPENDS=	${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas
 
 NO_CDROM=	'Must not be sold'
-WRKSRC=         ${WRKDIR}/UMFPACK2.2
 ALL_TARGET=	libumfpack.a
 
 do-install:
-	$(INSTALL_DATA) ${WRKSRC}/libumfpack.a ${PREFIX}/lib
+	${INSTALL_DATA} ${WRKSRC}/libumfpack.a ${PREFIX}/lib
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/umfpack
+	@${MKDIR} ${PREFIX}/share/doc/umfpack
 	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/umfpack
 	${GZIP_CMD} ${PREFIX}/share/doc/umfpack/README
 .endif
diff -urN /usr/ports/math/umfpack/files/md5 math/umfpack/files/md5
--- /usr/ports/math/umfpack/files/md5	Thu Aug 20 19:20:55 1998
+++ math/umfpack/files/md5	Thu Dec 16 02:26:35 1999
@@ -1 +1 @@
-MD5 (umfpack2.2.tgz) = 37bd9386b2f06a48a76559af600969db
+MD5 (UMFPACK2.2.1.tar.gz) = b8668f68715929be9c7e30400c1cd6f7
diff -urN /usr/ports/math/umfpack/pkg/DESCR math/umfpack/pkg/DESCR
--- /usr/ports/math/umfpack/pkg/DESCR	Sun Jul 12 03:20:28 1998
+++ math/umfpack/pkg/DESCR	Thu Dec 16 02:30:06 1999
@@ -9,28 +9,4 @@
 complex double precision (complex*16) routines are available.  (Note that
 complex*16 is not ANSI Fortran-77, but is a common extension to it).
 
-For more information
---------------------
-
-For more information, see T. A. Davis and I. S. Duff, "An
-unsymmetric-pattern multifrontal method for sparse LU factorization",
-SIAM J. Matrix Analysis and Applications (to appear), also
-technical report TR-94-038, CISE Dept., Univ. of Florida,
-P.O. Box 116120, Gainesville, FL 32611-6120, USA.  The method used
-here is a modification of that method, described in T. A. Davis,
-"A combined unifrontal/multifrontal method for unsymmetric sparse
-matrices," TR-94-005, and in T. A. Davis and I. S. Duff, (same title),
-TR-95-020.  (Technical reports are available via WWW at
-http://www.cis.ufl.edu/).  The (unsymmetric) approximate degree update
-algorithm used here has been incorporated into a symmetric approximate
-minimum degree ordering algorithm, described in P. Amestoy, T. A. Davis,
-and I. S. Duff, "An approximate minimum degree ordering algorithm",
-SIAM Journal on Matrix Analysis and Applications (to appear, also TR-94-039).
-The approximate minimum degree ordering algorithm is implemented as MC47
-in the Harwell Subroutine Library (MC47 is not used in UMFPACK).
-Also take a look at our World Wide Web home pages:
-        Tim Davis:  http://www.cis.ufl.edu/~davis
-                    (also email: davis@cis.ufl.edu).
-        Iain Duff:  http://www.cis.rl.ac.uk/people/isd/contact.html
-______________
-	Timothy A. Davis and Iain S. Duff.  Copyright (C) 1997.
+WWW: http://www.cise.ufl.edu/~davis/umfpack.html


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991215200857.594721560A>