Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation broken with cython > 0.25.2 #13

Open
msklvsk opened this issue Nov 24, 2017 · 1 comment
Open

Compilation broken with cython > 0.25.2 #13

msklvsk opened this issue Nov 24, 2017 · 1 comment

Comments

@msklvsk
Copy link

msklvsk commented Nov 24, 2017

Latest cython version breaks the installation.

dep_search$ make
make -C setlib
make[1]: Entering directory '/opt/depsearch/dep_search/setlib'
python setup.py build_ext --inplace
Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    language="c++",             # generate C++ code
  File "/opt/depsearch/virtualenv/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 909, in cythonize
    c_options = CompilationOptions(**options)
  File "/opt/depsearch/virtualenv/local/lib/python2.7/site-packages/Cython/Compiler/Main.py", line 559, in __init__
    raise ValueError(message)
ValueError: got unknown compilation option, please remove: sources
Makefile:7: recipe for target 'pytset.so' failed
make[1]: *** [pytset.so] Error 1
make[1]: Leaving directory '/opt/depsearch/dep_search/setlib'
Makefile:8: recipe for target 'setlib' failed
make: *** [setlib] Error 2

However, everything works with pip install cython==0.25.2.

@frankier
Copy link

frankier commented Apr 9, 2018

Patch here: jmnybl/setlib#1

frankier added a commit to frankier/dep_search that referenced this issue Apr 9, 2018
mjluot added a commit that referenced this issue Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants