Skip to content
New issue

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

test-fft.C fails to compile in 1.7.0 #312

Open
saraedum opened this issue Apr 20, 2024 · 1 comment
Open

test-fft.C fails to compile in 1.7.0 #312

saraedum opened this issue Apr 20, 2024 · 1 comment

Comments

@saraedum
Copy link

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

@saraedum
Copy link
Author

I don't really understand what's going on, so I'll just disable that test for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant