summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-liboctave-eigs-base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave/files/patch-liboctave-eigs-base.cc')
-rw-r--r--math/octave/files/patch-liboctave-eigs-base.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-liboctave-eigs-base.cc b/math/octave/files/patch-liboctave-eigs-base.cc
new file mode 100644
index 000000000000..a08e6cbc7336
--- /dev/null
+++ b/math/octave/files/patch-liboctave-eigs-base.cc
@@ -0,0 +1,11 @@
+--- liboctave/eigs-base.cc.orig 2013-02-21 21:19:24.000000000 +0100
++++ liboctave/eigs-base.cc 2013-11-22 20:19:19.000000000 +0100
+@@ -3832,7 +3832,7 @@
+ bool cholB = 0, int disp = 0, int maxit = 300);
+ #endif
+
+-#ifndef _MSC_VER
++#if !defined(_MSC_VER) && !defined(__clang__)
+ template static octave_idx_type
+ lusolve (const SparseMatrix&, const SparseMatrix&, Matrix&);
+