[Numpy-discussion] building NumPy with Intel CC & MKL
Robert Kern
robert.kern at gmail.com
Wed Jan 24 02:43:38 CST 2007
rex wrote:
>>>> import numpy
>>>> print numpy
> <module 'numpy' from '/usr/lib/python2.5/site-packages/numpy/__init__.pyc'>
>
> What am I to make of this? Is it the rpm numpy or is it the numpy I
> built using the Intel compiler and MKL?
Did you change the distutils installation location? See this page for the
various ways to do that:
http://docs.python.org/inst/alt-install-windows.html
If not, then I strongly suspect that you overwrote the numpy that you installed
by RPM.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Numpy-discussion
mailing list