Skip site navigation (1)Skip section navigation (2)
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/>

index | next in thread | previous in thread | raw e-mail

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

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=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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251412-21822-ssCdOzRr3t>