summaryrefslogtreecommitdiff
path: root/math/superlu_mt/files/patch-TESTING+pdgssv.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-07-02 02:32:04 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-07-02 02:32:04 +0000
commit3952097d3287346fdbff2200416c69e6d56e51d5 (patch)
treeb35be0b3a784a8b0404a742e114da73537d2f49d /math/superlu_mt/files/patch-TESTING+pdgssv.c
parentUpdate net/samba3 to the 3.0.30. Problems, addressed in this version: (diff)
* Enhancements to math/superlu_mt [1].
* Making shared lib. * Select BLAS. PR: 124785 [1] Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Notes
Notes: svn path=/head/; revision=216109
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, 16 insertions, 0 deletions
diff --git a/math/superlu_mt/files/patch-TESTING+pdgssv.c b/math/superlu_mt/files/patch-TESTING+pdgssv.c
new file mode 100644
index 000000000000..926ed0a98863
--- /dev/null
+++ b/math/superlu_mt/files/patch-TESTING+pdgssv.c
@@ -0,0 +1,16 @@
+--- 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 )