diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-25 15:21:29 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-25 15:21:29 +0800 |
commit | 57cc334164cc82855e5c4f0c3ed9310c04b744ee (patch) | |
tree | 126fea40e9350737a342a858d435659076434860 /math/superlu_mt | |
parent | 3190176382dc64a4fef7e6b9bbcda1e77b202893 (diff) | |
download | freebsd-ports-gnome-57cc334164cc82855e5c4f0c3ed9310c04b744ee.tar.gz freebsd-ports-gnome-57cc334164cc82855e5c4f0c3ed9310c04b744ee.tar.zst freebsd-ports-gnome-57cc334164cc82855e5c4f0c3ed9310c04b744ee.zip |
-Update to 1.0.20050524, they never bump version so add date in it on our own.
-Remove the BROKEN, DEPRECATED and EXPIRATION_DATE.
PR: ports/83938
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 8 | ||||
-rw-r--r-- | math/superlu_mt/distinfo | 4 | ||||
-rw-r--r-- | math/superlu_mt/files/patch-SRC+pdmemory.c | 11 | ||||
-rw-r--r-- | math/superlu_mt/files/patch-SRC+pmemory.c | 10 | ||||
-rw-r--r-- | math/superlu_mt/files/patch-SRC+qrnzcnt.c | 8 | ||||
-rw-r--r-- | math/superlu_mt/files/patch-SRC+sp_coletree.c | 14 | ||||
-rw-r--r-- | math/superlu_mt/files/patch-SRC+util.h | 10 |
7 files changed, 4 insertions, 61 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index ccd820f272af..d6a66870d168 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -6,11 +6,11 @@ # PORTNAME= superlu_mt -PORTVERSION= 1.0 +DISTVERSION= 1.0.20050524 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ http://crd.lbl.gov/~xiaoye/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_1.0 .ifndef NOPORTDOCS DISTFILES= ${DISTNAME}${EXTRACT_SUFX} simax97.ps.gz .endif @@ -22,10 +22,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 ALL_TARGET= superlulib diff --git a/math/superlu_mt/distinfo b/math/superlu_mt/distinfo index 850626a5fc7e..d126ad3398ac 100644 --- a/math/superlu_mt/distinfo +++ b/math/superlu_mt/distinfo @@ -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 --git a/math/superlu_mt/files/patch-SRC+pdmemory.c b/math/superlu_mt/files/patch-SRC+pdmemory.c deleted file mode 100644 index ce766f1fe714..000000000000 --- a/math/superlu_mt/files/patch-SRC+pdmemory.c +++ /dev/null @@ -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 --git a/math/superlu_mt/files/patch-SRC+pmemory.c b/math/superlu_mt/files/patch-SRC+pmemory.c deleted file mode 100644 index aa971492703f..000000000000 --- a/math/superlu_mt/files/patch-SRC+pmemory.c +++ /dev/null @@ -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 --git a/math/superlu_mt/files/patch-SRC+qrnzcnt.c b/math/superlu_mt/files/patch-SRC+qrnzcnt.c deleted file mode 100644 index 70aba701188d..000000000000 --- a/math/superlu_mt/files/patch-SRC+qrnzcnt.c +++ /dev/null @@ -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 --git a/math/superlu_mt/files/patch-SRC+sp_coletree.c b/math/superlu_mt/files/patch-SRC+sp_coletree.c deleted file mode 100644 index f0a53b9b793e..000000000000 --- a/math/superlu_mt/files/patch-SRC+sp_coletree.c +++ /dev/null @@ -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 --git a/math/superlu_mt/files/patch-SRC+util.h b/math/superlu_mt/files/patch-SRC+util.h deleted file mode 100644 index 24bf513817cb..000000000000 --- a/math/superlu_mt/files/patch-SRC+util.h +++ /dev/null @@ -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 |