opnsense-ports/math/octave/files/patch-liboctave-numeric-eigs-base.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
396 B
C++

--- 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&);