I am using Ubuntu to compile cython:
cythonize -i test.pyx
Output: test.cpython-38-x86_64-linux-gnu.so
I need the output to be 'test.so' - Are there any options I can provide to cythonize?
I am using Ubuntu to compile cython:
cythonize -i test.pyx
Output: test.cpython-38-x86_64-linux-gnu.so
I need the output to be 'test.so' - Are there any options I can provide to cythonize?
Copyright © 2021 Jogjafile Inc.