From 493bfc0a7927941d15ef2c75e8dc5a754de9d7b8 Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 1 Sep 2017 18:30:36 +0000 Subject: Mark BROKEN: fails to configure Error compiling Cython file: ------------------------------------------------------------ ... """Export fast union find in Cython""" cimport numpy as cnp DTYPE = cnp.intp ^ ------------------------------------------------------------ skimage/measure/_ccomp.pxd:4:11: cimported module has no attribute 'intp' Reported by: pkg-fallout --- graphics/py-scikit-image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/py-scikit-image/Makefile b/graphics/py-scikit-image/Makefile index ec51b1c918d5..743ec79f3287 100644 --- a/graphics/py-scikit-image/Makefile +++ b/graphics/py-scikit-image/Makefile @@ -12,6 +12,8 @@ COMMENT= Image Processing SciKit (Toolbox for SciPy) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to configure + BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \ -- cgit