aboutsummaryrefslogtreecommitdiff
path: root/cad/tochnog
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-03-19 15:48:01 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-03-19 15:48:01 +0000
commit07043addac4ce2560b47787567c98fb4e815febc (patch)
treedd9eaf6be8020dc6410f885353f044aa16e635f3 /cad/tochnog
parent5fcedf131a42960e90019594b2bf6759bbb77fb6 (diff)
downloadports-07043addac4ce2560b47787567c98fb4e815febc.tar.gz
ports-07043addac4ce2560b47787567c98fb4e815febc.zip
Fix build for superlu_mt case
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=131641
Diffstat (limited to 'cad/tochnog')
-rw-r--r--cad/tochnog/files/patch-src+so_suplu.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/cad/tochnog/files/patch-src+so_suplu.c b/cad/tochnog/files/patch-src+so_suplu.c
index 26c6e82a9eb4..eeb9481d64a6 100644
--- a/cad/tochnog/files/patch-src+so_suplu.c
+++ b/cad/tochnog/files/patch-src+so_suplu.c
@@ -1,15 +1,17 @@
---- so_suplu.c.orig Thu May 6 03:24:22 2004
-+++ so_suplu.c Thu May 6 03:24:25 2004
-@@ -53,6 +53,8 @@
+--- so_suplu.c.orig Fri Nov 10 05:59:39 2000
++++ so_suplu.c Sun Mar 20 00:45:14 2005
+@@ -53,6 +53,10 @@
int *perm_r, *perm_c;
int perm_spec;
int nrhs;
++#if SUPERLU_USE
+ SuperLUStat_t stat;
+ superlu_options_t options;
++#endif
#endif
/* Create Matrix A in the format expected by SuperLU */
-@@ -103,7 +105,9 @@
+@@ -103,7 +107,9 @@
/* Solve */
#if SUPERLU_USE