-
Notifications
You must be signed in to change notification settings - Fork 124
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
?vout expects a vector, so make sure to pass a vector #239
Conversation
gcc10 throws an error otherwise
Pull Request Test Coverage Report for Build 1091
💛 - Coveralls |
@fghoussen wdyt? thanks |
@dschwoerer could you please also update the changelog? thanks! |
@sylvestre : not aware of that. @dschwoerer : could understand it's a necessary change (which must be done) but to me, first, it's necessary to check if :
|
I tried
Will add an test with gcc-10, not sure how to do llvm ... I noticed I only ported the serial version. The parallel isn't that hard to get compiling, but then some tests fail. As far as I understand |
@dschwoerer : for Line 231 in 3dd2d5f
gcc-10 packages (not tested). Fro flang/clang you may use debian another OS (ubuntu or whatever you are familiar with). Unfortunately, for icc/ifort/pgi not way to test with open-sourced CI...
|
https://build.opensuse.org/request/show/816560 by user badshah400 + dimstar_suse - Add arpack-ng-double-comparison.patch: Add a tolerance for testing float equivalence in TESTS/bug_79_double_complex.f; fixes build failure for i586 [gh#opencollab/arpack-ng#269]. - Add arpack-ng-gcc10.patch to fix build against GCC 10 [gh#opencollab/arpack-ng#239, gh#opencollab/arpack-ng#245].
Pull request purpose
Make arpack compatible with gcc 10
Detailed changes proposed in this pull request
replacing scalar variables with vectors by enclosing
[]
around it, as described in the porting guideWith these fixes, arpack compiles and the tests run as well with gcc 10.