[Numpy-discussion] how to run the tests.

David M. Cooke cookedm at physics.mcmaster.ca
Thu Apr 5 15:25:02 EDT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Christopher Barker wrote:
> Just a quick comment.
> 
> I just built 1.0.2 on my OS-X box, and it took me entirely too long to 
> figure out how to run the tests. I suggest something like:
> 
> ""
> after installing, to run the numpy unit tests, you can run:
> 
> import numpy
> numpy.test()
> """
> 
> be added to the readme after the instructions on how to run setup.py 
> install.

I use python -c 'import numpy; numpy.test()' for that. I've added a note
 to the README.

> A question:
> lapack_lite.so is linked against:
>  
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 
> Does that mean the Apple-supplied BLAS/LAPACK is being used?

Yes; the Accelerate framework exists on all installations of OS X, so we
can use it with no problems.

- --
|>|\/|<
/------------------------------------------------------------------\
|David M. Cooke              http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGFU0NN9ixZKFWjRQRAtcKAJ0QOu+A3MdjJfAbcmjyLJ3C2yI7SACeLQXa
dZOkiYWSa2kWZRoUJ/MEFxM=
=EoOZ
-----END PGP SIGNATURE-----



More information about the NumPy-Discussion mailing list