Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cythonize

Cython C-level Interface Of Package: *.pxd Files Are Not Found

In a nutshell I try to compile a cython extension called extension2 that cimports a file extension… Read more Cython C-level Interface Of Package: *.pxd Files Are Not Found

How To Remove -pthread Compiler Flag From Cython Setup File

In linux environment, when I run the setup script for cython, I get gcc -pthread -B /apps/.../comp… Read more How To Remove -pthread Compiler Flag From Cython Setup File

Can't Redirect Error Stream From Cython

The SFML library that I'm trying to cythonize defines this function below that allows to change… Read more Can't Redirect Error Stream From Cython

Tidying Up The Cython Build-flags Used By Gcc

I currently use 'setuptools' to automatically cythonize and compile my Cython modules on Li… Read more Tidying Up The Cython Build-flags Used By Gcc