aboutsummaryrefslogtreecommitdiff
path: root/math/superlu_mt
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-07-25 07:21:29 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-07-25 07:21:29 +0000
commite4e5677161b44c24595a5705aa6c257a74f1d954 (patch)
treebb2b7355d3c7af6338b21b5b9715c6dbdbbc6c43 /math/superlu_mt
parent7f5be60faf09ed24c317671e57dd98724d8cef24 (diff)
downloadports-e4e5677161b44c24595a5705aa6c257a74f1d954.tar.gz
ports-e4e5677161b44c24595a5705aa6c257a74f1d954.zip
Notes
Diffstat (limited to 'math/superlu_mt')
-rw-r--r--math/superlu_mt/Makefile8
-rw-r--r--math/superlu_mt/distinfo4
-rw-r--r--math/superlu_mt/files/patch-SRC+pdmemory.c11
-rw-r--r--math/superlu_mt/files/patch-SRC+pmemory.c10
-rw-r--r--math/superlu_mt/files/patch-SRC+qrnzcnt.c8
-rw-r--r--math/superlu_mt/files/patch-SRC+sp_coletree.c14
-rw-r--r--math/superlu_mt/files/patch-SRC+util.h10
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