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

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

Attempting To Build A Cython Extension To A Python Package, Not Creating Shared Object (.so) File

I have attempted to use the answer here to add the building of a cython extension into my package. … Read more Attempting To Build A Cython Extension To A Python Package, Not Creating Shared Object (.so) File