ports/83938: Unbreak port: math/superlu_mt
TAOKA Fumiyoshi
fmysh at iijmio-mail.jp
Sat Jul 23 09:40:14 UTC 2005
>Number: 83938
>Category: ports
>Synopsis: Unbreak port: math/superlu_mt
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Jul 23 09:40:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: TAOKA Fumiyoshi
>Release:
>Organization:
>Environment:
>Description:
SuperLU_MT was updated without changing the version number.
http://crd.lbl.gov/~xiaoye/SuperLU/#superlu_mt says
Last update: 5/24/05.
>How-To-Repeat:
>Fix:
These patches are no longer needed.
files/patch-SRC+pdmemory.c
files/patch-SRC+pmemory.c
files/patch-SRC+qrnzcnt.c
files/patch-SRC+sp_coletree.c
files/patch-SRC+util.h
diff -uNr superlu_mt/Makefile superlu_mt-2005-May-24/Makefile
--- superlu_mt/Makefile Sat Jul 23 18:00:50 2005
+++ superlu_mt-2005-May-24/Makefile Sat Jul 23 18:25:17 2005
@@ -6,7 +6,7 @@
#
PORTNAME= superlu_mt
-PORTVERSION= 1.0
+PORTVERSION= 1.0.20050524
CATEGORIES= math
MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \
http://crd.lbl.gov/~xiaoye/
@@ -21,10 +21,6 @@
COMMENT= Routines for performing multithreaded sparse factorization
BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas
-
-BROKEN= Size mismatch
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2005-09-22
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/SuperLU_MT
diff -uNr superlu_mt/distinfo superlu_mt-2005-May-24/distinfo
--- superlu_mt/distinfo Fri Jan 30 01:10:11 2004
+++ superlu_mt-2005-May-24/distinfo Sat Jul 23 16:53:10 2005
@@ -1,4 +1,4 @@
-MD5 (superlu/superlu_mt_1.0.tar.gz) = c7b9dad115eed03dc7200d1a5d227293
-SIZE (superlu/superlu_mt_1.0.tar.gz) = 564695
+MD5 (superlu/superlu_mt_1.0.tar.gz) = 6b46b77515418e2f71da93918356099e
+SIZE (superlu/superlu_mt_1.0.tar.gz) = 562244
MD5 (superlu/simax97.ps.gz) = 728451cbf49c2961249da054e90b6ecd
SIZE (superlu/simax97.ps.gz) = 158724
diff -uNr superlu_mt/files/patch-SRC+pdmemory.c superlu_mt-2005-May-24/files/patch-SRC+pdmemory.c
--- superlu_mt/files/patch-SRC+pdmemory.c Sat Jul 12 12:11:46 2003
+++ superlu_mt-2005-May-24/files/patch-SRC+pdmemory.c Thu Jan 1 09:00:00 1970
@@ -1,11 +0,0 @@
---- SRC/pdmemory.c.orig Thu May 8 22:40:59 2003
-+++ SRC/pdmemory.c Thu May 8 22:41:20 2003
-@@ -6,7 +6,7 @@
- *
- */
- #include <stdio.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include "pdsp_defs.h"
-
- /* ------------------
diff -uNr superlu_mt/files/patch-SRC+pmemory.c superlu_mt-2005-May-24/files/patch-SRC+pmemory.c
--- superlu_mt/files/patch-SRC+pmemory.c Sat Jul 12 12:11:46 2003
+++ superlu_mt-2005-May-24/files/patch-SRC+pmemory.c Thu Jan 1 09:00:00 1970
@@ -1,10 +0,0 @@
---- SRC/pmemory.c.orig Thu May 8 22:45:07 2003
-+++ SRC/pmemory.c Thu May 8 22:45:27 2003
-@@ -7,7 +7,6 @@
- */
- #include <stdlib.h>
- #include <stdio.h>
--#include <malloc.h>
- #include "pdsp_defs.h"
-
- #define XPAND_HINT(memtype, new_next, jcol, param) {\
diff -uNr superlu_mt/files/patch-SRC+qrnzcnt.c superlu_mt-2005-May-24/files/patch-SRC+qrnzcnt.c
--- superlu_mt/files/patch-SRC+qrnzcnt.c Sat Jul 12 12:11:46 2003
+++ superlu_mt-2005-May-24/files/patch-SRC+qrnzcnt.c Thu Jan 1 09:00:00 1970
@@ -1,8 +0,0 @@
---- SRC/qrnzcnt.c.orig Thu May 8 22:47:27 2003
-+++ SRC/qrnzcnt.c Thu May 8 22:47:47 2003
-@@ -1,4 +1,4 @@
--#include <malloc.h>
-+#include <stdlib.h>
- #include "pdsp_defs.h"
-
- #define EMPTY (-1)
diff -uNr superlu_mt/files/patch-SRC+sp_coletree.c superlu_mt-2005-May-24/files/patch-SRC+sp_coletree.c
--- superlu_mt/files/patch-SRC+sp_coletree.c Sat Jul 12 12:11:47 2003
+++ superlu_mt-2005-May-24/files/patch-SRC+sp_coletree.c Thu Jan 1 09:00:00 1970
@@ -1,14 +0,0 @@
-*** SRC/sp_coletree.c.orig Fri Aug 6 05:31:22 1999
---- SRC/sp_coletree.c Thu Dec 16 03:29:12 1999
-***************
-*** 2,8 ****
---- 2,10 ----
- /* Elimination tree computation and layout routines */
-
- #include <stdio.h>
-+ #ifndef __STDC__
- #include <malloc.h>
-+ #endif
- #include <stdlib.h>
- #include "util.h"
-
diff -uNr superlu_mt/files/patch-SRC+util.h superlu_mt-2005-May-24/files/patch-SRC+util.h
--- superlu_mt/files/patch-SRC+util.h Sat Jul 12 12:11:47 2003
+++ superlu_mt-2005-May-24/files/patch-SRC+util.h Thu Jan 1 09:00:00 1970
@@ -1,10 +0,0 @@
---- SRC/util.h.orig Wed Sep 1 19:13:00 1999
-+++ SRC/util.h Thu May 8 22:31:53 2003
-@@ -12,7 +12,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <malloc.h>
-
- /* Macros */
- #ifndef USER_ABORT
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list