[Numpy-discussion] where to ship libnpymath.a ?
Pauli Virtanen
pav@iki...
Mon Dec 13 15:05:10 CST 2010
On Mon, 13 Dec 2010 20:51:56 +0100, Sandro Tosi wrote:
[clip]
> So, back to the original question: where should I put libnpymath.a to be
> useful for our users (main request: new scipy)? maybe in
> ..../numpy/core/lib/ ?
In the place pointed to by npymath.ini, which is where
"python setup.py install" puts it. The point is that numpy.distutils
should be able to locate this library file for building extension modules
that depend on it.
--
Pauli Virtanen
More information about the NumPy-Discussion
mailing list