I ran the tests as per the instructions:
python -c 'import numpy; numpy.test()' This is what I get for output: tkacvins@macomsim> !python python -Wd -c 'import numpy; numpy.test()' Running unit tests for numpy /rd/gen/tky/do_not_delete/Python/macpython27/lib/python2.7/site-packages/nose/util.py:14: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x. from compiler.consts import CO_GENERATOR NumPy version 1.6.2 NumPy is installed in /rd/gen/tky/do_not_delete/Python/macpython27/lib/python2.7/site-packages/numpy Python version 2.7.3 (default, Oct 10 2012, 14:47:52) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)] nose version 0.11.4 ---------------------------------------------------------------------- Ran 0 tests in 0.148s OK Tom -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Robert Kern Sent: Thursday, May 09, 2013 10:46 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] www.scipy.org down? On Thu, May 9, 2013 at 3:25 PM, KACVINSKY Tom <[email protected]<mailto:[email protected]>> wrote: > Unfortunately, the Mac OS downloads won't work for us as they install into > the system Python. We have a custom built Python (2.7.3) so I compiled from > source. I noticed a few things: > > 1. The modules compiled from C source have an extension of .so, not > .dylib As do all Python extension modules. > 2. I installed nose so I could run the numpy tests, but 0 tests ran. Without more information about exactly what command you tried and in what context (like the current working directory), there is no way for us to help you except to point you to the relevant section of the README: https://github.com/numpy/numpy/blob/master/README.txt#L17 > 3. I configured numpy to use MKL as per the instructions on Intel's site, > but the build still used the Accelerate framework provided by Apple. > > Given all of this, whom do I speak to regarding numpy builds on Mac OS? This mailing list. -- Robert Kern _______________________________________________ NumPy-Discussion mailing list [email protected]<mailto:[email protected]> http://mail.scipy.org/mailman/listinfo/numpy-discussion This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have received this email in error, (i) you should not read, disclose, or copy it, (ii) please notify sender of your receipt by reply email and delete this email and all attachments, (iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email. For other languages, go to http://www.3ds.com/terms/email-disclaimer
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
