Skip to content

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

Merged
charris merged 2 commits intonumpy:maintenance/1.19.xfrom
charris:backport-17548
Oct 15, 2020
Merged

BUG: Cygwin Workaround for #14787 on affected platforms#17568
charris merged 2 commits intonumpy:maintenance/1.19.xfrom
charris:backport-17548

Conversation

@charris
Copy link
Copy Markdown
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