-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
0.5.0 broken on AArch64 with GFortran #44
Comments
This seems to be an issue with using extended double and quadruple precision detection on aarch64. Can you check whether building with |
Yes, |
I believe the issue is due to cross compilation, in this case we cannot easily check whether support is available by compiling and running a test program, instead those options should be defined with the cross compilation environment. One solution from the test-drive side could be to disable the features in case of cross compilation. |
No its not an issue of cross compilation, also does not work on our native AArch64 CI builders. I was just able to reproduce the issue with cross compilation and tested with it initially :) |
The latest 0.5.0 release broke the builds on AArch64 machines with GFortran, I assume somehow by the changes from #21 . Here is an attached build log with compiler and library versions as well as the error itself:
testdrive.txt
The important part:
The text was updated successfully, but these errors were encountered: