aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-09-02 02:30:36 +0800
committerantoine <antoine@FreeBSD.org>2017-09-02 02:30:36 +0800
commit493bfc0a7927941d15ef2c75e8dc5a754de9d7b8 (patch)
treecd11ceab367c8bc0a279ad3a7b896da546d8478d
parent837e91f33b27812caf7820d4eaeabc20cc3c5fe4 (diff)
downloadfreebsd-ports-gnome-493bfc0a7927941d15ef2c75e8dc5a754de9d7b8.tar.gz
freebsd-ports-gnome-493bfc0a7927941d15ef2c75e8dc5a754de9d7b8.tar.zst
freebsd-ports-gnome-493bfc0a7927941d15ef2c75e8dc5a754de9d7b8.zip
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
-rw-r--r--graphics/py-scikit-image/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \