diff options
author | antoine <antoine@FreeBSD.org> | 2017-09-02 02:25:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-09-02 02:25:20 +0800 |
commit | 837e91f33b27812caf7820d4eaeabc20cc3c5fe4 (patch) | |
tree | 6a6b108ecde437d8aa9e0b88369f01735bda64c6 /graphics | |
parent | 177fe79a17b4754051e831f81b5491c5be99e168 (diff) | |
download | freebsd-ports-gnome-837e91f33b27812caf7820d4eaeabc20cc3c5fe4.tar.gz freebsd-ports-gnome-837e91f33b27812caf7820d4eaeabc20cc3c5fe4.tar.zst freebsd-ports-gnome-837e91f33b27812caf7820d4eaeabc20cc3c5fe4.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-pyembree/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/py-pyembree/Makefile b/graphics/py-pyembree/Makefile index 2f5a409dfff8..c71756f26ad2 100644 --- a/graphics/py-pyembree/Makefile +++ b/graphics/py-pyembree/Makefile @@ -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 |