Skip to content

Instantly share code, notes, and snippets.

@calvinchengx
Created August 2, 2012 00:11
Show Gist options
  • Select an option

  • Save calvinchengx/3231775 to your computer and use it in GitHub Desktop.

Select an option

Save calvinchengx/3231775 to your computer and use it in GitHub Desktop.
pip install numpy in virtualenv - mac osx
calvin$ mkvirtualenv -p python2.7 --no-site-packages senatus2
Running virtualenv with interpreter /opt/local/bin/python2.7
The --no-site-packages flag is deprecated; it is now the default behavior.
New python executable in senatus2/bin/python
Installing setuptools............done.
Installing pip...............done.
virtualenvwrapper.user_scripts creating /Users/calvin/.virtualenvs/senatus2/bin/predeactivate
virtualenvwrapper.user_scripts creating /Users/calvin/.virtualenvs/senatus2/bin/postdeactivate
virtualenvwrapper.user_scripts creating /Users/calvin/.virtualenvs/senatus2/bin/preactivate
virtualenvwrapper.user_scripts creating /Users/calvin/.virtualenvs/senatus2/bin/postactivate
virtualenvwrapper.user_scripts creating /Users/calvin/.virtualenvs/senatus2/bin/get_env_details
(senatus2)Jeans-MacBook-Air.local ttys009 Thu Aug 02 08:04:14 |~|
calvin$ pip install numpy
Downloading/unpacking numpy
Downloading numpy-1.6.2.tar.gz (2.6Mb): 2.6Mb 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 NAGFCompiler
Could not locate executable f95
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize IBMFCompiler
Could not locate executable xlf90
Could not locate executable xlf
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize GnuFCompiler
Could not locate executable g77
customize Gnu95FCompiler
Could not locate executable gfortran
customize G95FCompiler
Could not locate executable g95
customize PGroupFCompiler
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/npymath/npy_math.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
building extension "numpy.core._sort" sources
Generating build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1:20: error: endian.h: No such file or directory
_configtest.c:1:20: error: endian.h: No such file or directory
failure.
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
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/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
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/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function)
_configtest.c:7: error: (Each undeclared identifier is reported only once
_configtest.c:7: error: for each function it appears in.)
_configtest.c:5: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function)
_configtest.c:7: error: (Each undeclared identifier is reported only once
_configtest.c:7: error: for each function it appears in.)
failure.
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:5: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
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/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: size of array ‘test_array’ is negative
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: size of array ‘test_array’ is negative
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘asin’
_configtest.c:2: warning: conflicting types for built-in function ‘cos’
_configtest.c:3: warning: conflicting types for built-in function ‘log’
_configtest.c:4: warning: conflicting types for built-in function ‘fabs’
_configtest.c:5: warning: conflicting types for built-in function ‘tanh’
_configtest.c:6: warning: conflicting types for built-in function ‘atan’
_configtest.c:7: warning: conflicting types for built-in function ‘acos’
_configtest.c:8: warning: conflicting types for built-in function ‘floor’
_configtest.c:9: warning: conflicting types for built-in function ‘fmod’
_configtest.c:10: warning: conflicting types for built-in function ‘sqrt’
_configtest.c:11: warning: conflicting types for built-in function ‘cosh’
_configtest.c:12: warning: conflicting types for built-in function ‘modf’
_configtest.c:13: warning: conflicting types for built-in function ‘sinh’
_configtest.c:14: warning: conflicting types for built-in function ‘frexp’
_configtest.c:15: warning: conflicting types for built-in function ‘exp’
_configtest.c:16: warning: conflicting types for built-in function ‘tan’
_configtest.c:17: warning: conflicting types for built-in function ‘ceil’
_configtest.c:18: warning: conflicting types for built-in function ‘log10’
_configtest.c:19: warning: conflicting types for built-in function ‘sin’
_configtest.c:20: warning: conflicting types for built-in function ‘ldexp’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘log2’
_configtest.c:2: warning: conflicting types for built-in function ‘pow’
_configtest.c:3: warning: conflicting types for built-in function ‘exp2’
_configtest.c:4: warning: conflicting types for built-in function ‘atan2’
_configtest.c:5: warning: conflicting types for built-in function ‘rint’
_configtest.c:6: warning: conflicting types for built-in function ‘nextafter’
_configtest.c:7: warning: conflicting types for built-in function ‘trunc’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘cosf’
_configtest.c:2: warning: conflicting types for built-in function ‘coshf’
_configtest.c:3: warning: conflicting types for built-in function ‘rintf’
_configtest.c:4: warning: conflicting types for built-in function ‘fabsf’
_configtest.c:5: warning: conflicting types for built-in function ‘floorf’
_configtest.c:6: warning: conflicting types for built-in function ‘nextafterf’
_configtest.c:7: warning: conflicting types for built-in function ‘tanhf’
_configtest.c:8: warning: conflicting types for built-in function ‘log10f’
_configtest.c:9: warning: conflicting types for built-in function ‘logf’
_configtest.c:10: warning: conflicting types for built-in function ‘sinhf’
_configtest.c:11: warning: conflicting types for built-in function ‘acosf’
_configtest.c:12: warning: conflicting types for built-in function ‘sqrtf’
_configtest.c:13: warning: conflicting types for built-in function ‘ldexpf’
_configtest.c:14: warning: conflicting types for built-in function ‘hypotf’
_configtest.c:15: warning: conflicting types for built-in function ‘log2f’
_configtest.c:16: warning: conflicting types for built-in function ‘exp2f’
_configtest.c:17: warning: conflicting types for built-in function ‘atanf’
_configtest.c:18: warning: conflicting types for built-in function ‘fmodf’
_configtest.c:19: warning: conflicting types for built-in function ‘atan2f’
_configtest.c:20: warning: conflicting types for built-in function ‘modff’
_configtest.c:21: warning: conflicting types for built-in function ‘ceilf’
_configtest.c:22: warning: conflicting types for built-in function ‘log1pf’
_configtest.c:23: warning: conflicting types for built-in function ‘asinf’
_configtest.c:24: warning: conflicting types for built-in function ‘copysignf’
_configtest.c:25: warning: conflicting types for built-in function ‘acoshf’
_configtest.c:26: warning: conflicting types for built-in function ‘sinf’
_configtest.c:27: warning: conflicting types for built-in function ‘tanf’
_configtest.c:28: warning: conflicting types for built-in function ‘atanhf’
_configtest.c:29: warning: conflicting types for built-in function ‘truncf’
_configtest.c:30: warning: conflicting types for built-in function ‘asinhf’
_configtest.c:31: warning: conflicting types for built-in function ‘frexpf’
_configtest.c:32: warning: conflicting types for built-in function ‘powf’
_configtest.c:33: warning: conflicting types for built-in function ‘expf’
_configtest.c:34: warning: conflicting types for built-in function ‘expm1f’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘tanhl’
_configtest.c:2: warning: conflicting types for built-in function ‘log10l’
_configtest.c:3: warning: conflicting types for built-in function ‘nextafterl’
_configtest.c:4: warning: conflicting types for built-in function ‘coshl’
_configtest.c:5: warning: conflicting types for built-in function ‘cosl’
_configtest.c:6: warning: conflicting types for built-in function ‘floorl’
_configtest.c:7: warning: conflicting types for built-in function ‘rintl’
_configtest.c:8: warning: conflicting types for built-in function ‘fabsl’
_configtest.c:9: warning: conflicting types for built-in function ‘acosl’
_configtest.c:10: warning: conflicting types for built-in function ‘ldexpl’
_configtest.c:11: warning: conflicting types for built-in function ‘sqrtl’
_configtest.c:12: warning: conflicting types for built-in function ‘logl’
_configtest.c:13: warning: conflicting types for built-in function ‘expm1l’
_configtest.c:14: warning: conflicting types for built-in function ‘hypotl’
_configtest.c:15: warning: conflicting types for built-in function ‘log2l’
_configtest.c:16: warning: conflicting types for built-in function ‘copysignl’
_configtest.c:17: warning: conflicting types for built-in function ‘exp2l’
_configtest.c:18: warning: conflicting types for built-in function ‘atanl’
_configtest.c:19: warning: conflicting types for built-in function ‘frexpl’
_configtest.c:20: warning: conflicting types for built-in function ‘atan2l’
_configtest.c:21: warning: conflicting types for built-in function ‘sinhl’
_configtest.c:22: warning: conflicting types for built-in function ‘fmodl’
_configtest.c:23: warning: conflicting types for built-in function ‘log1pl’
_configtest.c:24: warning: conflicting types for built-in function ‘asinl’
_configtest.c:25: warning: conflicting types for built-in function ‘ceill’
_configtest.c:26: warning: conflicting types for built-in function ‘sinl’
_configtest.c:27: warning: conflicting types for built-in function ‘acoshl’
_configtest.c:28: warning: conflicting types for built-in function ‘atanhl’
_configtest.c:29: warning: conflicting types for built-in function ‘tanl’
_configtest.c:30: warning: conflicting types for built-in function ‘truncl’
_configtest.c:31: warning: conflicting types for built-in function ‘powl’
_configtest.c:32: warning: conflicting types for built-in function ‘expl’
_configtest.c:33: warning: conflicting types for built-in function ‘modfl’
_configtest.c:34: warning: conflicting types for built-in function ‘asinhl’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:8: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
_configtest.c:8: error: (Each undeclared identifier is reported only once
_configtest.c:8: error: for each function it appears in.)
_configtest.c:6: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:8: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
_configtest.c:8: error: (Each undeclared identifier is reported only once
_configtest.c:8: error: for each function it appears in.)
failure.
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:6: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘cexp’
_configtest.c:2: warning: conflicting types for built-in function ‘clog’
_configtest.c:3: warning: conflicting types for built-in function ‘ccos’
_configtest.c:4: warning: conflicting types for built-in function ‘cimag’
_configtest.c:5: warning: conflicting types for built-in function ‘cabs’
_configtest.c:6: warning: conflicting types for built-in function ‘cpow’
_configtest.c:7: warning: conflicting types for built-in function ‘csqrt’
_configtest.c:8: warning: conflicting types for built-in function ‘carg’
_configtest.c:9: warning: conflicting types for built-in function ‘creal’
_configtest.c:10: warning: conflicting types for built-in function ‘csin’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘ccosf’
_configtest.c:2: warning: conflicting types for built-in function ‘cargf’
_configtest.c:3: warning: conflicting types for built-in function ‘csqrtf’
_configtest.c:4: warning: conflicting types for built-in function ‘cpowf’
_configtest.c:5: warning: conflicting types for built-in function ‘cexpf’
_configtest.c:6: warning: conflicting types for built-in function ‘crealf’
_configtest.c:7: warning: conflicting types for built-in function ‘csinf’
_configtest.c:8: warning: conflicting types for built-in function ‘cabsf’
_configtest.c:9: warning: conflicting types for built-in function ‘clogf’
_configtest.c:10: warning: conflicting types for built-in function ‘cimagf’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘csqrtl’
_configtest.c:2: warning: conflicting types for built-in function ‘cargl’
_configtest.c:3: warning: conflicting types for built-in function ‘cexpl’
_configtest.c:4: warning: conflicting types for built-in function ‘ccosl’
_configtest.c:5: warning: conflicting types for built-in function ‘cpowl’
_configtest.c:6: warning: conflicting types for built-in function ‘cimagl’
_configtest.c:7: warning: conflicting types for built-in function ‘csinl’
_configtest.c:8: warning: conflicting types for built-in function ‘creall’
_configtest.c:9: warning: conflicting types for built-in function ‘clogl’
_configtest.c:10: warning: conflicting types for built-in function ‘cabsl’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: ‘Py_UNICODE_WIDE’ undeclared (first use in this function)
_configtest.c:7: error: (Each undeclared identifier is reported only once
_configtest.c:7: error: for each function it appears in.)
_configtest.c:5: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:7: error: ‘Py_UNICODE_WIDE’ undeclared (first use in this function)
_configtest.c:7: error: (Each undeclared identifier is reported only once
_configtest.c:7: error: for each function it appears in.)
failure.
removing: _configtest.c _configtest.o
('File:', 'build/src.macosx-10.7-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
#define HAVE_COS
#define HAVE_TAN
#define HAVE_SINH
#define HAVE_COSH
#define HAVE_TANH
#define HAVE_FABS
#define HAVE_FLOOR
#define HAVE_CEIL
#define HAVE_SQRT
#define HAVE_LOG10
#define HAVE_LOG
#define HAVE_EXP
#define HAVE_ASIN
#define HAVE_ACOS
#define HAVE_ATAN
#define HAVE_FMOD
#define HAVE_MODF
#define HAVE_FREXP
#define HAVE_LDEXP
#define HAVE_RINT
#define HAVE_TRUNC
#define HAVE_EXP2
#define HAVE_LOG2
#define HAVE_ATAN2
#define HAVE_POW
#define HAVE_NEXTAFTER
#define HAVE_SINF
#define HAVE_COSF
#define HAVE_TANF
#define HAVE_SINHF
#define HAVE_COSHF
#define HAVE_TANHF
#define HAVE_FABSF
#define HAVE_FLOORF
#define HAVE_CEILF
#define HAVE_RINTF
#define HAVE_TRUNCF
#define HAVE_SQRTF
#define HAVE_LOG10F
#define HAVE_LOGF
#define HAVE_LOG1PF
#define HAVE_EXPF
#define HAVE_EXPM1F
#define HAVE_ASINF
#define HAVE_ACOSF
#define HAVE_ATANF
#define HAVE_ASINHF
#define HAVE_ACOSHF
#define HAVE_ATANHF
#define HAVE_HYPOTF
#define HAVE_ATAN2F
#define HAVE_POWF
#define HAVE_FMODF
#define HAVE_MODFF
#define HAVE_FREXPF
#define HAVE_LDEXPF
#define HAVE_EXP2F
#define HAVE_LOG2F
#define HAVE_COPYSIGNF
#define HAVE_NEXTAFTERF
#define HAVE_SINL
#define HAVE_COSL
#define HAVE_TANL
#define HAVE_SINHL
#define HAVE_COSHL
#define HAVE_TANHL
#define HAVE_FABSL
#define HAVE_FLOORL
#define HAVE_CEILL
#define HAVE_RINTL
#define HAVE_TRUNCL
#define HAVE_SQRTL
#define HAVE_LOG10L
#define HAVE_LOGL
#define HAVE_LOG1PL
#define HAVE_EXPL
#define HAVE_EXPM1L
#define HAVE_ASINL
#define HAVE_ACOSL
#define HAVE_ATANL
#define HAVE_ASINHL
#define HAVE_ACOSHL
#define HAVE_ATANHL
#define HAVE_HYPOTL
#define HAVE_ATAN2L
#define HAVE_POWL
#define HAVE_FMODL
#define HAVE_MODFL
#define HAVE_FREXPL
#define HAVE_LDEXPL
#define HAVE_EXP2L
#define HAVE_LOG2L
#define HAVE_COPYSIGNL
#define HAVE_NEXTAFTERL
#define HAVE_DECL_SIGNBIT
#define HAVE_COMPLEX_H
#define HAVE_CREAL
#define HAVE_CIMAG
#define HAVE_CABS
#define HAVE_CARG
#define HAVE_CEXP
#define HAVE_CSQRT
#define HAVE_CLOG
#define HAVE_CCOS
#define HAVE_CSIN
#define HAVE_CPOW
#define HAVE_CREALF
#define HAVE_CIMAGF
#define HAVE_CABSF
#define HAVE_CARGF
#define HAVE_CEXPF
#define HAVE_CSQRTF
#define HAVE_CLOGF
#define HAVE_CCOSF
#define HAVE_CSINF
#define HAVE_CPOWF
#define HAVE_CREALL
#define HAVE_CIMAGL
#define HAVE_CABSL
#define HAVE_CARGL
#define HAVE_CEXPL
#define HAVE_CSQRTL
#define HAVE_CLOGL
#define HAVE_CCOSL
#define HAVE_CSINL
#define HAVE_CPOWL
#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.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
Generating build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:5: warning: function declaration isn’t a prototype
success!
removing: _configtest.c _configtest.o
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:4: warning: function declaration isn’t a prototype
_configtest.c: In function ‘main’:
_configtest.c:8: warning: control reaches end of non-void function
success!
removing: _configtest.c _configtest.o
File: build/src.macosx-10.7-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
#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 0x00000006
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
EOF
adding 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/_sortmodule.c
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/src/multiarray'
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/nditer.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/einsum.c
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
non-existing path in 'numpy/core': 'build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath'
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath/loops.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath/umathmodule.c
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath/funcs.inc
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.7-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.7-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.7-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.macosx-10.7-x86_64-2.7/numpy/core/src/scalarmathmodule.c
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h', 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/src/umath/umath_tests.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> build/src.macosx-10.7-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
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
/usr/bin/llvm-gcc-4.2 _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: numpy
Running setup.py install for 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']
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
build_src
building py_modules sources
building library "npymath" sources
customize NAGFCompiler
Could not locate executable f95
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize IBMFCompiler
Could not locate executable xlf90
Could not locate executable xlf
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize GnuFCompiler
Could not locate executable g77
customize Gnu95FCompiler
Could not locate executable gfortran
customize G95FCompiler
Could not locate executable g95
customize PGroupFCompiler
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
building extension "numpy.core._sort" sources
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.7-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.7-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
adding 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.7-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.7-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.7-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h', 'build/src.macosx-10.7-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
building extension "numpy.core.multiarray_tests" sources
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
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
customize G95FCompiler
customize PGroupFCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -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/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
llvm-gcc-4.2: _configtest.c
/usr/bin/llvm-gcc-4.2 _configtest.o -o _configtest
_configtest
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
customize UnixCCompiler
customize UnixCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: build/src.macosx-10.7-x86_64-2.7/numpy/core/src/npymath/npy_math.c
llvm-gcc-4.2: build/src.macosx-10.7-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
llvm-gcc-4.2: numpy/core/src/npymath/halffloat.c
llvm-gcc-4.2: build/src.macosx-10.7-x86_64-2.7/numpy/core/src/npymath/ieee754.c
ar: adding 4 object files to build/temp.macosx-10.7-x86_64-2.7/libnpymath.a
ranlib:@ build/temp.macosx-10.7-x86_64-2.7/libnpymath.a
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'numpy.core._sort' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: build/src.macosx-10.7-x86_64-2.7/numpy/core/src/_sortmodule.c
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/build/src.macosx-10.7-x86_64-2.7/numpy/core/src/_sortmodule.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -lnpymath -o build/lib.macosx-10.7-x86_64-2.7/numpy/core/_sort.so
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: numpy/core/src/multiarray/multiarraymodule_onefile.c
In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:19:
numpy/core/src/multiarray/descriptor.c: In function ‘_convert_from_dict’:
numpy/core/src/multiarray/descriptor.c:978: warning: unused variable ‘has_out_of_order_fields’
numpy/core/src/multiarray/multiarraymodule_onefile.c: At top level:
numpy/core/src/multiarray/scalartypes.c.src:2630: warning: ‘longlong_arrtype_hash’ defined but not used
numpy/core/src/multiarray/mapping.c:75: warning: ‘_array_ass_item’ defined but not used
build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h:227: warning: ‘_import_umath’ defined but not used
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule_onefile.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -lnpymath -o build/lib.macosx-10.7-x86_64-2.7/numpy/core/multiarray.so
building 'numpy.core.umath' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: numpy/core/src/umath/umathmodule_onefile.c
numpy/core/include/numpy/npy_3kcompat.h:392: warning: ‘simple_capsule_dtor’ defined but not used
numpy/core/src/private/lowlevel_strided_loops.h:36: warning: ‘PyArray_FreeStridedTransferData’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:43: warning: ‘PyArray_CopyStridedTransferData’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:64: warning: ‘PyArray_GetStridedCopyFn’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:78: warning: ‘PyArray_GetStridedCopySwapFn’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:92: warning: ‘PyArray_GetStridedCopySwapPairFn’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:109: warning: ‘PyArray_GetStridedZeroPadCopyFn’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:120: warning: ‘PyArray_GetStridedNumericCastFn’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:174: warning: ‘PyArray_GetDTypeTransferFunction’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:227: warning: ‘PyArray_TransferNDimToStrided’ declared ‘static’ but never defined
numpy/core/src/private/lowlevel_strided_loops.h:237: warning: ‘PyArray_TransferStridedToNDim’ declared ‘static’ but never defined
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/core/src/umath/umathmodule_onefile.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -lnpymath -o build/lib.macosx-10.7-x86_64-2.7/numpy/core/umath.so
building 'numpy.core.scalarmath' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: build/src.macosx-10.7-x86_64-2.7/numpy/core/src/scalarmathmodule.c
numpy/core/src/scalarmathmodule.c.src:1061: warning: function declaration isn’t a prototype
numpy/core/include/numpy/npy_3kcompat.h:392: warning: ‘simple_capsule_dtor’ defined but not used
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/build/src.macosx-10.7-x86_64-2.7/numpy/core/src/scalarmathmodule.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -lnpymath -o build/lib.macosx-10.7-x86_64-2.7/numpy/core/scalarmath.so
building 'numpy.core._dotblas' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNO_ATLAS_INFO=3 -Inumpy/core/blasdot -Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
extra options: '-msse3 -I/System/Library/Frameworks/vecLib.framework/Headers'
llvm-gcc-4.2: numpy/core/blasdot/_dotblas.c
numpy/core/blasdot/_dotblas.c: In function ‘dotblas_matrixproduct’:
numpy/core/blasdot/_dotblas.c:239: warning: comparison of distinct pointer types lacks a cast
numpy/core/blasdot/_dotblas.c:257: warning: passing argument 3 of ‘(struct PyObject * (*)(struct PyObject *, struct PyObject *, struct PyArrayObject *))PyArray_API[280]’ from incompatible pointer type
numpy/core/blasdot/_dotblas.c:292: warning: passing argument 3 of ‘(struct PyObject * (*)(struct PyObject *, struct PyObject *, struct PyArrayObject *))PyArray_API[280]’ from incompatible pointer type
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/core/blasdot/_dotblas.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/core/_dotblas.so -Wl,-framework -Wl,Accelerate
building 'numpy.core.umath_tests' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath/umath_tests.c
numpy/core/include/numpy/npy_3kcompat.h:392: warning: ‘simple_capsule_dtor’ defined but not used
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/build/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath/umath_tests.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/core/umath_tests.so
building 'numpy.core.multiarray_tests' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: build/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c
numpy/core/include/numpy/npy_3kcompat.h:392: warning: ‘simple_capsule_dtor’ defined but not used
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/build/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/core/multiarray_tests.so
building 'numpy.lib._compiled_base' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: numpy/lib/src/_compiled_base.c
numpy/lib/src/_compiled_base.c: In function ‘arr_bincount’:
numpy/lib/src/_compiled_base.c:120: warning: assignment from incompatible pointer type
numpy/lib/src/_compiled_base.c: In function ‘pack_or_unpack_bits’:
numpy/lib/src/_compiled_base.c:1316: warning: assignment from incompatible pointer type
numpy/lib/src/_compiled_base.c:1357: warning: assignment from incompatible pointer type
numpy/lib/src/_compiled_base.c: At top level:
numpy/core/include/numpy/npy_3kcompat.h:392: warning: ‘simple_capsule_dtor’ defined but not used
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/lib/src/_compiled_base.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/lib/_compiled_base.so
building 'numpy.numarray._capi' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: numpy/numarray/_capi.c
numpy/core/include/numpy/npy_3kcompat.h:392: warning: ‘simple_capsule_dtor’ defined but not used
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/numarray/_capi.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/numarray/_capi.so
building 'numpy.fft.fftpack_lite' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: numpy/fft/fftpack.c
llvm-gcc-4.2: numpy/fft/fftpack_litemodule.c
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/fft/fftpack_litemodule.o build/temp.macosx-10.7-x86_64-2.7/numpy/fft/fftpack.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/fft/fftpack_lite.so
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNO_ATLAS_INFO=3 -Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
extra options: '-msse3'
llvm-gcc-4.2: numpy/linalg/lapack_litemodule.c
llvm-gcc-4.2: numpy/linalg/python_xerbla.c
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.7-x86_64-2.7/numpy/linalg/python_xerbla.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/linalg/lapack_lite.so -Wl,-framework -Wl,Accelerate
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: /usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/multiarray -Ibuild/src.macosx-10.7-x86_64-2.7/numpy/core/src/umath -c'
llvm-gcc-4.2: numpy/random/mtrand/distributions.c
llvm-gcc-4.2: numpy/random/mtrand/initarray.c
build/src.macosx-10.7-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1533: warning: ‘_import_array’ defined but not used
llvm-gcc-4.2: numpy/random/mtrand/randomkit.c
llvm-gcc-4.2: numpy/random/mtrand/mtrand.c
/usr/bin/llvm-gcc-4.2 -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.7-x86_64-2.7/numpy/random/mtrand/mtrand.o build/temp.macosx-10.7-x86_64-2.7/numpy/random/mtrand/randomkit.o build/temp.macosx-10.7-x86_64-2.7/numpy/random/mtrand/initarray.o build/temp.macosx-10.7-x86_64-2.7/numpy/random/mtrand/distributions.o -Lbuild/temp.macosx-10.7-x86_64-2.7 -o build/lib.macosx-10.7-x86_64-2.7/numpy/random/mtrand.so
Creating build/scripts.macosx-10.7-x86_64-2.7/f2py
adding 'build/scripts.macosx-10.7-x86_64-2.7/f2py' to scripts
changing mode of build/scripts.macosx-10.7-x86_64-2.7/f2py from 644 to 755
changing mode of /Users/calvin/.virtualenvs/senatus2/bin/f2py to 755
Successfully installed numpy
Cleaning up...
(senatus2)Jeans-MacBook-Air.local ttys009 Thu Aug 02 08:10:23 |~|
calvin$ python -c "import numpy; print numpy.version.full_version"
1.6.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment