This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: RE; Numpy and NumTut


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]