-
Notifications
You must be signed in to change notification settings - Fork 452
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
Stackoverflow for xlintstz_ztest_in
under 3.9.1 on windows
#548
Comments
|
sorry, the changes I was thinking of (#492) affected xeigtstz rather than xlintstz |
Yes... I would say a fix similar to #492 shall solve this issue. Both relate to stack overflow. |
At first, I would suggest you increase the stack size |
On Windows with mingw, I believe the stack size would need to be adjusted at compile/link time (-Wl,--stack,2097152 or greater). One can probably get at the default value in the exe with something like |
Thanks a lot for the tip @martin-frbg, indeed, conda-forge/lapack-feedstock@3835a4d solves the failure on windows. |
Glad to know that it works - but I guess we may still want to copy the solution from #492 (I have converted zchkaa.f already but have not determined the minimum uiimit with the new code yet) |
While trying to build lapack 3.9.1 for conda-forge (see here), there's a new error for
ctest --output-on-failure -E "x*cblat*"
after building:The build is done with minGW, roughly as follows (more details here):
The text was updated successfully, but these errors were encountered: