Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG: Cygwin Workaround for #14787 on affected platforms #17568

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

Merged
merged 2 commits into from
Oct 15, 2020

Conversation

charris
Copy link
Member

@charris charris commented Oct 15, 2020

Backport of #17548.

This fixed the issue for me on Cygwin with GCC 7.4.0 by adding the compiler flags necessary to work around the issue as described in #14787.

Might also help with #16246.

commands

replaces obsolete (no longer used anywhere AFICT check_compiler_gcc4
with some more general utilities for checking GCC version
… flags

when building the numpy.core._multiarray_umath module

This adds the extra compile args to the extension needed to work around
the bug but only in the known case where the bug is relevant.
@charris charris added this to the 1.19.3 release milestone Oct 15, 2020
@charris charris merged commit 0de2291 into numpy:maintenance/1.19.x Oct 15, 2020
@charris charris deleted the backport-17548 branch October 15, 2020 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants