summaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-03-19 15:48:01 +0000
committermaho <maho@FreeBSD.org>2005-03-19 15:48:01 +0000
commit5ca4f271d3ae7462bebf53f53459a076be26fde0 (patch)
tree70634872feeb45e4734a4683395ab89608cf5b7f /cad
parent5c4f89b465dbb7586f3ada4a1deecaf087c53776 (diff)
downloadFreeBSD-ports-5ca4f271d3ae7462bebf53f53459a076be26fde0.zip
FreeBSD-ports-5ca4f271d3ae7462bebf53f53459a076be26fde0.tar.gz
Fix build for superlu_mt case
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Diffstat (limited to 'cad')
-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 26c6e82..eeb9481 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
OpenPOWER on IntegriCloud