[Numpy-discussion] Building a static libnumpy

Matthieu Brucher matthieu.brucher at gmail.com
Tue Jan 22 01:47:26 EST 2008


Hi,

I think the main problem would be that some parts of Numpy are coded in C
and that they must be compiled as a shared library so that Python can access
them.

Matthieu

2008/1/22, Jussi Enkovaara <jussi.enkovaara at csc.fi>:
>
> Hi,
> I need to use numpy in an environment which does not support shared
> libraries.
> Previously, I have used the old Numeric where I created a Makefile to
> build a
> static Numeric library which was later on linked to the python
> interpreter.
>
> As far as I understood, numpy uses sort of extended distutils. I was
> wondering if
> this extended distutils enables building of static libraries or do I have
> to go
> the cumbersome Makefile-way again?
>
> Regards,
> Jussi Enkovaara
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080122/cabd3287/attachment.html>


More information about the NumPy-Discussion mailing list