ports/math/armadillo/files/patch-include_armadillo__bits_config.hpp
Kurt Jaeger cba3d048ac math/armadillo: upgrade 10.8.2 -> 11.1.0
Reported by: portscout
2022-05-13 21:10:28 +02:00

18 lines
657 B
C++

--- include/armadillo_bits/config.hpp.orig 2016-08-03 19:20:44 UTC
+++ include/armadillo_bits/config.hpp
@@ -32,13 +32,13 @@
#endif
#if !defined(ARMA_USE_ARPACK)
-// #define ARMA_USE_ARPACK
+#define ARMA_USE_ARPACK
//// Uncomment the above line if you have ARPACK or a high-speed replacement for ARPACK.
//// ARPACK is required for eigen decompositions of complex sparse matrices
#endif
#if !defined(ARMA_USE_SUPERLU)
-// #define ARMA_USE_SUPERLU
+#define ARMA_USE_SUPERLU
//// Uncomment the above line if you have SuperLU.
//// SuperLU is used for solving sparse linear systems via spsolve()
//// Caveat: only SuperLU version 5.2 can be used!