Skip to content

Instantly share code, notes, and snippets.

@fedorov
Created January 25, 2013 13:29
Show Gist options
  • Select an option

  • Save fedorov/4634452 to your computer and use it in GitHub Desktop.

Select an option

Save fedorov/4634452 to your computer and use it in GitHub Desktop.
Running from numpy source directory.
/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/NUMPY/numpy/distutils/command/config.py:394: DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of get_output is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++
DeprecationWarning)
F2PY Version 2
blas_opt_info:
FOUND:
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-I/System/Library/Frameworks/vecLib.framework/Headers']
lapack_opt_info:
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in /Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/lib
libraries mkl,vml,guide not found in /usr/local/lib
libraries mkl,vml,guide not found in /usr/lib
libraries mkl,vml,guide not found in /opt/local/lib
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/lib
libraries lapack_atlas not found in /Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
libraries lapack_atlas not found in /opt/local/lib
numpy.distutils.system_info.atlas_threads_info
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
FOUND:
libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
library_dirs = ['/opt/local/lib']
language = f77
include_dirs = ['/opt/local/include']
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
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':
/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void)
int main(void) {
ATL_buildinfo()
return 0
}
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
compile options: '-c'
cc: _configtest.c
/usr/bin/cc _configtest.o -L/opt/local/lib -llapack -lptf77blas -lptcblas -latlas -o _configtest
ATLAS version 3.10.0 built by macports on Fri Nov 23 21:45:54 PST 2012:
UNAME : Darwin teneight-slave.macports.org 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012 root:xnu-2050.18.24 1/RELEASE_X86_64 x86_64
INSTFLG : -1 0 -a 1 -l 1
ARCHDEFS : -DATL_OS_OSX -DATL_ARCH_Corei1 -DATL_CPUMHZ=2536 -DATL_SSE3 -DATL_SSE2 -DATL_SSE1 -DATL_USE64BITS -DATL_GAS_x8664
F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle
CACHEEDGE: 524288
F77 : /opt/local/bin/gfortran-mp-4.5, version GNU Fortran (MacPorts gcc45 4.5.4_6) 4.5.4
F77FLAGS : -O -msse3 -fPIC -m64 -fPIC
SMC : /opt/local/bin/gcc-mp-4.5, version gcc-mp-4.5 (MacPorts gcc45 4.5.4_6) 4.5.4
SMCFLAGS : -fomit-frame-pointer -mfpmath=sse -O2 -fno-schedule-insns2 -msse3 -fPIC -m64 -fPIC
SKC : /opt/local/bin/gcc-mp-4.5, version gcc-mp-4.5 (MacPorts gcc45 4.5.4_6) 4.5.4
SKCFLAGS : -fomit-frame-pointer -mfpmath=sse -O2 -fno-schedule-insns2 -msse3 -fPIC -m64 -fPIC
success!
removing: _configtest.c _configtest.o _configtest
FOUND:
libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
library_dirs = ['/opt/local/lib']
language = f77
define_macros = [('ATLAS_INFO', '"\\"3.10.0\\""')]
include_dirs = ['/opt/local/include']
running config
Running from numpy source directory.
/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/NUMPY/numpy/distutils/command/config.py:394: DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of get_output is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++
DeprecationWarning)
/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/NUMPY/numpy/distutils/command/config.py:39: DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of try_run is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++
DeprecationWarning)
warning: build_ext: f77_compiler=none is not available.
warning: build_ext: extension 'numpy.linalg.lapack_lite' has Fortran libraries but no Fortran linker found, using default linker
F2PY Version 2
blas_opt_info:
FOUND:
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3)]
extra_compile_args = ['-I/System/Library/Frameworks/vecLib.framework/Headers']
lapack_opt_info:
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in /Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/lib
libraries mkl,vml,guide not found in /usr/local/lib
libraries mkl,vml,guide not found in /usr/lib
libraries mkl,vml,guide not found in /opt/local/lib
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/lib
libraries lapack_atlas not found in /Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
libraries lapack_atlas not found in /opt/local/lib
numpy.distutils.system_info.atlas_threads_info
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
FOUND:
libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
library_dirs = ['/opt/local/lib']
language = f77
include_dirs = ['/opt/local/include']
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
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':
/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void)
int main(void) {
ATL_buildinfo()
return 0
}
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
compile options: '-c'
cc: _configtest.c
/usr/bin/cc _configtest.o -L/opt/local/lib -llapack -lptf77blas -lptcblas -latlas -o _configtest
ATLAS version 3.10.0 built by macports on Fri Nov 23 21:45:54 PST 2012:
UNAME : Darwin teneight-slave.macports.org 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012 root:xnu-2050.18.24 1/RELEASE_X86_64 x86_64
INSTFLG : -1 0 -a 1 -l 1
ARCHDEFS : -DATL_OS_OSX -DATL_ARCH_Corei1 -DATL_CPUMHZ=2536 -DATL_SSE3 -DATL_SSE2 -DATL_SSE1 -DATL_USE64BITS -DATL_GAS_x8664
F2CDEFS : -DAdd_ -DF77_INTEGER=int -DStringSunStyle
CACHEEDGE: 524288
F77 : /opt/local/bin/gfortran-mp-4.5, version GNU Fortran (MacPorts gcc45 4.5.4_6) 4.5.4
F77FLAGS : -O -msse3 -fPIC -m64 -fPIC
SMC : /opt/local/bin/gcc-mp-4.5, version gcc-mp-4.5 (MacPorts gcc45 4.5.4_6) 4.5.4
SMCFLAGS : -fomit-frame-pointer -mfpmath=sse -O2 -fno-schedule-insns2 -msse3 -fPIC -m64 -fPIC
SKC : /opt/local/bin/gcc-mp-4.5, version gcc-mp-4.5 (MacPorts gcc45 4.5.4_6) 4.5.4
SKCFLAGS : -fomit-frame-pointer -mfpmath=sse -O2 -fno-schedule-insns2 -msse3 -fPIC -m64 -fPIC
success!
removing: _configtest.c _configtest.o _configtest
FOUND:
libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
library_dirs = ['/opt/local/lib']
language = f77
define_macros = [('ATLAS_INFO', '"\\"3.10.0\\""')]
include_dirs = ['/opt/local/include']
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build/src.macosx-10.4-x86_64-2.6
creating build/src.macosx-10.4-x86_64-2.6/numpy
creating build/src.macosx-10.4-x86_64-2.6/numpy/distutils
building library "npymath" sources
customize NoneFCompiler
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'exp'
int exp (void)
^
_configtest.c:1:5: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
creating build/src.macosx-10.4-x86_64-2.6/numpy/core
creating build/src.macosx-10.4-x86_64-2.6/numpy/core/src
creating build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath/npy_math.c
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath/npy_math_complex.c
building extension "numpy.core._sort" sources
Generating build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:7:12: error: use of undeclared identifier 'SIZEOF_LONGDOUBLE'
(void) SIZEOF_LONGDOUBLE
^
1 error generated.
_configtest.c:7:12: error: use of undeclared identifier 'SIZEOF_LONGDOUBLE'
(void) SIZEOF_LONGDOUBLE
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 12)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 0)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 1)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 3)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 7)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 15)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:5:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= 31)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:7:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
_configtest.c:7:28: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'exp'
int exp (void)
^
_configtest.c:1:5: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'asin'
int asin (void)
^
_configtest.c:1:5: note: 'asin' is a builtin with type 'double (double)'
_configtest.c:2:5: warning: incompatible redeclaration of library function 'cos'
int cos (void)
^
_configtest.c:2:5: note: 'cos' is a builtin with type 'double (double)'
_configtest.c:3:5: warning: incompatible redeclaration of library function 'log'
int log (void)
^
_configtest.c:3:5: note: 'log' is a builtin with type 'double (double)'
_configtest.c:4:5: warning: incompatible redeclaration of library function 'fabs'
int fabs (void)
^
_configtest.c:4:5: note: 'fabs' is a builtin with type 'double (double)'
_configtest.c:6:5: warning: incompatible redeclaration of library function 'atan'
int atan (void)
^
_configtest.c:6:5: note: 'atan' is a builtin with type 'double (double)'
_configtest.c:7:5: warning: incompatible redeclaration of library function 'acos'
int acos (void)
^
_configtest.c:7:5: note: 'acos' is a builtin with type 'double (double)'
_configtest.c:8:5: warning: incompatible redeclaration of library function 'floor'
int floor (void)
^
_configtest.c:8:5: note: 'floor' is a builtin with type 'double (double)'
_configtest.c:10:5: warning: incompatible redeclaration of library function 'sqrt'
int sqrt (void)
^
_configtest.c:10:5: note: 'sqrt' is a builtin with type 'double (double)'
_configtest.c:15:5: warning: incompatible redeclaration of library function 'exp'
int exp (void)
^
_configtest.c:15:5: note: 'exp' is a builtin with type 'double (double)'
_configtest.c:16:5: warning: incompatible redeclaration of library function 'tan'
int tan (void)
^
_configtest.c:16:5: note: 'tan' is a builtin with type 'double (double)'
_configtest.c:17:5: warning: incompatible redeclaration of library function 'ceil'
int ceil (void)
^
_configtest.c:17:5: note: 'ceil' is a builtin with type 'double (double)'
_configtest.c:19:5: warning: incompatible redeclaration of library function 'sin'
int sin (void)
^
_configtest.c:19:5: note: 'sin' is a builtin with type 'double (double)'
12 warnings generated.
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:2:5: warning: incompatible redeclaration of library function 'pow'
int pow (void)
^
_configtest.c:2:5: note: 'pow' is a builtin with type 'double (double, double)'
_configtest.c:4:5: warning: incompatible redeclaration of library function 'atan2'
int atan2 (void)
^
_configtest.c:4:5: note: 'atan2' is a builtin with type 'double (double, double)'
2 warnings generated.
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'cosf'
int cosf (void)
^
_configtest.c:1:5: note: 'cosf' is a builtin with type 'float (float)'
_configtest.c:4:5: warning: incompatible redeclaration of library function 'fabsf'
int fabsf (void)
^
_configtest.c:4:5: note: 'fabsf' is a builtin with type 'float (float)'
_configtest.c:5:5: warning: incompatible redeclaration of library function 'floorf'
int floorf (void)
^
_configtest.c:5:5: note: 'floorf' is a builtin with type 'float (float)'
_configtest.c:9:5: warning: incompatible redeclaration of library function 'logf'
int logf (void)
^
_configtest.c:9:5: note: 'logf' is a builtin with type 'float (float)'
_configtest.c:11:5: warning: incompatible redeclaration of library function 'acosf'
int acosf (void)
^
_configtest.c:11:5: note: 'acosf' is a builtin with type 'float (float)'
_configtest.c:12:5: warning: incompatible redeclaration of library function 'sqrtf'
int sqrtf (void)
^
_configtest.c:12:5: note: 'sqrtf' is a builtin with type 'float (float)'
_configtest.c:17:5: warning: incompatible redeclaration of library function 'atanf'
int atanf (void)
^
_configtest.c:17:5: note: 'atanf' is a builtin with type 'float (float)'
_configtest.c:19:5: warning: incompatible redeclaration of library function 'atan2f'
int atan2f (void)
^
_configtest.c:19:5: note: 'atan2f' is a builtin with type 'float (float, float)'
_configtest.c:21:5: warning: incompatible redeclaration of library function 'ceilf'
int ceilf (void)
^
_configtest.c:21:5: note: 'ceilf' is a builtin with type 'float (float)'
_configtest.c:23:5: warning: incompatible redeclaration of library function 'asinf'
int asinf (void)
^
_configtest.c:23:5: note: 'asinf' is a builtin with type 'float (float)'
_configtest.c:26:5: warning: incompatible redeclaration of library function 'sinf'
int sinf (void)
^
_configtest.c:26:5: note: 'sinf' is a builtin with type 'float (float)'
_configtest.c:27:5: warning: incompatible redeclaration of library function 'tanf'
int tanf (void)
^
_configtest.c:27:5: note: 'tanf' is a builtin with type 'float (float)'
_configtest.c:32:5: warning: incompatible redeclaration of library function 'powf'
int powf (void)
^
_configtest.c:32:5: note: 'powf' is a builtin with type 'float (float, float)'
_configtest.c:33:5: warning: incompatible redeclaration of library function 'expf'
int expf (void)
^
_configtest.c:33:5: note: 'expf' is a builtin with type 'float (float)'
14 warnings generated.
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:5: warning: incompatible redeclaration of library function 'cosl'
int cosl (void)
^
_configtest.c:5:5: note: 'cosl' is a builtin with type 'long double (long double)'
_configtest.c:6:5: warning: incompatible redeclaration of library function 'floorl'
int floorl (void)
^
_configtest.c:6:5: note: 'floorl' is a builtin with type 'long double (long double)'
_configtest.c:8:5: warning: incompatible redeclaration of library function 'fabsl'
int fabsl (void)
^
_configtest.c:8:5: note: 'fabsl' is a builtin with type 'long double (long double)'
_configtest.c:9:5: warning: incompatible redeclaration of library function 'acosl'
int acosl (void)
^
_configtest.c:9:5: note: 'acosl' is a builtin with type 'long double (long double)'
_configtest.c:11:5: warning: incompatible redeclaration of library function 'sqrtl'
int sqrtl (void)
^
_configtest.c:11:5: note: 'sqrtl' is a builtin with type 'long double (long double)'
_configtest.c:12:5: warning: incompatible redeclaration of library function 'logl'
int logl (void)
^
_configtest.c:12:5: note: 'logl' is a builtin with type 'long double (long double)'
_configtest.c:18:5: warning: incompatible redeclaration of library function 'atanl'
int atanl (void)
^
_configtest.c:18:5: note: 'atanl' is a builtin with type 'long double (long double)'
_configtest.c:20:5: warning: incompatible redeclaration of library function 'atan2l'
int atan2l (void)
^
_configtest.c:20:5: note: 'atan2l' is a builtin with type 'long double (long double, long double)'
_configtest.c:24:5: warning: incompatible redeclaration of library function 'asinl'
int asinl (void)
^
_configtest.c:24:5: note: 'asinl' is a builtin with type 'long double (long double)'
_configtest.c:25:5: warning: incompatible redeclaration of library function 'ceill'
int ceill (void)
^
_configtest.c:25:5: note: 'ceill' is a builtin with type 'long double (long double)'
_configtest.c:26:5: warning: incompatible redeclaration of library function 'sinl'
int sinl (void)
^
_configtest.c:26:5: note: 'sinl' is a builtin with type 'long double (long double)'
_configtest.c:29:5: warning: incompatible redeclaration of library function 'tanl'
int tanl (void)
^
_configtest.c:29:5: note: 'tanl' is a builtin with type 'long double (long double)'
_configtest.c:31:5: warning: incompatible redeclaration of library function 'powl'
int powl (void)
^
_configtest.c:31:5: note: 'powl' is a builtin with type 'long double (long double, long double)'
_configtest.c:32:5: warning: incompatible redeclaration of library function 'expl'
int expl (void)
^
_configtest.c:32:5: note: 'expl' is a builtin with type 'long double (long double)'
14 warnings generated.
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:8:12: error: use of undeclared identifier 'HAVE_DECL_SIGNBIT'
(void) HAVE_DECL_SIGNBIT
^
1 error generated.
_configtest.c:8:12: error: use of undeclared identifier 'HAVE_DECL_SIGNBIT'
(void) HAVE_DECL_SIGNBIT
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:7:12: error: use of undeclared identifier 'Py_UNICODE_WIDE' did you mean 'Py_UNICODE'?
(void) Py_UNICODE_WIDE
^
1 error generated.
_configtest.c:7:12: error: use of undeclared identifier 'Py_UNICODE_WIDE' did you mean 'Py_UNICODE'?
(void) Py_UNICODE_WIDE
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
File: build/src.macosx-10.4-x86_64-2.6/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
#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.4-x86_64-2.6/numpy/core/include/numpy/config.h' to sources.
Generating build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:1:5: warning: incompatible redeclaration of library function 'exp'
int exp (void)
^
_configtest.c:1:5: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
/usr/bin/cc _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
_configtest.c:5:18: warning: extra tokens at end of #ifndef directive [-Wextra-tokens]
#ifndef __GNUC__ && (__GNUC__ >= 4)
^
//
1 warning generated.
success!
removing: _configtest.c _configtest.o
File: build/src.macosx-10.4-x86_64-2.6/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_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 0x00000004
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
EOF
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources.
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/_sortmodule.c
numpy.core - nothing done with h_files = ['build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
non-existing path in 'numpy/core': 'build/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray'
creating build/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray/scalartypes.c
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray/arraytypes.c
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h' to sources.
non-existing path in 'numpy/core': 'build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath'
creating build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath/loops.c
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath/umathmodule.c
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath/funcs.inc
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h' to sources.
conv_template:> build/src.macosx-10.4-x86_64-2.6/numpy/core/src/scalarmathmodule.c
numpy.core - nothing done with h_files = ['build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/config.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.4-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h', 'build/src.macosx-10.4-x86_64-2.6/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.4-x86_64-2.6/numpy/core/src/umath/umath_tests.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> build/src.macosx-10.4-x86_64-2.6/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
creating build/src.macosx-10.4-x86_64-2.6/numpy/linalg
adding 'numpy/linalg/lapack_litemodule.c' to sources.
adding 'numpy/linalg/python_xerbla.c' to sources.
building extension "numpy.random.mtrand" sources
creating build/src.macosx-10.4-x86_64-2.6/numpy/random
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -c'
cc: _configtest.c
/usr/bin/cc _configtest.o -o _configtest
_configtest
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
running build_py
creating build/lib.macosx-10.4-x86_64-2.6
creating build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/_import_tools.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/add_newdocs.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/ctypeslib.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/dual.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/matlib.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying numpy/version.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
copying build/src.macosx-10.4-x86_64-2.6/numpy/__config__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy
creating build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/__version__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/core.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/environment.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/interactive.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/log.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
copying build/src.macosx-10.4-x86_64-2.6/numpy/distutils/__config__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils
creating build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/scons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/command
creating build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/distutils/fcompiler
creating build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/decorators.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/noseclasses.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/nosetester.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/nulltester.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/numpytest.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
copying numpy/testing/utils.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/testing
creating build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/f2py_testing.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/f2py
creating build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/_internal.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/_mx_datetime_parser.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/arrayprint.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/defchararray.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/function_base.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/getlimits.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/machar.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/memmap.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/numeric.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/numerictypes.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/records.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/scons_support.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/setup_common.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/shape_base.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/core
creating build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/financial.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/format.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/function_base.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/io.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/scimath.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/type_check.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/user_array.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
copying numpy/lib/utils.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/lib
creating build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/alter_code1.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/alter_code2.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/array_printer.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/arrayfns.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/compat.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/fft.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/fix_default_axis.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/functions.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/linear_algebra.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/ma.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/matrix.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/misc.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/mlab.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/precision.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/random_array.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/rng.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/rng_stats.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/typeconv.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/ufuncs.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
copying numpy/oldnumeric/user_array.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/oldnumeric
creating build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/alter_code1.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/alter_code2.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/compat.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/convolve.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/fft.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/functions.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/image.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/linear_algebra.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/ma.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/matrix.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/mlab.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/nd_image.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/numerictypes.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/random_array.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/session.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/ufuncs.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
copying numpy/numarray/util.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/numarray
creating build/lib.macosx-10.4-x86_64-2.6/numpy/fft
copying numpy/fft/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/fft
copying numpy/fft/fftpack.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/fft
copying numpy/fft/helper.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/fft
copying numpy/fft/info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/fft
copying numpy/fft/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/fft
copying numpy/fft/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/fft
creating build/lib.macosx-10.4-x86_64-2.6/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/linalg
copying numpy/linalg/info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/linalg
copying numpy/linalg/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/linalg
creating build/lib.macosx-10.4-x86_64-2.6/numpy/random
copying numpy/random/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/random
copying numpy/random/info.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/random
copying numpy/random/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/random
copying numpy/random/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/random
creating build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/bench.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/core.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/extras.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/testutils.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
copying numpy/ma/version.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/ma
creating build/lib.macosx-10.4-x86_64-2.6/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/matrixlib
copying numpy/matrixlib/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/matrixlib
creating build/lib.macosx-10.4-x86_64-2.6/numpy/compat
copying numpy/compat/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/compat
copying numpy/compat/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/compat
copying numpy/compat/setupscons.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/compat
creating build/lib.macosx-10.4-x86_64-2.6/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/polynomial
copying numpy/polynomial/polytemplate.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/polynomial
creating build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/__init__.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/basics.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/broadcasting.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/byteswapping.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/constants.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/creation.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/glossary.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/howtofind.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/indexing.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/internals.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/io.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/jargon.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/methods_vs_functions.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/misc.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/performance.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/structured_arrays.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/subclassing.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.macosx-10.4-x86_64-2.6/numpy/doc
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6
creating build/temp.macosx-10.4-x86_64-2.6/build
creating build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6
creating build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy
creating build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core
creating build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src
creating build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath/npy_math.c
cc: build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath/npy_math_complex.c
cc: build/src.macosx-10.4-x86_64-2.6/numpy/core/src/npymath/ieee754.c
ar: adding 3 object files to build/temp.macosx-10.4-x86_64-2.6/libnpymath.a
ranlib:@ build/temp.macosx-10.4-x86_64-2.6/libnpymath.a
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
customize NoneFCompiler
building 'numpy.core._sort' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: build/src.macosx-10.4-x86_64-2.6/numpy/core/src/_sortmodule.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src/_sortmodule.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/core/_sort.so
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy
creating build/temp.macosx-10.4-x86_64-2.6/numpy/core
creating build/temp.macosx-10.4-x86_64-2.6/numpy/core/src
creating build/temp.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: numpy/core/src/multiarray/multiarraymodule_onefile.c
In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:
numpy/core/src/multiarray/scalartypes.c.src:111:23: warning: expression result unused [-Wunused-value]
PyObject_INIT(obj, type)
~~~~~~~~~~~~~~^~~~~~~~~~
/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6/objimpl.h:157:69: note: expanded from macro 'PyObject_INIT'
( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
^
In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:13:
numpy/core/src/multiarray/arraytypes.c.src:93:15: warning: unused variable '_SEQUENCE_MESSAGE' [-Wunused-variable]
static char * _SEQUENCE_MESSAGE = "error setting an array element with a sequence"
^
In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:22:
numpy/core/src/multiarray/mapping.c:72:1: warning: unused function '_array_ass_item' [-Wunused-function]
_array_ass_item(PyArrayObject *self, Py_ssize_t i, PyObject *v)
^
3 warnings generated.
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray/multiarraymodule_onefile.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -lnpymath -o build/lib.macosx-10.4-x86_64-2.6/numpy/core/multiarray.so
building 'numpy.core.umath' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy/core/src/umath
compile options: '-Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: numpy/core/src/umath/umathmodule_onefile.c
In file included from numpy/core/src/umath/umathmodule_onefile.c:1:
numpy/core/src/umath/loops.c.src:863:1: warning: unused function 'DATETIME_ones_like' [-Wunused-function]
DATETIME_ones_like(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(data))
^
numpy/core/src/umath/loops.c.src:871:1: warning: unused function 'DATETIME_negative' [-Wunused-function]
DATETIME_negative(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:880:1: warning: unused function 'DATETIME_logical_not' [-Wunused-function]
DATETIME_logical_not(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_equal' [-Wunused-function]
DATETIME_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_not_equal' [-Wunused-function]
DATETIME_not_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_greater' [-Wunused-function]
DATETIME_greater(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_greater_equal' [-Wunused-function]
DATETIME_greater_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_less' [-Wunused-function]
DATETIME_less(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_less_equal' [-Wunused-function]
DATETIME_less_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_logical_and' [-Wunused-function]
DATETIME_logical_and(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'DATETIME_logical_or' [-Wunused-function]
DATETIME_logical_or(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:906:1: warning: unused function 'DATETIME_logical_xor' [-Wunused-function]
DATETIME_logical_xor(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:920:1: warning: unused function 'DATETIME_maximum' [-Wunused-function]
DATETIME_maximum(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:920:1: warning: unused function 'DATETIME_minimum' [-Wunused-function]
DATETIME_minimum(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:931:1: warning: unused function 'DATETIME_absolute' [-Wunused-function]
DATETIME_absolute(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:940:1: warning: unused function 'DATETIME_sign' [-Wunused-function]
DATETIME_sign(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:863:1: warning: unused function 'TIMEDELTA_ones_like' [-Wunused-function]
TIMEDELTA_ones_like(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(data))
^
numpy/core/src/umath/loops.c.src:871:1: warning: unused function 'TIMEDELTA_negative' [-Wunused-function]
TIMEDELTA_negative(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:880:1: warning: unused function 'TIMEDELTA_logical_not' [-Wunused-function]
TIMEDELTA_logical_not(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_equal' [-Wunused-function]
TIMEDELTA_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_not_equal' [-Wunused-function]
TIMEDELTA_not_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_greater' [-Wunused-function]
TIMEDELTA_greater(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_greater_equal' [-Wunused-function]
TIMEDELTA_greater_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_less' [-Wunused-function]
TIMEDELTA_less(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_less_equal' [-Wunused-function]
TIMEDELTA_less_equal(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_logical_and' [-Wunused-function]
TIMEDELTA_logical_and(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:895:1: warning: unused function 'TIMEDELTA_logical_or' [-Wunused-function]
TIMEDELTA_logical_or(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:906:1: warning: unused function 'TIMEDELTA_logical_xor' [-Wunused-function]
TIMEDELTA_logical_xor(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:920:1: warning: unused function 'TIMEDELTA_maximum' [-Wunused-function]
TIMEDELTA_maximum(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:920:1: warning: unused function 'TIMEDELTA_minimum' [-Wunused-function]
TIMEDELTA_minimum(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:931:1: warning: unused function 'TIMEDELTA_absolute' [-Wunused-function]
TIMEDELTA_absolute(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:940:1: warning: unused function 'TIMEDELTA_sign' [-Wunused-function]
TIMEDELTA_sign(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:954:1: warning: unused function 'DATETIME_Mm_M_add' [-Wunused-function]
DATETIME_Mm_M_add(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(data))
^
numpy/core/src/umath/loops.c.src:964:1: warning: unused function 'DATETIME_mM_M_add' [-Wunused-function]
DATETIME_mM_M_add(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:974:1: warning: unused function 'TIMEDELTA_mm_m_add' [-Wunused-function]
TIMEDELTA_mm_m_add(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:984:1: warning: unused function 'DATETIME_Mm_M_subtract' [-Wunused-function]
DATETIME_Mm_M_subtract(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:994:1: warning: unused function 'DATETIME_MM_m_subtract' [-Wunused-function]
DATETIME_MM_m_subtract(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1004:1: warning: unused function 'TIMEDELTA_mm_m_subtract' [-Wunused-function]
TIMEDELTA_mm_m_subtract(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1414:1: warning: unused function 'CLONGDOUBLE_logical_and' [-Wunused-function]
CLONGDOUBLE_logical_and(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1414:1: warning: unused function 'CLONGDOUBLE_logical_or' [-Wunused-function]
CLONGDOUBLE_logical_or(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1427:1: warning: unused function 'CLONGDOUBLE_logical_xor' [-Wunused-function]
CLONGDOUBLE_logical_xor(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1441:1: warning: unused function 'CLONGDOUBLE_logical_not' [-Wunused-function]
CLONGDOUBLE_logical_not(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1498:1: warning: unused function 'CLONGDOUBLE_ones_like' [-Wunused-function]
CLONGDOUBLE_ones_like(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(data))
^
numpy/core/src/umath/loops.c.src:1555:1: warning: unused function 'CLONGDOUBLE_maximum' [-Wunused-function]
CLONGDOUBLE_maximum(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1555:1: warning: unused function 'CLONGDOUBLE_minimum' [-Wunused-function]
CLONGDOUBLE_minimum(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1579:1: warning: unused function 'CLONGDOUBLE_fmax' [-Wunused-function]
CLONGDOUBLE_fmax(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
numpy/core/src/umath/loops.c.src:1579:1: warning: unused function 'CLONGDOUBLE_fmin' [-Wunused-function]
CLONGDOUBLE_fmin(char **args, intp *dimensions, intp *steps, void *NPY_UNUSED(func))
^
47 warnings generated.
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/core/src/umath/umathmodule_onefile.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -lnpymath -o build/lib.macosx-10.4-x86_64-2.6/numpy/core/umath.so
building 'numpy.core.scalarmath' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: build/src.macosx-10.4-x86_64-2.6/numpy/core/src/scalarmathmodule.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src/scalarmathmodule.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/core/scalarmath.so
building 'numpy.core._dotblas' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy/core/blasdot
compile options: '-DNO_ATLAS_INFO=3 -Inumpy/core/blasdot -Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
extra options: '-I/System/Library/Frameworks/vecLib.framework/Headers'
cc: numpy/core/blasdot/_dotblas.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/core/blasdot/_dotblas.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/core/_dotblas.so -Wl,-framework -Wl,Accelerate
building 'numpy.core.umath_tests' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath/umath_tests.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath/umath_tests.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/core/umath_tests.so
building 'numpy.core.multiarray_tests' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: build/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray/multiarray_tests.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/build/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray/multiarray_tests.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/core/multiarray_tests.so
building 'numpy.lib._compiled_base' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy/lib
creating build/temp.macosx-10.4-x86_64-2.6/numpy/lib/src
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: numpy/lib/src/_compiled_base.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/lib/src/_compiled_base.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/lib/_compiled_base.so
building 'numpy.numarray._capi' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy/numarray
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: numpy/numarray/_capi.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/numarray/_capi.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/numarray/_capi.so
building 'numpy.fft.fftpack_lite' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy/fft
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: numpy/fft/fftpack.c
cc: numpy/fft/fftpack_litemodule.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/fft/fftpack_litemodule.o build/temp.macosx-10.4-x86_64-2.6/numpy/fft/fftpack.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/fft/fftpack_lite.so
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy/linalg
compile options: '-DATLAS_INFO="\"3.10.0\"" -I/opt/local/include -Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: numpy/linalg/lapack_litemodule.c
cc: numpy/linalg/python_xerbla.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.4-x86_64-2.6/numpy/linalg/python_xerbla.o -L/opt/local/lib -Lbuild/temp.macosx-10.4-x86_64-2.6 -llapack -lptf77blas -lptcblas -latlas -o build/lib.macosx-10.4-x86_64-2.6/numpy/linalg/lapack_lite.so
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: /usr/bin/cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7
creating build/temp.macosx-10.4-x86_64-2.6/numpy/random
creating build/temp.macosx-10.4-x86_64-2.6/numpy/random/mtrand
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.4-x86_64-2.6/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/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/python-build/include/python2.6 -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/multiarray -Ibuild/src.macosx-10.4-x86_64-2.6/numpy/core/src/umath -c'
cc: numpy/random/mtrand/distributions.c
cc: numpy/random/mtrand/initarray.c
cc: numpy/random/mtrand/randomkit.c
cc: numpy/random/mtrand/mtrand.c
/usr/bin/cc -L/Users/fedorov/github/Slicer-Superbuild-ITK4-Debug/tcl-build/lib -arch x86_64 -mmacosx-version-min=10.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -bundle -undefined dynamic_lookup -arch x86_64 -mmacosx-version-min=10.7 -O3 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.7 build/temp.macosx-10.4-x86_64-2.6/numpy/random/mtrand/mtrand.o build/temp.macosx-10.4-x86_64-2.6/numpy/random/mtrand/randomkit.o build/temp.macosx-10.4-x86_64-2.6/numpy/random/mtrand/initarray.o build/temp.macosx-10.4-x86_64-2.6/numpy/random/mtrand/distributions.o -Lbuild/temp.macosx-10.4-x86_64-2.6 -o build/lib.macosx-10.4-x86_64-2.6/numpy/random/mtrand.so
running scons
running build_scripts
creating build/scripts.macosx-10.4-x86_64-2.6
Creating build/scripts.macosx-10.4-x86_64-2.6/f2py2.6
adding 'build/scripts.macosx-10.4-x86_64-2.6/f2py2.6' to scripts
changing mode of build/scripts.macosx-10.4-x86_64-2.6/f2py2.6 from 644 to 755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment