We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to build linbox for conda-forge, I get:
2024-04-20T15:26:25.7650582Z test-fft.C:177:32: required from 'bool Checker<Field>::check(long unsigned int) [with Field = Givaro::Modular<long unsigned int, __int128 unsigned>]' 2024-04-20T15:26:25.7651755Z test-fft.C:221:25: required from 'bool test_one_modular_implem(uint64_t, size_t, long unsigned int) [with ModImplem = Givaro::Modular; Elt = long unsigned int; C = {__int128 unsigned}; uint64_t = long unsigned int; size_t = long unsigned int]' 2024-04-20T15:26:25.7652430Z test-fft.C:278:65: required from here 2024-04-20T15:26:25.7653130Z ../linbox/algorithms/polynomial-matrix/fft-integral.inl:386:28: error: 'const class Givaro::Modular<long unsigned int, __int128 unsigned>' has no member named 'mul_precomp_b_without_reduction' 2024-04-20T15:26:25.7654355Z 386 | this->fld->mul_precomp_b_without_reduction (B, B, alpha, alphap);
Full log is here
The text was updated successfully, but these errors were encountered:
I don't really understand what's going on, so I'll just disable that test for the time being.
Sorry, something went wrong.
No branches or pull requests
Trying to build linbox for conda-forge, I get:
Full log is here
The text was updated successfully, but these errors were encountered: