Date: Fri, 1 Sep 2017 18:25:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449096 - head/graphics/py-pyembree Message-ID: <201709011825.v81IPKKx046577@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 1 18:25:20 2017 New Revision: 449096 URL: https://svnweb.freebsd.org/changeset/ports/449096 Log: Mark BROKEN: fails to configure Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 11, in <module> include_dirs=include_path) File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 886, in cythonize c_options = CompilationOptions(**options) File "/usr/local/lib/python2.7/site-packages/Cython/Compiler/Main.py", line 559, in __init__ raise ValueError(message) ValueError: got unknown compilation option, please remove: include_dirs Reported by: pkg-fallout Modified: head/graphics/py-pyembree/Makefile Modified: head/graphics/py-pyembree/Makefile ============================================================================== --- head/graphics/py-pyembree/Makefile Fri Sep 1 18:23:11 2017 (r449095) +++ head/graphics/py-pyembree/Makefile Fri Sep 1 18:25:20 2017 (r449096) @@ -12,6 +12,8 @@ COMMENT= Python wrapper for Embree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to configure + BUILD_DEPENDS= cython:lang/cython \ ${PYNUMPY} LIB_DEPENDS= libembree.so:graphics/embree
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709011825.v81IPKKx046577>