summaryrefslogtreecommitdiff
path: root/math/superlu_mt/files/patch-TESTING+pdgssv.c
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2017-06-17 08:34:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2017-06-17 08:34:19 +0000
commitf4547b0bb1aa9e19bc3d80d51e51a81581c43166 (patch)
tree09c061c19bf34cd6b3a4d83544d69da5ef0d08b4 /math/superlu_mt/files/patch-TESTING+pdgssv.c
parentDrop support for superlu_mt. (diff)
Update math/superlu_mt to version 3.1, along with some cleanups.
PR: 219265 Submitted by: pfg
Notes
Notes: svn path=/head/; revision=443735
Diffstat (limited to 'math/superlu_mt/files/patch-TESTING+pdgssv.c')
-rw-r--r--math/superlu_mt/files/patch-TESTING+pdgssv.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/math/superlu_mt/files/patch-TESTING+pdgssv.c b/math/superlu_mt/files/patch-TESTING+pdgssv.c
deleted file mode 100644
index 926ed0a98863..000000000000
--- a/math/superlu_mt/files/patch-TESTING+pdgssv.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- TESTING/pdgssv.c.orig 2008-06-18 22:09:01.000000000 -0500
-+++ TESTING/pdgssv.c 2008-06-18 22:10:18.000000000 -0500
-@@ -1,6 +1,13 @@
- #include "pdsp_defs.h"
- #include "util.h"
-
-+/* SuperLU compatibility */
-+#define DN SLU_DN
-+#define _D SLU_D
-+#define GE SLU_GE
-+#define NC SLU_NC
-+#define NR SLU_NR
-+
- void
- pdgssv(int nprocs, SuperMatrix *A, int *perm_c, int *perm_r,
- SuperMatrix *L, SuperMatrix *U, SuperMatrix *B, int *info )