[Numpy-discussion] Building a static libnumpy

Jussi Enkovaara jussi.enkovaara at csc.fi
Tue Jan 22 01:44:26 EST 2008


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




More information about the NumPy-Discussion mailing list