Closed Keno closed 8 years ago
THanks, I will look into it when I have time.
The changes to timer.cc and newforms.cc have been merged in another pull request, so this one needs updating. Please can you report which platform (etc) gives you that test failure? Most are numerical noise, but the one where "n3 = 6, not a power of 2" is serious. I do not promise to make this work, having limited time; if the tests pass (1) on my own machines and (2) on all machines supported by Sage, then that is good enough for me.
The behavior of std::complex on non-builtin types is unspecified by the standard and hence varies between the standard libraries. This hacks in a couple of workarounds to make eclib compile with libc++.
I am not at all familiar with any of this code, so while I guessed what needed to be done, please do take a close look.
FWIW, I did run
make check
, which came up with a couple of failures