Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 01:29:43 GMT
From:      "Pedro F. Giffuni" <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140987: Minor update in math/mumps to version 4.8.4
Message-ID:  <200911290129.nAT1ThWr057580@www.freebsd.org>
Resent-Message-ID: <200911290130.nAT1U36W017230@freefall.freebsd.org>

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

>Number:         140987
>Category:       ports
>Synopsis:       Minor update in math/mumps to version 4.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 29 01:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        8.0-RELEASE
>Organization:
>Environment:
$ uname -a
FreeBSD mogwai.giffuni.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
*  Absolute threshold criterion for null pivot detection added to CNTL(3)
* Problems related to messages "Increase small buffer size ..." solved.
* New option for ICNTL(8) to scale matrices. Default scaling cheaper to compute
* Problem of filename clash with unsymmetric matrices on Windows platforms solved
* Allow for longer filenames for temporary OOC files
* Strategy to update blocksize during factorization of frontal matrices modified to avoid too large messages during pipelined factorization (that could lead to a -17 error code)
* Messages corresponding to delayed pivots can now be sent in several packets. This avoids some other cases of error -17
* One rare case of deadlock solved
* Corrected values and sign of INFO(8) and INFO(20) 
>How-To-Repeat:

>Fix:
diff -ruN mumps.orig/Makefile mumps/Makefile
--- mumps.orig/Makefile	2009-11-28 19:55:53.000000000 +0000
+++ mumps/Makefile	2009-11-28 20:23:25.000000000 +0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mumps
-PORTVERSION=	4.8.3
-PORTREVISION=	3
+PORTVERSION=	4.8.4
 CATEGORIES=	math
 MASTER_SITES=	http://mumps.enseeiht.fr/		\
 		http://graal.ens-lyon.fr/MUMPS/		\
diff -ruN mumps.orig/distinfo mumps/distinfo
--- mumps.orig/distinfo	2009-11-28 19:55:53.000000000 +0000
+++ mumps/distinfo	2009-11-28 20:23:52.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (MUMPS_4.8.3.tar.gz) = db34f11bbe0f7c461cabebb230f23c23
-SHA256 (MUMPS_4.8.3.tar.gz) = f82c990acec0479764c1c2a446c83da97ffcbab0725db2da5aa2cbd53207fd6a
-SIZE (MUMPS_4.8.3.tar.gz) = 1999766
+MD5 (MUMPS_4.8.4.tar.gz) = 4b80e8ecff2b43473dc885b0b7120313
+SHA256 (MUMPS_4.8.4.tar.gz) = cda022a12ce632ae753dcffc06411b2569647fafa01db947cc6a280d465acb2d
+SIZE (MUMPS_4.8.4.tar.gz) = 2007524


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



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