We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently tests are limited to ifort 2021.6. It might be good to test more versions/support if possible/document if not?
Newer ifort succeeds with meson and cmake on mac/linux but I see test failures.
ifx fails with
error #5533: Feature found on this line is not yet supported in ifx call run_selected(testsuites(is)%collect, test_name, error_unit, stat)
I see link errors for meson+ifort on windows, maybe related to mesonbuild/meson#2132? cmake succeeds with ifort 2021.7.
#31 is a small step to more meson support
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently tests are limited to ifort 2021.6. It might be good to test more versions/support if possible/document if not?
Newer ifort succeeds with meson and cmake on mac/linux but I see test failures.
ifx fails with
I see link errors for meson+ifort on windows, maybe related to mesonbuild/meson#2132? cmake succeeds with ifort 2021.7.
#31 is a small step to more meson support
The text was updated successfully, but these errors were encountered: