Thanks for maintaining this package. Build fails with eigen
The whole output here: https://ctxt.io/2/AAD4ihRZEg
exemple:
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h:1266:33: error: no matching function for call to 'isfinite_impl(const double&)'
1266 | return internal::isfinite_impl(x);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h:1266:33: note: there is 1 candidate
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h:1947:24: note: candidate 1: 'template<class T> bool Eigen::internal::isfinite_impl(const std::complex<_Tp>&)'
1947 | EIGEN_DEVICE_FUNC bool isfinite_impl(const std::complex<T>& x) {
| ^~~~~~~~~~~~~
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h:1947:24: note: template argument deduction/substitution failed:
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h:1266:33: note: mismatched types 'const std::complex<_Tp>' and 'const double'
1266 | return internal::isfinite_impl(x);
Pinned Comments