-
-
Notifications
You must be signed in to change notification settings - Fork 11k
gfortran: error: unrecognized command line option ‘-ffpe-summary=invalid,zero’ #6495
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
Comments
@carlkl Comment? |
The part where these are added probably should be guarded with |
The mingw64 changes seem to have also changed some other flags on non-Windows platforms --- these should probably also be re-reviewed changed back just to be sure. |
@pv I could also revert the PR. I didn't think it quite ready but put it in as a gamble to see what happened. The |
Note that also gh-5614 seems to add some win64 stuff to all platforms. It seems lots of the stuff should be guarded by |
it seems I forgot to put this flags in |
@charris, maybe it is better to redo a clean mingwpy PR from the scratch. So feel free to revert all these PR's. |
@charris, howto do a new PR now? Against https://github.com/numpy/numpy/tree/maintenance/1.10.x ? |
@carlkl All PRs start in master. Numpy 1.11 should be coming out in about 4 months, so that is probably a good release to shoot for in getting OpenBLAS support up and running. |
@pv This should be fixed now. |
OK, closing this. We should be back to the 1.9 state which, AFAICT, was not causing problems. |
numpy.distutils adds a
-ffpe-summary
command line option to gfortran, but it's apparently not supported by all versions of the compiler.See scipy/scipy#5380
Apparently this was added in b354c00 --- seems to affect also non-windows platforms.
The text was updated successfully, but these errors were encountered: