aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave/files/patch-liboctave-numeric-eigs-base.cc
blob: 216faa85df43ded3a02fb73fbdb6e4d803460b4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- liboctave/numeric/eigs-base.cc.orig 2014-01-20 05:36:55.000000000 -0700
+++ liboctave/numeric/eigs-base.cc  2014-01-20 05:37:23.000000000 -0700
@@ -3849,7 +3849,7 @@
                              int disp = 0, int maxit = 300);
 #endif
 
-#ifndef _MSC_VER
+#if !defined(_MSC_VER) && !defined(__clang__)
 template octave_idx_type
 lusolve (const SparseMatrix&, const SparseMatrix&, Matrix&);