-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
cygwin: lcalc does not work for elliptic curves on cygwin #9165
Comments
comment:1
Another test failure resulting from lcalc not working:
|
comment:2
Note gcc gives many compiler warnings and SunStudio refuses to compile the source code. These matters are probably not entirely unrelated. |
comment:3
The lfunctions/ directory appears to pass doctests on a recent build of mine on XP. |
comment:4
plot/line.py also passes tests (though many others do not in plot/, perhaps due to "I" currently not working). |
comment:5
But there is a segfault on the very first example above. Strange that the tests pass. |
comment:6
These both pass and work "by hand" on XP now. I do get warnings about the new stack size, which keeps going down from 1 MB to .981, .957, .955 with these commands, but they do work (as does the one in line.py) so I would suggest a different ticket for handling the stack on Cygwin. JP, can you confirm these pass on Win 7? Then we should be set. |
Reviewer: Karl-Dieter Crisman |
comment:7
For info, this file passes its tests on my Windows 7 install (without #13351). So let's close this one. |
Changed reviewer from Karl-Dieter Crisman to Karl-Dieter Crisman, Jean-Pierre Flori |
lcalc works fine for the zeta function on cygwin, evidently:
However, it doesn't work for computing with elliptic curves:
Component: porting: Cygwin
Reviewer: Karl-Dieter Crisman, Jean-Pierre Flori
Issue created by migration from https://trac.sagemath.org/ticket/9165
The text was updated successfully, but these errors were encountered: