On Mon, Feb 16, 2009 at 4:52 PM, Ondrej Certik <[email protected]> wrote:
> On Mon, Feb 16, 2009 at 4:37 PM, Robert Bradshaw
> <[email protected]> wrote:
>> They should be installed in the tree alongside the .py files, and
>> will be discovered just like normal Python modules.
>
> Ok, thanks. So if my project uses C++ .cpp and .h files, then it has
> some C++ library, then it has some .pyx and .pxd files and some .so
> files as a result of cythonzing it, then:
>
> C++ .so should go to /usr/lib/
> C++ .h files should go to /usr/include
> .pxd and other .py files and the .so as a result of cythonizing should
> go along the .py files

I am asking because I am using cmake, I made it work with Cython and
numpy nicely and I like it. When I get more experience with it, I post
here the files for other people to use.

My repository is here, see the master-ondrej branch:

http://github.com/certik/hermes2d/tree/master-ondrej


Ondrej
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to