[Bug 222656] graphics/py-scikit-image: upgrade to v0.13.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 28 04:49:45 UTC 2017


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

arrowd <6yearold at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |6yearold at gmail.com

--- Comment #1 from arrowd <6yearold at gmail.com> ---
This patch unbroke the build for me:

Index: files/patch-skimage_measure___ccomp.pxd
===================================================================
--- 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
+ 
+-DTYPE = cnp.intp
+ ctypedef cnp.intp_t DTYPE_t
+ 
+ cdef DTYPE_t find_root(DTYPE_t *forest, DTYPE_t n) nogil
\ No newline at end of file

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


More information about the freebsd-ports-bugs mailing list