Date: Thu, 28 Sep 2017 04:49:45 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222656] graphics/py-scikit-image: upgrade to v0.13.1 Message-ID: <bug-222656-13-ry9WThHclZ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222656-13@https.bugs.freebsd.org/bugzilla/> References: <bug-222656-13@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=3D222656 arrowd <6yearold@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |6yearold@gmail.com --- Comment #1 from arrowd <6yearold@gmail.com> --- This patch unbroke the build for me: Index: files/patch-skimage_measure___ccomp.pxd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-skimage_measure___ccomp.pxd (nonexistent) +++ files/patch-skimage_measure___ccomp.pxd (working copy) @@ -0,0 +1,10 @@ +--- skimage/measure/_ccomp.pxd.orig 2017-09-22 19:33:50 UTC ++++ skimage/measure/_ccomp.pxd +@@ -1,7 +1,6 @@ + """Export fast union find in Cython""" + cimport numpy as cnp +=20 +-DTYPE =3D cnp.intp + ctypedef cnp.intp_t DTYPE_t +=20 + cdef DTYPE_t find_root(DTYPE_t *forest, DTYPE_t n) nogil \ No newline at end of file --=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-222656-13-ry9WThHclZ>