[Bug 251412] [patch] math/py-pandas Update to 1.1.4 (Python 3.9 compatible)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 26 20:02:37 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251412

j.david.lists at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #220008|0                           |1
        is obsolete|                            |

--- Comment #1 from j.david.lists at gmail.com ---
Created attachment 220009
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220009&action=edit
Original version of patch missed new file needed for clang compatibility

Original version of patch missed a new file needed for clang compatibility;
they compile with -Werror on clang, but have unreachable code from Cython. 
They use -Wno-error=unreachable-code on Mac to deal with this, so the patch to
setup.py just adds the same flag.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list