Date: Thu, 26 Nov 2020 20:02:37 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 251412] [patch] math/py-pandas Update to 1.1.4 (Python 3.9 compatible) Message-ID: <bug-251412-21822-ssCdOzRr3t@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-251412-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-251412-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251412 j.david.lists@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #220008|0 |1 is obsolete| | --- Comment #1 from j.david.lists@gmail.com --- Created attachment 220009 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220009&action= =3Dedit 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.= =20 They use -Wno-error=3Dunreachable-code on Mac to deal with this, so the pat= ch to setup.py just adds the same flag. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251412-21822-ssCdOzRr3t>