RE; Numpy and NumTut

Norman Vine nhv@cape.com
Wed Oct 10 01:31:00 GMT 2001


Mark Hadfield writes:
>
>> I notice that cygwin does not include Numpy and NumTut in python.
>> Will you consider to include Numpy and NumTut in with python in the
>> next version of cygwin?


>Make sure you have latest version of Cygwin python installed by running
>Cygwin setup.
>
>Download Numeric source file. The current one seems to be
>
> http://prdownloads.sourceforge.net/numpy/Numeric-20.2.1.tar.gz
>
>Unpack it to a directory outside the Cygwin tree.
>
>Cd to the directory you've just created and run
>
>/usr/bin/python setup_all.py build

You probably want to use the explicit  --compiler cygwin instruction here
/usr/bin/pytthon setup_all.py build --compiler cygwin

>/usr/bin/python setup_all.py install
>/usr/bin/python setup_all.py clean

Cheers

Norman

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list