¡@

Home 

python Programming Glossary: f.cpp

Simple wrapping of C code with cython

http://stackoverflow.com/questions/3046305/simple-wrapping-of-c-code-with-cython

uses distutils to run cython compile and link cython f.pyx f.cpp compile f.cpp and fc.cpp link f.o fc.o f.so a dynamic lib that.. to run cython compile and link cython f.pyx f.cpp compile f.cpp and fc.cpp link f.o fc.o f.so a dynamic lib that python import.. . Like make setup.py will rerun cython f.pyx and g c ... f.cpp if f.pyx is newer than f.cpp . To cleanup rm r build . An alternative..