Skip to content

Instantly share code, notes, and snippets.

@wkerzendorf
Created October 18, 2013 02:15
Show Gist options
  • Save wkerzendorf/7035491 to your computer and use it in GitHub Desktop.
Save wkerzendorf/7035491 to your computer and use it in GitHub Desktop.
pip installation in an empty virtualenv
➜ virtualenvs virtualenv-2.7 --no-site-packages tardis_release
New python executable in tardis_release/bin/python
Installing setuptools............done.
Installing pip...............done.
➜ virtualenvs source tardis_release/bin/activate
(tardis_release)➜ virtualenvs cd tardis_release
bin include lib
(tardis_release)➜ ~VIRTUAL_ENV pip install astropy
Downloading/unpacking astropy
Downloading astropy-0.2.4.tar.gz (4.7MB): 4.7MB downloaded
Running setup.py egg_info for package astropy
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.45.tar.gz
Extracting in /var/folders/v2/z0nm04hj495cj432_4xwvzmh0000gn/T/tmpNun3B3
Now working in /var/folders/v2/z0nm04hj495cj432_4xwvzmh0000gn/T/tmpNun3B3/distribute-0.6.45
Building a Distribute egg in /Users/wkerzend/virtualenvs/tardis_release/build/astropy
/Users/wkerzend/virtualenvs/tardis_release/build/astropy/distribute-0.6.45-py2.7.egg
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3'
warnings.warn(msg)
Downloading/unpacking numpy (from astropy)
Downloading numpy-1.7.1.tar.gz (2.8MB): 2.8MB downloaded
Running setup.py egg_info for package numpy
Running from numpy source directory.
non-existing path in 'numpy/distutils': 'site.cfg'
F2PY Version 2
blas_opt_info:
FOUND:
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
lapack_opt_info:
FOUND:
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-msse3']
build_src
building py_modules sources
building library "npymath" sources
customize Gnu95FCompiler
Found executable /usr/bin/gfortran
customize Gnu95FCompiler
customize Gnu95FCompiler using config
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'exp'
int exp (void);
^
_configtest.c:1:5: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/npymath/npy_math.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
building library "npysort" sources
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/npysort/quicksort.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/npysort/mergesort.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/npysort/heapsort.c
building extension "numpy.core._dummy" sources
Generating build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
_configtest.c:1:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:7:12: error: use of undeclared identifier 'SIZEOF_LONGDOUBLE'
(void) SIZEOF_LONGDOUBLE;
^
1 error generated.
_configtest.c:7:12: error: use of undeclared identifier 'SIZEOF_LONGDOUBLE'
(void) SIZEOF_LONGDOUBLE;
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:7:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:7:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'exp'
int exp (void);
^
_configtest.c:1:5: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'asin'
int asin (void);
^
_configtest.c:1:5: note: 'asin' is a builtin with type 'double (double)'
_configtest.c:2:5: warning: incompatible redeclaration of library function 'cos'
int cos (void);
^
_configtest.c:2:5: note: 'cos' is a builtin with type 'double (double)'
_configtest.c:3:5: warning: incompatible redeclaration of library function 'log'
int log (void);
^
_configtest.c:3:5: note: 'log' is a builtin with type 'double (double)'
_configtest.c:4:5: warning: incompatible redeclaration of library function 'fabs'
int fabs (void);
^
_configtest.c:4:5: note: 'fabs' is a builtin with type 'double (double)'
_configtest.c:6:5: warning: incompatible redeclaration of library function 'atan'
int atan (void);
^
_configtest.c:6:5: note: 'atan' is a builtin with type 'double (double)'
_configtest.c:7:5: warning: incompatible redeclaration of library function 'acos'
int acos (void);
^
_configtest.c:7:5: note: 'acos' is a builtin with type 'double (double)'
_configtest.c:8:5: warning: incompatible redeclaration of library function 'floor'
int floor (void);
^
_configtest.c:8:5: note: 'floor' is a builtin with type 'double (double)'
_configtest.c:10:5: warning: incompatible redeclaration of library function 'sqrt'
int sqrt (void);
^
_configtest.c:10:5: note: 'sqrt' is a builtin with type 'double (double)'
_configtest.c:15:5: warning: incompatible redeclaration of library function 'exp'
int exp (void);
^
_configtest.c:15:5: note: 'exp' is a builtin with type 'double (double)'
_configtest.c:16:5: warning: incompatible redeclaration of library function 'tan'
int tan (void);
^
_configtest.c:16:5: note: 'tan' is a builtin with type 'double (double)'
_configtest.c:17:5: warning: incompatible redeclaration of library function 'ceil'
int ceil (void);
^
_configtest.c:17:5: note: 'ceil' is a builtin with type 'double (double)'
_configtest.c:19:5: warning: incompatible redeclaration of library function 'sin'
int sin (void);
^
_configtest.c:19:5: note: 'sin' is a builtin with type 'double (double)'
12 warnings generated.
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:2:5: warning: incompatible redeclaration of library function 'pow'
int pow (void);
^
_configtest.c:2:5: note: 'pow' is a builtin with type 'double (double, double)'
_configtest.c:4:5: warning: incompatible redeclaration of library function 'atan2'
int atan2 (void);
^
_configtest.c:4:5: note: 'atan2' is a builtin with type 'double (double, double)'
2 warnings generated.
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'cosf'
int cosf (void);
^
_configtest.c:1:5: note: 'cosf' is a builtin with type 'float (float)'
_configtest.c:4:5: warning: incompatible redeclaration of library function 'fabsf'
int fabsf (void);
^
_configtest.c:4:5: note: 'fabsf' is a builtin with type 'float (float)'
_configtest.c:5:5: warning: incompatible redeclaration of library function 'floorf'
int floorf (void);
^
_configtest.c:5:5: note: 'floorf' is a builtin with type 'float (float)'
_configtest.c:9:5: warning: incompatible redeclaration of library function 'logf'
int logf (void);
^
_configtest.c:9:5: note: 'logf' is a builtin with type 'float (float)'
_configtest.c:11:5: warning: incompatible redeclaration of library function 'acosf'
int acosf (void);
^
_configtest.c:11:5: note: 'acosf' is a builtin with type 'float (float)'
_configtest.c:12:5: warning: incompatible redeclaration of library function 'sqrtf'
int sqrtf (void);
^
_configtest.c:12:5: note: 'sqrtf' is a builtin with type 'float (float)'
_configtest.c:17:5: warning: incompatible redeclaration of library function 'atanf'
int atanf (void);
^
_configtest.c:17:5: note: 'atanf' is a builtin with type 'float (float)'
_configtest.c:19:5: warning: incompatible redeclaration of library function 'atan2f'
int atan2f (void);
^
_configtest.c:19:5: note: 'atan2f' is a builtin with type 'float (float, float)'
_configtest.c:21:5: warning: incompatible redeclaration of library function 'ceilf'
int ceilf (void);
^
_configtest.c:21:5: note: 'ceilf' is a builtin with type 'float (float)'
_configtest.c:23:5: warning: incompatible redeclaration of library function 'asinf'
int asinf (void);
^
_configtest.c:23:5: note: 'asinf' is a builtin with type 'float (float)'
_configtest.c:26:5: warning: incompatible redeclaration of library function 'sinf'
int sinf (void);
^
_configtest.c:26:5: note: 'sinf' is a builtin with type 'float (float)'
_configtest.c:27:5: warning: incompatible redeclaration of library function 'tanf'
int tanf (void);
^
_configtest.c:27:5: note: 'tanf' is a builtin with type 'float (float)'
_configtest.c:32:5: warning: incompatible redeclaration of library function 'powf'
int powf (void);
^
_configtest.c:32:5: note: 'powf' is a builtin with type 'float (float, float)'
_configtest.c:33:5: warning: incompatible redeclaration of library function 'expf'
int expf (void);
^
_configtest.c:33:5: note: 'expf' is a builtin with type 'float (float)'
14 warnings generated.
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:5: warning: incompatible redeclaration of library function 'cosl'
int cosl (void);
^
_configtest.c:5:5: note: 'cosl' is a builtin with type 'long double (long double)'
_configtest.c:6:5: warning: incompatible redeclaration of library function 'floorl'
int floorl (void);
^
_configtest.c:6:5: note: 'floorl' is a builtin with type 'long double (long double)'
_configtest.c:8:5: warning: incompatible redeclaration of library function 'fabsl'
int fabsl (void);
^
_configtest.c:8:5: note: 'fabsl' is a builtin with type 'long double (long double)'
_configtest.c:9:5: warning: incompatible redeclaration of library function 'acosl'
int acosl (void);
^
_configtest.c:9:5: note: 'acosl' is a builtin with type 'long double (long double)'
_configtest.c:11:5: warning: incompatible redeclaration of library function 'sqrtl'
int sqrtl (void);
^
_configtest.c:11:5: note: 'sqrtl' is a builtin with type 'long double (long double)'
_configtest.c:12:5: warning: incompatible redeclaration of library function 'logl'
int logl (void);
^
_configtest.c:12:5: note: 'logl' is a builtin with type 'long double (long double)'
_configtest.c:18:5: warning: incompatible redeclaration of library function 'atanl'
int atanl (void);
^
_configtest.c:18:5: note: 'atanl' is a builtin with type 'long double (long double)'
_configtest.c:20:5: warning: incompatible redeclaration of library function 'atan2l'
int atan2l (void);
^
_configtest.c:20:5: note: 'atan2l' is a builtin with type 'long double (long double, long double)'
_configtest.c:24:5: warning: incompatible redeclaration of library function 'asinl'
int asinl (void);
^
_configtest.c:24:5: note: 'asinl' is a builtin with type 'long double (long double)'
_configtest.c:25:5: warning: incompatible redeclaration of library function 'ceill'
int ceill (void);
^
_configtest.c:25:5: note: 'ceill' is a builtin with type 'long double (long double)'
_configtest.c:26:5: warning: incompatible redeclaration of library function 'sinl'
int sinl (void);
^
_configtest.c:26:5: note: 'sinl' is a builtin with type 'long double (long double)'
_configtest.c:29:5: warning: incompatible redeclaration of library function 'tanl'
int tanl (void);
^
_configtest.c:29:5: note: 'tanl' is a builtin with type 'long double (long double)'
_configtest.c:31:5: warning: incompatible redeclaration of library function 'powl'
int powl (void);
^
_configtest.c:31:5: note: 'powl' is a builtin with type 'long double (long double, long double)'
_configtest.c:32:5: warning: incompatible redeclaration of library function 'expl'
int expl (void);
^
_configtest.c:32:5: note: 'expl' is a builtin with type 'long double (long double)'
14 warnings generated.
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:8:12: error: use of undeclared identifier 'HAVE_DECL_SIGNBIT'
(void) HAVE_DECL_SIGNBIT;
^
1 error generated.
_configtest.c:8:12: error: use of undeclared identifier 'HAVE_DECL_SIGNBIT'
(void) HAVE_DECL_SIGNBIT;
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:7:12: error: use of undeclared identifier 'Py_UNICODE_WIDE'; did you mean 'Py_UNICODE'?
(void) Py_UNICODE_WIDE;
^
1 error generated.
_configtest.c:7:12: error: use of undeclared identifier 'Py_UNICODE_WIDE'; did you mean 'Py_UNICODE'?
(void) Py_UNICODE_WIDE;
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
('File:', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h')
#define SIZEOF_PY_INTPTR_T 8
#define SIZEOF_PY_LONG_LONG 8
#define MATHLIB
#define HAVE_SIN 1
#define HAVE_COS 1
#define HAVE_TAN 1
#define HAVE_SINH 1
#define HAVE_COSH 1
#define HAVE_TANH 1
#define HAVE_FABS 1
#define HAVE_FLOOR 1
#define HAVE_CEIL 1
#define HAVE_SQRT 1
#define HAVE_LOG10 1
#define HAVE_LOG 1
#define HAVE_EXP 1
#define HAVE_ASIN 1
#define HAVE_ACOS 1
#define HAVE_ATAN 1
#define HAVE_FMOD 1
#define HAVE_MODF 1
#define HAVE_FREXP 1
#define HAVE_LDEXP 1
#define HAVE_RINT 1
#define HAVE_TRUNC 1
#define HAVE_EXP2 1
#define HAVE_LOG2 1
#define HAVE_ATAN2 1
#define HAVE_POW 1
#define HAVE_NEXTAFTER 1
#define HAVE_SINF 1
#define HAVE_COSF 1
#define HAVE_TANF 1
#define HAVE_SINHF 1
#define HAVE_COSHF 1
#define HAVE_TANHF 1
#define HAVE_FABSF 1
#define HAVE_FLOORF 1
#define HAVE_CEILF 1
#define HAVE_RINTF 1
#define HAVE_TRUNCF 1
#define HAVE_SQRTF 1
#define HAVE_LOG10F 1
#define HAVE_LOGF 1
#define HAVE_LOG1PF 1
#define HAVE_EXPF 1
#define HAVE_EXPM1F 1
#define HAVE_ASINF 1
#define HAVE_ACOSF 1
#define HAVE_ATANF 1
#define HAVE_ASINHF 1
#define HAVE_ACOSHF 1
#define HAVE_ATANHF 1
#define HAVE_HYPOTF 1
#define HAVE_ATAN2F 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_MODFF 1
#define HAVE_FREXPF 1
#define HAVE_LDEXPF 1
#define HAVE_EXP2F 1
#define HAVE_LOG2F 1
#define HAVE_COPYSIGNF 1
#define HAVE_NEXTAFTERF 1
#define HAVE_SINL 1
#define HAVE_COSL 1
#define HAVE_TANL 1
#define HAVE_SINHL 1
#define HAVE_COSHL 1
#define HAVE_TANHL 1
#define HAVE_FABSL 1
#define HAVE_FLOORL 1
#define HAVE_CEILL 1
#define HAVE_RINTL 1
#define HAVE_TRUNCL 1
#define HAVE_SQRTL 1
#define HAVE_LOG10L 1
#define HAVE_LOGL 1
#define HAVE_LOG1PL 1
#define HAVE_EXPL 1
#define HAVE_EXPM1L 1
#define HAVE_ASINL 1
#define HAVE_ACOSL 1
#define HAVE_ATANL 1
#define HAVE_ASINHL 1
#define HAVE_ACOSHL 1
#define HAVE_ATANHL 1
#define HAVE_HYPOTL 1
#define HAVE_ATAN2L 1
#define HAVE_POWL 1
#define HAVE_FMODL 1
#define HAVE_MODFL 1
#define HAVE_FREXPL 1
#define HAVE_LDEXPL 1
#define HAVE_EXP2L 1
#define HAVE_LOG2L 1
#define HAVE_COPYSIGNL 1
#define HAVE_NEXTAFTERL 1
#define HAVE_DECL_SIGNBIT
#define HAVE_COMPLEX_H 1
#define HAVE_CREAL 1
#define HAVE_CIMAG 1
#define HAVE_CABS 1
#define HAVE_CARG 1
#define HAVE_CEXP 1
#define HAVE_CSQRT 1
#define HAVE_CLOG 1
#define HAVE_CCOS 1
#define HAVE_CSIN 1
#define HAVE_CPOW 1
#define HAVE_CREALF 1
#define HAVE_CIMAGF 1
#define HAVE_CABSF 1
#define HAVE_CARGF 1
#define HAVE_CEXPF 1
#define HAVE_CSQRTF 1
#define HAVE_CLOGF 1
#define HAVE_CCOSF 1
#define HAVE_CSINF 1
#define HAVE_CPOWF 1
#define HAVE_CREALL 1
#define HAVE_CIMAGL 1
#define HAVE_CABSL 1
#define HAVE_CARGL 1
#define HAVE_CEXPL 1
#define HAVE_CSQRTL 1
#define HAVE_CLOGL 1
#define HAVE_CCOSL 1
#define HAVE_CSINL 1
#define HAVE_CPOWL 1
#ifndef __cplusplus
/* #undef inline */
#endif
#ifndef _NPY_NPY_CONFIG_H_
#error config.h should never be included directly, include npy_config.h instead
#endif
EOF
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
Generating build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'exp'
int exp (void);
^
_configtest.c:1:5: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
/usr/bin/clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:18: warning: extra tokens at end of #ifndef directive [-Wextra-tokens]
#ifndef __GNUC__ && (__GNUC__ >= 4)
^
//
1 warning generated.
success!
removing: _configtest.c _configtest.o
File: build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
#define NPY_SIZEOF_SHORT SIZEOF_SHORT
#define NPY_SIZEOF_INT SIZEOF_INT
#define NPY_SIZEOF_LONG SIZEOF_LONG
#define NPY_SIZEOF_FLOAT 4
#define NPY_SIZEOF_COMPLEX_FLOAT 8
#define NPY_SIZEOF_DOUBLE 8
#define NPY_SIZEOF_COMPLEX_DOUBLE 16
#define NPY_SIZEOF_LONGDOUBLE 16
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#define NPY_SIZEOF_PY_INTPTR_T 8
#define NPY_SIZEOF_PY_LONG_LONG 8
#define NPY_SIZEOF_LONGLONG 8
#define NPY_NO_SMP 0
#define NPY_HAVE_DECL_ISNAN
#define NPY_HAVE_DECL_ISINF
#define NPY_HAVE_DECL_ISFINITE
#define NPY_HAVE_DECL_SIGNBIT
#define NPY_USE_C99_COMPLEX 1
#define NPY_HAVE_COMPLEX_DOUBLE 1
#define NPY_HAVE_COMPLEX_FLOAT 1
#define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#define NPY_USE_C99_FORMATS 1
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#define NPY_ABI_VERSION 0x01000009
#define NPY_API_VERSION 0x00000007
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
EOF
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
non-existing path in 'numpy/core': 'build/src.macosx-10.8-x86_64-2.7/numpy/core/src/multiarray'
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/multiarray/einsum.c
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
non-existing path in 'numpy/core': 'build/src.macosx-10.8-x86_64-2.7/numpy/core/src/umath'
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/umath/loops.c
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/umath/funcs.inc
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.macosx-10.8-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/scalarmathmodule.c
numpy.core - nothing done with h_files = ['build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h', 'build/src.macosx-10.8-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._dotblas" sources
adding 'numpy/core/blasdot/_dotblas.c' to sources.
building extension "numpy.core.umath_tests" sources
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/umath/umath_tests.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> build/src.macosx-10.8-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c
building extension "numpy.lib._compiled_base" sources
building extension "numpy.numarray._capi" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
adding 'numpy/linalg/lapack_litemodule.c' to sources.
adding 'numpy/linalg/python_xerbla.c' to sources.
building extension "numpy.random.mtrand" sources
C compiler: /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
/usr/bin/clang _configtest.o -o _configtest
_configtest
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
Installing collected packages: astropy, numpy
Running setup.py install for astropy
/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py:10: UserWarning: Module pkg_resources was already imported from /Users/wkerzend/virtualenvs/tardis_release/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.pyc, but /Users/wkerzend/virtualenvs/tardis_release/build/astropy/distribute-0.6.45-py2.7.egg is being added to sys.path
distribute = pkg_resources.get_distribution('distribute')
/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py:10: UserWarning: Module setuptools was already imported from /Users/wkerzend/virtualenvs/tardis_release/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/__init__.pyc, but /Users/wkerzend/virtualenvs/tardis_release/build/astropy/distribute-0.6.45-py2.7.egg is being added to sys.path
distribute = pkg_resources.get_distribution('distribute')
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py", line 128, in <module>
entry_points=entry_points
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/install.py", line 56, in run
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 563, in run
self.run_command('build')
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "astropy/setup_helpers.py", line 458, in run
np_include = get_numpy_include_path()
File "astropy/setup_helpers.py", line 1170, in get_numpy_include_path
numpy = check_numpy()
File "astropy/setup_helpers.py", line 1160, in check_numpy
raise ImportError(msg)
ImportError: numpy version 1.4 or later must be installed to build astropy
Complete output from command /Users/wkerzend/virtualenvs/tardis_release/bin/python -c "import setuptools;__file__='/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/v2/z0nm04hj495cj432_4xwvzmh0000gn/T/pip-6FNpzv-record/install-record.txt --single-version-externally-managed --install-headers /Users/wkerzend/virtualenvs/tardis_release/bin/../include/site/python2.7:
/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py:10: UserWarning: Module pkg_resources was already imported from /Users/wkerzend/virtualenvs/tardis_release/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.pyc, but /Users/wkerzend/virtualenvs/tardis_release/build/astropy/distribute-0.6.45-py2.7.egg is being added to sys.path
distribute = pkg_resources.get_distribution('distribute')
/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py:10: UserWarning: Module setuptools was already imported from /Users/wkerzend/virtualenvs/tardis_release/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/__init__.pyc, but /Users/wkerzend/virtualenvs/tardis_release/build/astropy/distribute-0.6.45-py2.7.egg is being added to sys.path
distribute = pkg_resources.get_distribution('distribute')
running install
running build
running build_py
creating build
creating build/lib.macosx-10.8-x86_64-2.7
creating build/lib.macosx-10.8-x86_64-2.7/astropy
copying astropy/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy
copying astropy/conftest.py -> build/lib.macosx-10.8-x86_64-2.7/astropy
copying astropy/cython_version.py -> build/lib.macosx-10.8-x86_64-2.7/astropy
copying astropy/logger.py -> build/lib.macosx-10.8-x86_64-2.7/astropy
copying astropy/setup_helpers.py -> build/lib.macosx-10.8-x86_64-2.7/astropy
copying astropy/version.py -> build/lib.macosx-10.8-x86_64-2.7/astropy
copying astropy/version_helpers.py -> build/lib.macosx-10.8-x86_64-2.7/astropy
creating build/lib.macosx-10.8-x86_64-2.7/astropy/config
copying astropy/config/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/config
copying astropy/config/affiliated.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/config
copying astropy/config/configuration.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/config
copying astropy/config/paths.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/config
creating build/lib.macosx-10.8-x86_64-2.7/astropy/constants
copying astropy/constants/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/constants
copying astropy/constants/cgs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/constants
copying astropy/constants/constant.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/constants
copying astropy/constants/si.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/constants
creating build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/angle_lextab.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/angle_parsetab.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/angle_utilities.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/angles.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/builtin_systems.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/coordsystems.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/distances.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/earth_orientation.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/errors.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/name_resolve.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
copying astropy/coordinates/transformations.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates
creating build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology
copying astropy/cosmology/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology
copying astropy/cosmology/core.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology
copying astropy/cosmology/funcs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology
copying astropy/cosmology/parameters.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology
creating build/lib.macosx-10.8-x86_64-2.7/astropy/extern
copying astropy/extern/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern
copying astropy/extern/configobj.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern
copying astropy/extern/pytest.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io
copying astropy/io/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io
copying astropy/io/registry.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io
creating build/lib.macosx-10.8-x86_64-2.7/astropy/nddata
copying astropy/nddata/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata
copying astropy/nddata/flag_collection.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata
copying astropy/nddata/nddata.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata
copying astropy/nddata/nduncertainty.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx
copying astropy/sphinx/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx
copying astropy/sphinx/conf.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx
copying astropy/sphinx/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx
creating build/lib.macosx-10.8-x86_64-2.7/astropy/stats
copying astropy/stats/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/stats
copying astropy/stats/funcs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/stats
creating build/lib.macosx-10.8-x86_64-2.7/astropy/table
copying astropy/table/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table
copying astropy/table/pprint.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table
copying astropy/table/table.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table
creating build/lib.macosx-10.8-x86_64-2.7/astropy/tests
copying astropy/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests
copying astropy/tests/compat.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests
copying astropy/tests/helper.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests
copying astropy/tests/pytest_plugins.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests
copying astropy/tests/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests
copying astropy/tests/test_logger.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/time
copying astropy/time/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/time
copying astropy/time/core.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/time
copying astropy/time/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/time
creating build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/astrophys.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/cgs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/core.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/equivalencies.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/imperial.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/physical.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/quantity.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/si.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
copying astropy/units/utils.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units
creating build/lib.macosx-10.8-x86_64-2.7/astropy/utils
copying astropy/utils/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils
copying astropy/utils/collections.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils
copying astropy/utils/console.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils
copying astropy/utils/data.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils
copying astropy/utils/misc.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils
copying astropy/utils/release.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils
copying astropy/utils/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils
creating build/lib.macosx-10.8-x86_64-2.7/astropy/wcs
copying astropy/wcs/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs
copying astropy/wcs/_docutil.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs
copying astropy/wcs/docstrings.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs
copying astropy/wcs/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs
copying astropy/wcs/wcs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs
creating build/lib.macosx-10.8-x86_64-2.7/astropy/config/tests
copying astropy/config/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/config/tests
copying astropy/config/tests/test_configs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/config/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/constants/tests
copying astropy/constants/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/constants/tests
copying astropy/constants/tests/test_constant.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/constants/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/test_angles.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/test_api.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/test_arrays.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/test_distance.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/test_name_resolve.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/test_sphere_ang_dists.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
copying astropy/coordinates/tests/test_transformations.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology/tests
copying astropy/cosmology/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology/tests
copying astropy/cosmology/tests/test_cosmology.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/cosmology/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/extern/configobj_py2
copying astropy/extern/configobj_py2/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/configobj_py2
copying astropy/extern/configobj_py2/configobj.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/configobj_py2
copying astropy/extern/configobj_py2/validate.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/configobj_py2
creating build/lib.macosx-10.8-x86_64-2.7/astropy/extern/ply
copying astropy/extern/ply/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/ply
copying astropy/extern/ply/cpp.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/ply
copying astropy/extern/ply/ctokens.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/ply
copying astropy/extern/ply/lex.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/ply
copying astropy/extern/ply/yacc.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/extern/ply
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/basic.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/cds.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/connect.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/core.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/daophot.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/fixedwidth.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/ipac.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/latex.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/sextractor.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
copying astropy/io/ascii/ui.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/card.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/column.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/convenience.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/diff.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/file.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/fitsrec.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/header.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/py3compat.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/util.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
copying astropy/io/fits/verify.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc
copying astropy/io/misc/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc
copying astropy/io/misc/connect.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc
copying astropy/io/misc/hdf5.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc
copying astropy/io/misc/pickle_helpers.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/tests
copying astropy/io/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/tests
copying astropy/io/tests/test_registry.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/connect.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/converters.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/exceptions.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/table.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/tree.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/ucd.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/util.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/voexceptions.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/volint.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
copying astropy/io/votable/xmlutil.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable
creating build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution
copying astropy/nddata/convolution/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution
copying astropy/nddata/convolution/convolve.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution
copying astropy/nddata/convolution/make_kernel.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution
creating build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/tests
copying astropy/nddata/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/tests
copying astropy/nddata/tests/test_flag_collection.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/tests
copying astropy/nddata/tests/test_nddata.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/astropyautosummary.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/automodapi.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/automodsumm.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/comment_eater.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/compiler_unparse.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/docscrape.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/docscrape_sphinx.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/edit_on_github.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/numpydoc.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/phantom_import.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/tocdepthfix.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
copying astropy/sphinx/ext/traitsdoc.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext
creating build/lib.macosx-10.8-x86_64-2.7/astropy/stats/tests
copying astropy/stats/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/stats/tests
copying astropy/stats/tests/test_funcs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/stats/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/test_column.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/test_init_table.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/test_item_access.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/test_masked.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/test_pprint.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/test_row.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
copying astropy/table/tests/test_table.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/table/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests
copying astropy/tests/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests
copying astropy/tests/tests/run_after_2to3.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests
copying astropy/tests/tests/test_imports.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests
copying astropy/tests/tests/test_open_file_detection.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests
copying astropy/tests/tests/test_run_tests.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests
copying astropy/tests/tests/test_skip_remote_data.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/time/tests
copying astropy/time/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/time/tests
copying astropy/time/tests/test_basic.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/time/tests
copying astropy/time/tests/test_delta.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/time/tests
copying astropy/time/tests/test_guess.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/time/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/base.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/cds.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/cds_lextab.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/cds_parsetab.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/console.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/fits.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/generic.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/generic_lextab.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/generic_parsetab.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/latex.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/unicode_format.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/utils.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
copying astropy/units/format/vounit.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/format
creating build/lib.macosx-10.8-x86_64-2.7/astropy/units/tests
copying astropy/units/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/tests
copying astropy/units/tests/test_format.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/tests
copying astropy/units/tests/test_physical.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/tests
copying astropy/units/tests/test_quantity.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/tests
copying astropy/units/tests/test_units.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/units/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/_fractions_27.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/_gzip_27.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/_gzip_32.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/argparse.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/fractions.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/gzip.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/misc.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
copying astropy/utils/compat/odict.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/compat
creating build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/odict_mapping.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/odict_support.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/test_collections.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/test_console.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/test_data.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/test_gzip.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/test_misc.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/test_odict.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
copying astropy/utils/tests/test_xml.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/utils/xml
copying astropy/utils/xml/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/xml
copying astropy/utils/xml/check.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/xml
copying astropy/utils/xml/iterparser.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/xml
copying astropy/utils/xml/setup_package.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/xml
copying astropy/utils/xml/validate.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/xml
copying astropy/utils/xml/writer.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/xml
creating build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests
copying astropy/wcs/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests
copying astropy/wcs/tests/test_pickle.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests
copying astropy/wcs/tests/test_profiling.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests
copying astropy/wcs/tests/test_wcs.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests
copying astropy/wcs/tests/test_wcsprm.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/generate_ref_ast.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/test_fk4_no_e_fk4.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/test_fk4_no_e_fk5.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/test_galactic_fk4.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/test_icrs_fk5.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/common.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_cds_header_from_readme.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_compressed.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_connect.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_fixedwidth.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_ipac_definitions.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_read.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_types.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
copying astropy/io/ascii/tests/test_write.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/base.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/compressed.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/groups.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/hdulist.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/image.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/nonstandard.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/streaming.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
copying astropy/io/fits/hdu/table.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/hdu
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/scripts
copying astropy/io/fits/scripts/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/scripts
copying astropy/io/fits/scripts/fitscheck.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/scripts
copying astropy/io/fits/scripts/fitsdiff.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/scripts
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_checksum.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_core.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_diff.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_division.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_groups.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_hdulist.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_header.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_image.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_nonstandard.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_structured.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_table.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_uint.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/test_util.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
copying astropy/io/fits/tests/util.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc/tests
copying astropy/io/misc/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc/tests
copying astropy/io/misc/tests/test_hdf5.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc/tests
copying astropy/io/misc/tests/test_pickle_helpers.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/misc/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/converter_test.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/exception_test.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/table_test.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/tree_test.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/ucd_test.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/util_test.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
copying astropy/io/votable/tests/vo_test.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator
copying astropy/io/votable/validator/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator
copying astropy/io/votable/validator/html.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator
copying astropy/io/votable/validator/main.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator
copying astropy/io/votable/validator/result.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator
creating build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution/tests
copying astropy/nddata/convolution/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution/tests
copying astropy/nddata/convolution/tests/test_convolve.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution/tests
copying astropy/nddata/convolution/tests/test_convolve_fft.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution/tests
copying astropy/nddata/convolution/tests/test_convolve_kernels.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution/tests
copying astropy/nddata/convolution/tests/test_convolve_speeds.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution/tests
copying astropy/nddata/convolution/tests/test_make_kernel.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/nddata/convolution/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/tests
copying astropy/sphinx/ext/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/tests
copying astropy/sphinx/ext/tests/test_automodapi.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/tests
copying astropy/sphinx/ext/tests/test_automodsumm.py -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/templates
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/templates/autosummary_core
copying astropy/sphinx/ext/templates/autosummary_core/base.rst -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/templates/autosummary_core
copying astropy/sphinx/ext/templates/autosummary_core/class.rst -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/templates/autosummary_core
copying astropy/sphinx/ext/templates/autosummary_core/module.rst -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/ext/templates/autosummary_core
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy
copying astropy/sphinx/themes/bootstrap-astropy/globaltoc.html -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy
copying astropy/sphinx/themes/bootstrap-astropy/layout.html -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy
copying astropy/sphinx/themes/bootstrap-astropy/localtoc.html -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy
copying astropy/sphinx/themes/bootstrap-astropy/searchbox.html -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy
copying astropy/sphinx/themes/bootstrap-astropy/theme.conf -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy
creating build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy/static
copying astropy/sphinx/themes/bootstrap-astropy/static/astropy_docs_32.png -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy/static
copying astropy/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy/static
copying astropy/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy/static
copying astropy/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy/static
copying astropy/sphinx/themes/bootstrap-astropy/static/sidebar.js -> build/lib.macosx-10.8-x86_64-2.7/astropy/sphinx/themes/bootstrap-astropy/static
copying astropy/tests/coveragerc -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests
creating build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/astropy_wcs.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/astropy_wcs_api.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/distortion.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/distortion_wrap.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/docstrings.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/isnan.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/pipeline.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/pyutil.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/sip.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/sip_wrap.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/str_list_proxy.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/unit_list_proxy.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/util.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/wcsconfig.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/wcslib_tabprm_wrap.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/wcslib_units_wrap.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/wcslib_wrap.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
copying astropy/wcs/include/wcslib_wtbarr_wrap.h -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/include
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/data
copying astropy/io/votable/data/ucd1p-words.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/data
copying astropy/io/votable/data/VOTable.v1.1.xsd -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/data
copying astropy/io/votable/data/VOTable.v1.2.xsd -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/data
copying astropy/io/votable/data/VOTable.dtd -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/data
creating build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests/data
copying astropy/tests/tests/data/open_file_detection.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/tests/tests/data
creating build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
copying astropy/utils/tests/data/local.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
copying astropy/utils/tests/data/invalid.dat.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
copying astropy/utils/tests/data/local.dat.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
copying astropy/utils/tests/data/invalid.dat.bz2 -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
copying astropy/utils/tests/data/local.dat.bz2 -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
copying astropy/utils/tests/data/unicode.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
copying astropy/utils/tests/data/.hidden_file.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/utils/tests/data
creating build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/3d_cd.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/locale.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/nonstandard_units.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/outside_sky.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/too_many_pv.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/dist.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/header_newlines.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/sip.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
copying astropy/wcs/tests/data/sip2.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/data
creating build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_AIR.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_AIT.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_ARC.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_AZP.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_BON.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_CAR.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_CEA.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_COD.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_COE.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_COO.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_COP.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_CSC.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_CYP.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_HPX.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_MER.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_MOL.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_NCP.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_PAR.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_PCO.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_QSC.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_SFL.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_SIN.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_STG.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_SZP.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_TAN.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_TSC.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_ZEA.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
copying astropy/wcs/tests/maps/1904-66_ZPN.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/maps
creating build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/spectra
copying astropy/wcs/tests/spectra/orion-freq-1.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/spectra
copying astropy/wcs/tests/spectra/orion-freq-4.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/spectra
copying astropy/wcs/tests/spectra/orion-velo-1.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/spectra
copying astropy/wcs/tests/spectra/orion-velo-4.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/spectra
copying astropy/wcs/tests/spectra/orion-wave-1.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/spectra
copying astropy/wcs/tests/spectra/orion-wave-4.hdr -> build/lib.macosx-10.8-x86_64-2.7/astropy/wcs/tests/spectra
copying astropy/coordinates/tests/accuracy/fk4_no_e_fk4.csv -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/fk4_no_e_fk5.csv -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/galactic_fk4.csv -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
copying astropy/coordinates/tests/accuracy/icrs_fk5.csv -> build/lib.macosx-10.8-x86_64-2.7/astropy/coordinates/tests/accuracy
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/vizier
copying astropy/io/ascii/tests/t/vizier/ReadMe -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/vizier
copying astropy/io/ascii/tests/t/vizier/table1.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/vizier
copying astropy/io/ascii/tests/t/vizier/table5.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/vizier
copying astropy/io/ascii/tests/t/apostrophe.rdb -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/apostrophe.tab -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/bad.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/bars_at_ends.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/cds.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/cds
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/cds/glob
copying astropy/io/ascii/tests/t/cds/glob/ReadMe -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/cds/glob
copying astropy/io/ascii/tests/t/cds/glob/lmxbrefs.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/cds/glob
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/cds/multi
copying astropy/io/ascii/tests/t/cds/multi/ReadMe -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/cds/multi
copying astropy/io/ascii/tests/t/cds/multi/lhs2065.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t/cds/multi
copying astropy/io/ascii/tests/t/cds2.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/commented_header.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/commented_header2.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/continuation.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/daophot.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/daophot2.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/sextractor.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/daophot.dat.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/fill_values.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/ipac.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/ipac.dat.bz2 -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/latex1.tex -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/latex1.tex.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/latex2.tex -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/nls1_stackinfo.dbout -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/no_data_cds.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/no_data_daophot.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/no_data_sextractor.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/no_data_ipac.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/no_data_with_header.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/no_data_without_header.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/short.rdb -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/short.rdb.bz2 -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/short.rdb.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/short.tab -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/simple.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/simple2.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/simple3.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/simple4.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/simple5.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/space_delim_blank_lines.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/space_delim_no_header.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/space_delim_no_names.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/test4.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/test5.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/vots_spec.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
copying astropy/io/ascii/tests/t/whitespace.dat -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/ascii/tests/t
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/arange.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/ascii.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/checksum.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/comp.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/fixed-1890.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/o4sp040b0_raw.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/random_groups.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/scale.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/stddata.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/table.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/tb.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/test0.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
copying astropy/io/fits/tests/data/zerowidth.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/fits/tests/data
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/irsa-nph-error.xml -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/irsa-nph-m31.xml -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/names.xml -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/regression.bin.tabledata.truth.xml -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/regression.xml -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/too_many_columns.xml.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/tb.fits -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
copying astropy/io/votable/tests/data/validation.txt -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/tests/data
creating build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator/urls
copying astropy/io/votable/validator/urls/cone.big.dat.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator/urls
copying astropy/io/votable/validator/urls/cone.broken.dat.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator/urls
copying astropy/io/votable/validator/urls/cone.good.dat.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator/urls
copying astropy/io/votable/validator/urls/cone.incorrect.dat.gz -> build/lib.macosx-10.8-x86_64-2.7/astropy/io/votable/validator/urls
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py", line 128, in <module>
entry_points=entry_points
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/install.py", line 56, in run
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 563, in run
self.run_command('build')
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "astropy/setup_helpers.py", line 458, in run
np_include = get_numpy_include_path()
File "astropy/setup_helpers.py", line 1170, in get_numpy_include_path
numpy = check_numpy()
File "astropy/setup_helpers.py", line 1160, in check_numpy
raise ImportError(msg)
ImportError: numpy version 1.4 or later must be installed to build astropy
----------------------------------------
Command /Users/wkerzend/virtualenvs/tardis_release/bin/python -c "import setuptools;__file__='/Users/wkerzend/virtualenvs/tardis_release/build/astropy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/v2/z0nm04hj495cj432_4xwvzmh0000gn/T/pip-6FNpzv-record/install-record.txt --single-version-externally-managed --install-headers /Users/wkerzend/virtualenvs/tardis_release/bin/../include/site/python2.7 failed with error code 1 in /Users/wkerzend/virtualenvs/tardis_release/build/astropy
Storing complete log in /Users/wkerzend/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment