svn commit: r449097 - head/graphics/py-scikit-image

Antoine Brodin antoine at FreeBSD.org
Fri Sep 1 18:30:38 UTC 2017


Author: antoine
Date: Fri Sep  1 18:30:36 2017
New Revision: 449097
URL: https://svnweb.freebsd.org/changeset/ports/449097

Log:
  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

Modified:
  head/graphics/py-scikit-image/Makefile

Modified: head/graphics/py-scikit-image/Makefile
==============================================================================
--- head/graphics/py-scikit-image/Makefile	Fri Sep  1 18:25:20 2017	(r449096)
+++ head/graphics/py-scikit-image/Makefile	Fri Sep  1 18:30:36 2017	(r449097)
@@ -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 \


More information about the svn-ports-all mailing list