This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running from numpy source directory. | |
/usr/local/Cellar/pypy/2.5.0/libexec/lib-python/2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite' | |
warnings.warn(msg) | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
non-existing path in 'numpy/f2py': 'docs' | |
non-existing path in 'numpy/f2py': 'f2py.1' | |
F2PY Version 2 | |
blas_opt_info: | |
blas_mkl_info: | |
( library_dirs = /usr/local/Cellar/pypy/2.5.0/libexec/lib:/usr/local/lib:/usr/lib:/opt/local/lib ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
darkside:upstream tim$ otool -L /usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/linalg/liblapack_lite.so | |
/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/linalg/liblapack_lite.so: | |
build/temp.macosx-10.10-x86_64-2.7/liblapack_lite.so (compatibility version 0.0.0, current version 0.0.0) | |
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) | |
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 283.0.0) | |
darkside:upstream tim$ otool -L /usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/linalg/libumath_linalg_cffi.so | |
/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/linalg/libumath_linalg_cffi.so: | |
build/temp.macosx-10.10-x86_64-2.7/libumath_linalg_cffi.so (compatibility version 0.0.0, current version 0.0.0) | |
build/temp.macosx-10.10-x86_64-2.7/liblapack_lite.so (compatibility version 0.0.0, current version 0.0.0) | |
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python 2.7.8 (10f1b29a2bd21f837090286174a9ca030b8680b2, Feb 03 2015, 22:06:50) | |
[PyPy 2.5.0 with GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
m>>>> import numpy | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/__init__.py", line 170, in <module> | |
from . import add_newdocs | |
File "/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/add_newdocs.py", line 13, in <module> | |
from numpy.lib import add_newdoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running from numpy source directory. | |
/usr/local/Cellar/pypy/2.5.0/libexec/lib-python/2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite' | |
warnings.warn(msg) | |
non-existing path in 'numpy/distutils': 'site.cfg' | |
non-existing path in 'numpy/f2py': 'docs' | |
non-existing path in 'numpy/f2py': 'f2py.1' | |
F2PY Version 2 | |
blas_opt_info: | |
blas_mkl_info: | |
( library_dirs = /usr/local/Cellar/pypy/2.5.0/libexec/lib:/usr/local/lib:/usr/lib:/opt/local/lib ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "app_main.py", line 75, in run_toplevel | |
File "app_main.py", line 581, in run_it | |
File "<string>", line 1, in <module> | |
File "/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/__init__.py", line 170, in <module> | |
from . import add_newdocs | |
File "/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/add_newdocs.py", line 13, in <module> | |
from numpy.lib import add_newdoc | |
File "/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/numpy/lib/__init__.py", line 18, in <module> | |
from .polynomial import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are using pip version 6.0.7, however version 6.0.8 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
Collecting git+https://bitbucket.org/pypy/numpy.git | |
Cloning https://bitbucket.org/pypy/numpy.git to /var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-99XBfq-build | |
Installing collected packages: numpy | |
Running setup.py install for numpy | |
Running from numpy source directory. | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-99XBfq-build/numpy/distutils': 'site.cfg' | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-99XBfq-build/numpy/f2py': 'docs' | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-99XBfq-build/numpy/f2py': 'f2py.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading/unpacking numpy | |
Running setup.py (path:/Users/tim/tmp/build/numpy/setup.py) egg_info for package numpy | |
Running from numpy source directory. | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
Installing collected packages: numpy | |
Running setup.py install for numpy | |
Running from numpy source directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are using pip version 6.0.7, however version 6.0.8 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
Collecting git+https://bitbucket.org/pypy/numpy.git | |
Cloning https://bitbucket.org/pypy/numpy.git to /var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-sB8z6s-build | |
Installing collected packages: numpy | |
Running setup.py install for numpy | |
Running from numpy source directory. | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-sB8z6s-build/numpy/distutils': 'site.cfg' | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-sB8z6s-build/numpy/f2py': 'docs' | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-sB8z6s-build/numpy/f2py': 'f2py.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are using pip version 6.0.7, however version 6.0.8 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
Collecting git+https://bitbucket.org/pypy/numpy.git | |
Cloning https://bitbucket.org/pypy/numpy.git to /var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build | |
Installing collected packages: numpy | |
Running setup.py install for numpy | |
Running from numpy source directory. | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/distutils': 'site.cfg' | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/f2py': 'docs' | |
non-existing path in '/private/var/folders/r_/lmt9krvd2m98y1hlhfs5m9lm0000gn/T/pip-bkfuvB-build/numpy/f2py': 'f2py.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a5-20141120.yosemite.bottle.1.tar.gz a5 20141120 homebrew/homebrew-science | |
a5-20141120.mavericks.bottle.1.tar.gz a5 20141120 homebrew/homebrew-science | |
a5-20141120.mountain_lion.bottle.1.tar.gz a5 20141120 homebrew/homebrew-science | |
abinit-7.10.2.yosemite.bottle.tar.gz abinit 7.10.2 homebrew/homebrew-science | |
abinit-7.10.2.mavericks.bottle.tar.gz abinit 7.10.2 homebrew/homebrew-science | |
abinit-7.10.2.mountain_lion.bottle.tar.gz abinit 7.10.2 homebrew/homebrew-science | |
abuse-0.8.yosemite.bottle.tar.gz abuse 0.8 homebrew/homebrew-games | |
abuse-0.8.mavericks.bottle.tar.gz abuse 0.8 homebrew/homebrew-games | |
abuse-0.8.mountain_lion.bottle.tar.gz abuse 0.8 homebrew/homebrew-games | |
abyss-1.5.2.yosemite.bottle.1.tar.gz abyss 1.5.2 homebrew/homebrew-science |