Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Reply-To: From: "Norman Vine" To: "'Cygwin Mailing List'" Cc: Subject: RE: RE; Numpy and NumTut Date: Wed, 10 Oct 2001 04:35:47 -0400 Message-ID: <004f01c15166$8fea5e20$a300a8c0@nhv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <001101c15142$f536b860$d938a8c0@Hadfield> Importance: Normal 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/