Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2015 17:48
Show Gist options
  • Save anonymous/d33add29118b7318196a to your computer and use it in GitHub Desktop.
Save anonymous/d33add29118b7318196a to your computer and use it in GitHub Desktop.
2015-09-22 13:31:25 -0400
python
setup.py
build
--fcompiler=gnu95
install
--prefix=/usr/local/Cellar/gdal/1.11.2_3/libexec
Running from numpy source directory.
/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
libraries openblas not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_info:
libraries satlas not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/distutils/system_info.py:635: UserWarning: Specified path is invalid.
warnings.warn('Specified path %s is invalid.' % d)
FOUND:
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
non-existing path in 'numpy/distutils': 'site.cfg'
F2PY Version 2
lapack_opt_info:
openblas_lapack_info:
libraries openblas not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas,tatlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib
libraries lapack_atlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib
libraries tatlas,tatlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries tatlas,tatlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
libraries satlas,satlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib
libraries lapack_atlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib
libraries satlas,satlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries satlas,satlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib
libraries lapack_atlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/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
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib
libraries lapack_atlas not found in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib
libraries f77blas,cblas,atlas not found in /usr/local/lib
libraries lapack_atlas not found in /usr/local/lib
libraries f77blas,cblas,atlas not found in /usr/lib
libraries lapack_atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
FOUND:
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
extra_compile_args = ['-msse3']
/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
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.10-x86_64-2.7
creating build/src.macosx-10.10-x86_64-2.7/numpy
creating build/src.macosx-10.10-x86_64-2.7/numpy/distutils
building library "npymath" sources
customize Gnu95FCompiler
Found executable /usr/local/opt/gcc/bin/gfortran
Found executable /usr/local/bin/gfortran
customize Gnu95FCompiler using config
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
creating build/src.macosx-10.10-x86_64-2.7/numpy/core
creating build/src.macosx-10.10-x86_64-2.7/numpy/core/src
creating build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/ieee754.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
building library "npysort" sources
creating build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/quicksort.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/mergesort.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/heapsort.c
creating build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private/npy_partition.h
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private' to include_dirs.
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/selection.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private/npy_binsearch.h
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/binsearch.c
None - nothing done with h_files = ['build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private/npy_partition.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private/npy_binsearch.h']
building extension "numpy.core._dummy" sources
Generating build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
_configtest.c:1:10: fatal error: 'endian.h' file not found
#include <endian.h>
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:7:12: error: use of undeclared identifier 'SIZEOF_LONGDOUBLE'
(void) SIZEOF_LONGDOUBLE;
^
1 error generated.
_configtest.c:7:12: error: use of undeclared identifier 'SIZEOF_LONGDOUBLE'
(void) SIZEOF_LONGDOUBLE;
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:1:10: fatal error: 'features.h' file not found
#include <features.h>
^
1 error generated.
_configtest.c:1:10: fatal error: 'features.h' file not found
#include <features.h>
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:3: error: use of unknown builtin '__builtin_mul_overflow' [-Wimplicit-function-declaration]
__builtin_mul_overflow(5, 5, (int*)5);
^
1 error generated.
_configtest.c:5:3: error: use of unknown builtin '__builtin_mul_overflow' [-Wimplicit-function-declaration]
__builtin_mul_overflow(5, 5, (int*)5);
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:20: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes]
int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*);
^
1 error generated.
_configtest.c:5:20: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes]
int __attribute__((optimize("unroll-loops"))) attribute_optimize_unroll_loops(void*);
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:20: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes]
int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*);
^
1 error generated.
_configtest.c:5:20: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes]
int __attribute__((optimize("O3"))) attribute_optimize_opt_3(void*);
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:5:16: error: 'thread' attribute ignored [-Werror,-Wignored-attributes]
int __declspec(thread) foo;
^
1 error generated.
_configtest.c:5:16: error: 'thread' attribute ignored [-Werror,-Wignored-attributes]
int __declspec(thread) foo;
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:8:12: error: use of undeclared identifier 'HAVE_DECL_SIGNBIT'
(void) HAVE_DECL_SIGNBIT;
^
1 error generated.
_configtest.c:8:12: error: use of undeclared identifier 'HAVE_DECL_SIGNBIT'
(void) HAVE_DECL_SIGNBIT;
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
_configtest.c:7:12: error: use of undeclared identifier 'Py_UNICODE_WIDE'
(void) Py_UNICODE_WIDE;
^
1 error generated.
_configtest.c:7:12: error: use of undeclared identifier 'Py_UNICODE_WIDE'
(void) Py_UNICODE_WIDE;
^
1 error generated.
failure.
removing: _configtest.c _configtest.o
File: build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h
#define SIZEOF_PY_INTPTR_T 8
#define SIZEOF_OFF_T 8
#define SIZEOF_PY_LONG_LONG 8
#define MATHLIB
#define HAVE_SIN 1
#define HAVE_COS 1
#define HAVE_TAN 1
#define HAVE_SINH 1
#define HAVE_COSH 1
#define HAVE_TANH 1
#define HAVE_FABS 1
#define HAVE_FLOOR 1
#define HAVE_CEIL 1
#define HAVE_SQRT 1
#define HAVE_LOG10 1
#define HAVE_LOG 1
#define HAVE_EXP 1
#define HAVE_ASIN 1
#define HAVE_ACOS 1
#define HAVE_ATAN 1
#define HAVE_FMOD 1
#define HAVE_MODF 1
#define HAVE_FREXP 1
#define HAVE_LDEXP 1
#define HAVE_RINT 1
#define HAVE_TRUNC 1
#define HAVE_EXP2 1
#define HAVE_LOG2 1
#define HAVE_ATAN2 1
#define HAVE_POW 1
#define HAVE_NEXTAFTER 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_CBRT 1
#define HAVE_XMMINTRIN_H 1
#define HAVE_EMMINTRIN_H 1
#define HAVE___BUILTIN_ISNAN 1
#define HAVE___BUILTIN_ISINF 1
#define HAVE___BUILTIN_ISFINITE 1
#define HAVE___BUILTIN_BSWAP32 1
#define HAVE___BUILTIN_BSWAP64 1
#define HAVE___BUILTIN_EXPECT 1
#define HAVE__MM_LOAD_PS 1
#define HAVE__MM_LOAD_PD 1
#define HAVE_ATTRIBUTE_NONNULL 1
#define HAVE___THREAD 1
#define HAVE_SINF 1
#define HAVE_COSF 1
#define HAVE_TANF 1
#define HAVE_SINHF 1
#define HAVE_COSHF 1
#define HAVE_TANHF 1
#define HAVE_FABSF 1
#define HAVE_FLOORF 1
#define HAVE_CEILF 1
#define HAVE_RINTF 1
#define HAVE_TRUNCF 1
#define HAVE_SQRTF 1
#define HAVE_LOG10F 1
#define HAVE_LOGF 1
#define HAVE_LOG1PF 1
#define HAVE_EXPF 1
#define HAVE_EXPM1F 1
#define HAVE_ASINF 1
#define HAVE_ACOSF 1
#define HAVE_ATANF 1
#define HAVE_ASINHF 1
#define HAVE_ACOSHF 1
#define HAVE_ATANHF 1
#define HAVE_HYPOTF 1
#define HAVE_ATAN2F 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_MODFF 1
#define HAVE_FREXPF 1
#define HAVE_LDEXPF 1
#define HAVE_EXP2F 1
#define HAVE_LOG2F 1
#define HAVE_COPYSIGNF 1
#define HAVE_NEXTAFTERF 1
#define HAVE_CBRTF 1
#define HAVE_SINL 1
#define HAVE_COSL 1
#define HAVE_TANL 1
#define HAVE_SINHL 1
#define HAVE_COSHL 1
#define HAVE_TANHL 1
#define HAVE_FABSL 1
#define HAVE_FLOORL 1
#define HAVE_CEILL 1
#define HAVE_RINTL 1
#define HAVE_TRUNCL 1
#define HAVE_SQRTL 1
#define HAVE_LOG10L 1
#define HAVE_LOGL 1
#define HAVE_LOG1PL 1
#define HAVE_EXPL 1
#define HAVE_EXPM1L 1
#define HAVE_ASINL 1
#define HAVE_ACOSL 1
#define HAVE_ATANL 1
#define HAVE_ASINHL 1
#define HAVE_ACOSHL 1
#define HAVE_ATANHL 1
#define HAVE_HYPOTL 1
#define HAVE_ATAN2L 1
#define HAVE_POWL 1
#define HAVE_FMODL 1
#define HAVE_MODFL 1
#define HAVE_FREXPL 1
#define HAVE_LDEXPL 1
#define HAVE_EXP2L 1
#define HAVE_LOG2L 1
#define HAVE_COPYSIGNL 1
#define HAVE_NEXTAFTERL 1
#define HAVE_CBRTL 1
#define HAVE_DECL_SIGNBIT
#define HAVE_COMPLEX_H 1
#define HAVE_CABS 1
#define HAVE_CACOS 1
#define HAVE_CACOSH 1
#define HAVE_CARG 1
#define HAVE_CASIN 1
#define HAVE_CASINH 1
#define HAVE_CATAN 1
#define HAVE_CATANH 1
#define HAVE_CCOS 1
#define HAVE_CCOSH 1
#define HAVE_CEXP 1
#define HAVE_CIMAG 1
#define HAVE_CLOG 1
#define HAVE_CONJ 1
#define HAVE_CPOW 1
#define HAVE_CPROJ 1
#define HAVE_CREAL 1
#define HAVE_CSIN 1
#define HAVE_CSINH 1
#define HAVE_CSQRT 1
#define HAVE_CTAN 1
#define HAVE_CTANH 1
#define HAVE_CABSF 1
#define HAVE_CACOSF 1
#define HAVE_CACOSHF 1
#define HAVE_CARGF 1
#define HAVE_CASINF 1
#define HAVE_CASINHF 1
#define HAVE_CATANF 1
#define HAVE_CATANHF 1
#define HAVE_CCOSF 1
#define HAVE_CCOSHF 1
#define HAVE_CEXPF 1
#define HAVE_CIMAGF 1
#define HAVE_CLOGF 1
#define HAVE_CONJF 1
#define HAVE_CPOWF 1
#define HAVE_CPROJF 1
#define HAVE_CREALF 1
#define HAVE_CSINF 1
#define HAVE_CSINHF 1
#define HAVE_CSQRTF 1
#define HAVE_CTANF 1
#define HAVE_CTANHF 1
#define HAVE_CABSL 1
#define HAVE_CACOSL 1
#define HAVE_CACOSHL 1
#define HAVE_CARGL 1
#define HAVE_CASINL 1
#define HAVE_CASINHL 1
#define HAVE_CATANL 1
#define HAVE_CATANHL 1
#define HAVE_CCOSL 1
#define HAVE_CCOSHL 1
#define HAVE_CEXPL 1
#define HAVE_CIMAGL 1
#define HAVE_CLOGL 1
#define HAVE_CONJL 1
#define HAVE_CPOWL 1
#define HAVE_CPROJL 1
#define HAVE_CREALL 1
#define HAVE_CSINL 1
#define HAVE_CSINHL 1
#define HAVE_CSQRTL 1
#define HAVE_CTANL 1
#define HAVE_CTANHL 1
#define NPY_RESTRICT restrict
#define ENABLE_SEPARATE_COMPILATION 1
#define NPY_RELAXED_STRIDES_CHECKING 1
#ifndef __cplusplus
/* #undef inline */
#endif
#ifndef _NPY_NPY_CONFIG_H_
#error config.h should never be included directly, include npy_config.h instead
#endif
EOF
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
Generating build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
clang _configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
clang: _configtest.c
success!
removing: _configtest.c _configtest.o
File: build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
#define NPY_SIZEOF_SHORT SIZEOF_SHORT
#define NPY_SIZEOF_INT SIZEOF_INT
#define NPY_SIZEOF_LONG SIZEOF_LONG
#define NPY_SIZEOF_FLOAT 4
#define NPY_SIZEOF_COMPLEX_FLOAT 8
#define NPY_SIZEOF_DOUBLE 8
#define NPY_SIZEOF_COMPLEX_DOUBLE 16
#define NPY_SIZEOF_LONGDOUBLE 16
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#define NPY_SIZEOF_PY_INTPTR_T 8
#define NPY_SIZEOF_OFF_T 8
#define NPY_SIZEOF_PY_LONG_LONG 8
#define NPY_SIZEOF_LONGLONG 8
#define NPY_NO_SMP 0
#define NPY_HAVE_DECL_ISNAN
#define NPY_HAVE_DECL_ISINF
#define NPY_HAVE_DECL_ISFINITE
#define NPY_HAVE_DECL_SIGNBIT
#define NPY_USE_C99_COMPLEX 1
#define NPY_HAVE_COMPLEX_DOUBLE 1
#define NPY_HAVE_COMPLEX_FLOAT 1
#define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#define NPY_ENABLE_SEPARATE_COMPILATION 1
#define NPY_RELAXED_STRIDES_CHECKING 1
#define NPY_USE_C99_FORMATS 1
#define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#define NPY_ABI_VERSION 0x01000009
#define NPY_API_VERSION 0x0000000A
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
EOF
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
creating build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private/templ_common.h
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.macosx-10.10-x86_64-2.7/numpy/core/src/private/templ_common.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
creating build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/funcs.inc
adding 'build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath' to include_dirs.
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/simd.inc
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.h
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.c
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.c
numpy.core - nothing done with h_files = ['build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/simd.inc', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.umath_tests" sources
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.c
building extension "numpy.core.test_rational" sources
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.c
building extension "numpy.core.struct_ufunc_test" sources
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c
building extension "numpy.core.operand_flag_tests" sources
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
creating build/src.macosx-10.10-x86_64-2.7/numpy/linalg
adding 'numpy/linalg/lapack_litemodule.c' to sources.
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
building extension "numpy.linalg._umath_linalg" sources
adding 'numpy/linalg/umath_linalg.c.src' to sources.
adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
conv_template:> build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.c
building extension "numpy.random.mtrand" sources
creating build/src.macosx-10.10-x86_64-2.7/numpy/random
building data_files sources
build_src: building npy-pkg config files
running build_py
creating build/lib.macosx-10.10-x86_64-2.7
creating build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/_import_tools.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/add_newdocs.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/ctypeslib.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/dual.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/matlib.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying numpy/version.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
copying build/src.macosx-10.10-x86_64-2.7/numpy/__config__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy
creating build/lib.macosx-10.10-x86_64-2.7/numpy/compat
copying numpy/compat/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/compat
copying numpy/compat/py3k.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/compat
copying numpy/compat/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/compat
creating build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/_internal.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/_methods.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/arrayprint.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/cversions.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/defchararray.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/function_base.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/getlimits.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/machar.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/memmap.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/numeric.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/numerictypes.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/records.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/setup_common.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/shape_base.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/core
creating build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/__version__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/compat.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/core.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/environment.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/log.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying build/src.macosx-10.10-x86_64-2.7/numpy/distutils/__config__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
creating build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command
creating build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler
creating build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/basics.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/broadcasting.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/byteswapping.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/constants.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/creation.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/glossary.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/howtofind.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/indexing.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/internals.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/io.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/jargon.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/methods_vs_functions.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/misc.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/performance.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/structured_arrays.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/subclassing.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/doc
creating build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/__main__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/f2py_testing.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/f2py
creating build/lib.macosx-10.10-x86_64-2.7/numpy/fft
copying numpy/fft/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/fft
copying numpy/fft/fftpack.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/fft
copying numpy/fft/helper.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/fft
copying numpy/fft/info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/fft
copying numpy/fft/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/fft
creating build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/_version.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/arraypad.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/financial.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/format.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/function_base.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/nanfunctions.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/npyio.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/scimath.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/type_check.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/user_array.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
copying numpy/lib/utils.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/lib
creating build/lib.macosx-10.10-x86_64-2.7/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/linalg
copying numpy/linalg/info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/linalg
creating build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/bench.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/core.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/extras.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/testutils.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
copying numpy/ma/version.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/ma
creating build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib
creating build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/_polybase.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial
creating build/lib.macosx-10.10-x86_64-2.7/numpy/random
copying numpy/random/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/random
copying numpy/random/info.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/random
copying numpy/random/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/random
creating build/lib.macosx-10.10-x86_64-2.7/numpy/testing
copying numpy/testing/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/testing
copying numpy/testing/decorators.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/testing
copying numpy/testing/noseclasses.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/testing
copying numpy/testing/nosetester.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/testing
copying numpy/testing/setup.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/testing
copying numpy/testing/utils.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/testing
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
building 'npymath' library
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7
creating build/temp.macosx-10.10-x86_64-2.7/build
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath
creating build/temp.macosx-10.10-x86_64-2.7/numpy
creating build/temp.macosx-10.10-x86_64-2.7/numpy/core
creating build/temp.macosx-10.10-x86_64-2.7/numpy/core/src
creating build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/npymath
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/ieee754.c
clang: numpy/core/src/npymath/halffloat.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
ar: adding 4 object files to build/temp.macosx-10.10-x86_64-2.7/libnpymath.a
ranlib:@ build/temp.macosx-10.10-x86_64-2.7/libnpymath.a
building 'npysort' library
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort
compile options: '-Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/heapsort.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/binsearch.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/quicksort.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/mergesort.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/selection.c
ar: adding 5 object files to build/temp.macosx-10.10-x86_64-2.7/libnpysort.a
ranlib:@ build/temp.macosx-10.10-x86_64-2.7/libnpysort.a
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'numpy.core._dummy' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: numpy/core/src/dummymodule.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/dummymodule.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/_dummy.so
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray
creating build/temp.macosx-10.10-x86_64-2.7/private
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
extra options: '-msse3 -I/System/Library/Frameworks/vecLib.framework/Headers'
clang: numpy/core/src/multiarray/array_assign.c
clang: numpy/core/src/multiarray/sequence.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c
clang: numpy/core/src/multiarray/datetime_strings.c
clang: numpy/core/src/multiarray/conversion_utils.c
clang: numpy/core/src/multiarray/array_assign_scalar.c
clang: numpy/core/src/multiarray/flagsobject.c
clang: numpy/core/src/multiarray/ctors.c
clang: numpy/core/src/multiarray/convert.c
clang: /private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.c
clang: numpy/core/src/multiarray/vdot.c
clang: numpy/core/src/multiarray/item_selection.c
clang: numpy/core/src/multiarray/buffer.c
clang: numpy/core/src/multiarray/getset.c
clang: numpy/core/src/multiarray/array_assign_array.c
clang: numpy/core/src/multiarray/calculation.c
clang: numpy/core/src/multiarray/nditer_pywrap.c
clang: numpy/core/src/multiarray/multiarraymodule.c
clang: numpy/core/src/multiarray/iterators.c
clang: numpy/core/src/multiarray/mapping.c
clang: numpy/core/src/multiarray/alloc.c
clang: numpy/core/src/multiarray/numpyos.c
clang: numpy/core/src/multiarray/common.c
clang: numpy/core/src/multiarray/shape.c
clang: numpy/core/src/multiarray/cblasfuncs.c
clang: numpy/core/src/multiarray/ucsnarrow.c
clang: numpy/core/src/multiarray/nditer_api.c
clang: numpy/core/src/multiarray/hashdescr.c
clang: numpy/core/src/multiarray/descriptor.c
clang: numpy/core/src/multiarray/usertypes.c
clang: numpy/core/src/multiarray/dtype_transfer.c
clang: numpy/core/src/multiarray/datetime_busdaycal.c
clang: numpy/core/src/multiarray/numpymemoryview.c
clang: numpy/core/src/multiarray/methods.c
clang: numpy/core/src/multiarray/datetime.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c
clang: numpy/core/src/multiarray/arrayobject.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c
clang: numpy/core/src/multiarray/datetime_busday.c
clang: numpy/core/src/multiarray/compiled_base.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.c
clang: numpy/core/src/multiarray/scalarapi.c
clang: numpy/core/src/multiarray/convert_datatype.c
clang: numpy/core/src/multiarray/nditer_constr.c
clang: numpy/core/src/multiarray/python_xerbla.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c
clang: numpy/core/src/multiarray/refcount.c
clang: numpy/core/src/multiarray/number.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/alloc.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/buffer.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/calculation.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/compiled_base.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/common.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ctors.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/descriptor.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/getset.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/item_selection.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/iterators.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/mapping.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/methods.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/number.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpymemoryview.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpyos.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/refcount.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/sequence.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/shape.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/usertypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/vdot.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/cblasfuncs.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/python_xerbla.o build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -lnpysort -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray.so -Wl,-framework -Wl,Accelerate
building 'numpy.core.umath' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: numpy/core/src/umath/reduction.c
clang: numpy/core/src/umath/umathmodule.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.c
clang: numpy/core/src/umath/ufunc_object.c
clang: numpy/core/src/umath/ufunc_type_resolution.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umathmodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/reduction.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_object.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath.so
building 'numpy.core.umath_tests' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath_tests.so
building 'numpy.core.test_rational' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/test_rational.so
building 'numpy.core.struct_ufunc_test' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/struct_ufunc_test.so
building 'numpy.core.multiarray_tests' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray_tests.so
building 'numpy.core.operand_flag_tests' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/operand_flag_tests.so
building 'numpy.fft.fftpack_lite' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7/numpy/fft
compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: numpy/fft/fftpack.c
clang: numpy/fft/fftpack_litemodule.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_litemodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_lite.so
building 'numpy.linalg.lapack_lite' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7/numpy/linalg
creating build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite
compile options: '-DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
extra options: '-msse3'
clang: numpy/linalg/lapack_lite/python_xerbla.c
clang: numpy/linalg/lapack_litemodule.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite.so -Wl,-framework -Wl,Accelerate
building 'numpy.linalg._umath_linalg' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/linalg
compile options: '-DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
extra options: '-msse3'
clang: numpy/linalg/lapack_lite/python_xerbla.c
clang: build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -o build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/_umath_linalg.so -Wl,-framework -Wl,Accelerate
building 'numpy.random.mtrand' extension
compiling C sources
C compiler: clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
creating build/temp.macosx-10.10-x86_64-2.7/numpy/random
creating build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand
compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c'
clang: numpy/random/mtrand/randomkit.c
clang: numpy/random/mtrand/mtrand.c
clang: numpy/random/mtrand/initarray.c
clang: numpy/random/mtrand/distributions.c
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/mtrand.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/randomkit.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/initarray.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/distributions.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/random/mtrand.so
running build_scripts
creating build/scripts.macosx-10.10-x86_64-2.7
Creating build/scripts.macosx-10.10-x86_64-2.7/f2py2.7
adding 'build/scripts.macosx-10.10-x86_64-2.7/f2py2.7' to scripts
changing mode of build/scripts.macosx-10.10-x86_64-2.7/f2py2.7 from 644 to 755
running install
running install_lib
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/__config__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/_import_tools.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/add_newdocs.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/_inspect.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/py3k.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/_dummy.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/_internal.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/_methods.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/arrayprint.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/cversions.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/defchararray.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/fromnumeric.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/function_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/generate_numpy_api.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/getlimits.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/machar.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/memmap.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray_tests.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/numeric.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/numerictypes.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/operand_flag_tests.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/records.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/setup_common.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/shape_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/struct_ufunc_test.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/test_rational.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath_tests.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ctypeslib.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/__config__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/__version__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/ccompiler.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/autodist.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/bdist_rpm.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/build.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/build_clib.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/build_ext.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/build_py.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/build_scripts.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/build_src.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/config.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/config_compiler.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/develop.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/egg_info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/install.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/install_clib.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/install_data.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/install_headers.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/command/sdist.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/compat.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/conv_template.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/core.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/cpuinfo.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/environment.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/exec_command.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/extension.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/absoft.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/compaq.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/g95.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/gnu.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/hpux.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/ibm.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/intel.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/lahey.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/mips.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/nag.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/none.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/pathf95.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/pg.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/sun.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/fcompiler/vast.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/from_template.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/intelccompiler.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/lib2def.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/line_endings.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/log.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/mingw32ccompiler.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/misc_util.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/npy_pkg_config.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/numpy_distribution.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/pathccompiler.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/system_info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/unixccompiler.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/basics.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/broadcasting.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/byteswapping.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/constants.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/creation.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/glossary.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/howtofind.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/indexing.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/internals.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/io.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/jargon.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/methods_vs_functions.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/misc.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/performance.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/structured_arrays.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/subclassing.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/ufuncs.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/dual.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/__main__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/__version__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/auxfuncs.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/capi_maps.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/cb_rules.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/cfuncs.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/common_rules.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/crackfortran.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/diagnose.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/f2py2e.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/f2py_testing.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/f90mod_rules.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/func2subr.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/rules.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/use_rules.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/fftpack.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_lite.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/helper.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/_datasource.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/_iotools.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/_version.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/arraypad.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/arraysetops.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/arrayterator.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/financial.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/format.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/function_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/index_tricks.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/nanfunctions.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/npyio.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/polynomial.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/recfunctions.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/scimath.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/shape_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/stride_tricks.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/twodim_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/type_check.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/ufunclike.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/user_array.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/utils.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/_umath_linalg.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/linalg.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/bench.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/core.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/extras.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/mrecords.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/testutils.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/timer_comparison.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/version.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matlib.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib/defmatrix.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/_polybase.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/chebyshev.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/hermite.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/hermite_e.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/laguerre.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/legendre.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/polynomial.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/polyutils.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/mtrand.so -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/decorators.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/noseclasses.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/nosetester.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/print_coercion_tables.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/utils.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/version.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/__config__.py to __config__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/_import_tools.py to _import_tools.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/add_newdocs.py to add_newdocs.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat/_inspect.py to _inspect.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat/py3k.py to py3k.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/compat/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/_internal.py to _internal.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/_methods.py to _methods.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/arrayprint.py to arrayprint.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/cversions.py to cversions.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/defchararray.py to defchararray.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/fromnumeric.py to fromnumeric.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/function_base.py to function_base.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/generate_numpy_api.py to generate_numpy_api.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/getlimits.py to getlimits.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/info.py to info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/machar.py to machar.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/memmap.py to memmap.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/numeric.py to numeric.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/numerictypes.py to numerictypes.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/records.py to records.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/setup_common.py to setup_common.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/shape_base.py to shape_base.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ctypeslib.py to ctypeslib.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/__config__.py to __config__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/__version__.py to __version__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/ccompiler.py to ccompiler.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/autodist.py to autodist.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/bdist_rpm.py to bdist_rpm.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/build.py to build.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/build_clib.py to build_clib.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/build_ext.py to build_ext.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/build_py.py to build_py.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/build_scripts.py to build_scripts.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/build_src.py to build_src.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/config.py to config.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/config_compiler.py to config_compiler.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/develop.py to develop.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/egg_info.py to egg_info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/install.py to install.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/install_clib.py to install_clib.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/install_data.py to install_data.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/install_headers.py to install_headers.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/command/sdist.py to sdist.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/compat.py to compat.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/conv_template.py to conv_template.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/core.py to core.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/cpuinfo.py to cpuinfo.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/environment.py to environment.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/exec_command.py to exec_command.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/extension.py to extension.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/absoft.py to absoft.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/compaq.py to compaq.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/g95.py to g95.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/gnu.py to gnu.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/hpux.py to hpux.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/ibm.py to ibm.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/intel.py to intel.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/lahey.py to lahey.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/mips.py to mips.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/nag.py to nag.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/none.py to none.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/pathf95.py to pathf95.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/pg.py to pg.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/sun.py to sun.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/fcompiler/vast.py to vast.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/from_template.py to from_template.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/info.py to info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/intelccompiler.py to intelccompiler.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/lib2def.py to lib2def.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/line_endings.py to line_endings.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/log.py to log.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/mingw32ccompiler.py to mingw32ccompiler.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/misc_util.py to misc_util.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/npy_pkg_config.py to npy_pkg_config.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/numpy_distribution.py to numpy_distribution.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/pathccompiler.py to pathccompiler.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/system_info.py to system_info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/unixccompiler.py to unixccompiler.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/basics.py to basics.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/broadcasting.py to broadcasting.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/byteswapping.py to byteswapping.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/constants.py to constants.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/creation.py to creation.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/glossary.py to glossary.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/howtofind.py to howtofind.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/indexing.py to indexing.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/internals.py to internals.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/io.py to io.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/jargon.py to jargon.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/methods_vs_functions.py to methods_vs_functions.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/misc.py to misc.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/performance.py to performance.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/structured_arrays.py to structured_arrays.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/subclassing.py to subclassing.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/doc/ufuncs.py to ufuncs.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/dual.py to dual.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/__main__.py to __main__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/__version__.py to __version__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/auxfuncs.py to auxfuncs.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/capi_maps.py to capi_maps.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/cb_rules.py to cb_rules.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/cfuncs.py to cfuncs.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/common_rules.py to common_rules.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/crackfortran.py to crackfortran.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/diagnose.py to diagnose.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/f2py2e.py to f2py2e.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/f2py_testing.py to f2py_testing.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/f90mod_rules.py to f90mod_rules.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/func2subr.py to func2subr.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/info.py to info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/rules.py to rules.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/use_rules.py to use_rules.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/fftpack.py to fftpack.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/helper.py to helper.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/info.py to info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/_datasource.py to _datasource.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/_iotools.py to _iotools.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/_version.py to _version.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/arraypad.py to arraypad.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/arraysetops.py to arraysetops.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/arrayterator.py to arrayterator.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/financial.py to financial.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/format.py to format.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/function_base.py to function_base.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/index_tricks.py to index_tricks.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/info.py to info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/nanfunctions.py to nanfunctions.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/npyio.py to npyio.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/polynomial.py to polynomial.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/recfunctions.py to recfunctions.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/scimath.py to scimath.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/shape_base.py to shape_base.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/stride_tricks.py to stride_tricks.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/twodim_base.py to twodim_base.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/type_check.py to type_check.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/ufunclike.py to ufunclike.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/user_array.py to user_array.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/utils.py to utils.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/info.py to info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/linalg.py to linalg.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/bench.py to bench.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/core.py to core.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/extras.py to extras.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/mrecords.py to mrecords.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/testutils.py to testutils.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/timer_comparison.py to timer_comparison.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/version.py to version.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matlib.py to matlib.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/defmatrix.py to defmatrix.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/_polybase.py to _polybase.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/chebyshev.py to chebyshev.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/hermite.py to hermite.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/hermite_e.py to hermite_e.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/laguerre.py to laguerre.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/legendre.py to legendre.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/polynomial.py to polynomial.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/polyutils.py to polyutils.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random/info.py to info.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/decorators.py to decorators.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/noseclasses.py to noseclasses.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/nosetester.py to nosetester.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/print_coercion_tables.py to print_coercion_tables.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/utils.py to utils.pyc
byte-compiling /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/version.py to version.pyc
running install_scripts
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/bin
copying build/scripts.macosx-10.10-x86_64-2.7/f2py2.7 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/bin
changing mode of /usr/local/Cellar/gdal/1.11.2_3/libexec/bin/f2py2.7 to 755
running install_data
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/tests
copying numpy/fft/tests/test_fftpack.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/tests/
copying numpy/fft/tests/test_helper.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/fft/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/regression
copying numpy/f2py/tests/src/regression/inout.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/regression
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/src
copying numpy/f2py/src/fortranobject.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/src
copying numpy/f2py/src/fortranobject.c -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/src
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext
copying numpy/distutils/tests/f2py_f90_ext/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext
copying numpy/distutils/tests/f2py_f90_ext/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/array_from_pyobj
copying numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/array_from_pyobj
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random/tests
copying numpy/random/tests/test_regression.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random/tests/
copying numpy/random/tests/test_random.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_interrupt.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_no_deprecated_api.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/halffloat.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/ufuncobject.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_os.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_common.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_math.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/noprefix.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/old_defines.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/arrayobject.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/oldnumeric.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/arrayscalars.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/numpyconfig.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_cpu.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_endian.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_1_7_deprecated_api.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/utils.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_3kcompat.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/ndarraytypes.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/ndarrayobject.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/tests
copying numpy/tests/test_scripts.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/tests/
copying numpy/tests/test_ctypeslib.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/tests/
copying numpy/tests/test_matlib.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/recarray_from_file.fits -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/data/
copying numpy/core/tests/data/astype_copy.pkl -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/data/
copying numpy/random/mtrand/randomkit.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/random/.
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/size
copying numpy/f2py/tests/src/size/foo.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/size
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/python3.npy -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/win64python2.npy -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npy -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npz -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npz -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npy -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/data
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests
copying numpy/distutils/tests/swig_ext/tests/test_example2.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests
copying numpy/distutils/tests/swig_ext/tests/test_example.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo.f -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_free.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/kind
copying numpy/f2py/tests/src/kind/foo.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/kind
copying numpy/lib/tests/test_regression.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_type_check.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_format.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_nanfunctions.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_ufunclike.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__version.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_stride_tricks.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_function_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_index_tricks.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_io.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arraysetops.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arrayterator.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_shape_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_twodim_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_utils.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_polynomial.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_recfunctions.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_financial.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arraypad.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__iotools.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_packbits.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__datasource.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/lib/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/mingw
copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/mingw
copying numpy/distutils/tests/swig_ext/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext
copying numpy/distutils/tests/swig_ext/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/zoo.cc -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/zoo.i -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/example.i -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/zoo.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/example.c -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/test_size.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_kind.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/util.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_complex.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_regression.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_assumed_shape.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_real.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_callback.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_character.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_logical.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_mixed.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_array_from_pyobj.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_integer.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/f2py/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/tests
copying numpy/distutils/tests/pyrex_ext/tests/test_primes.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/tests
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext
copying numpy/distutils/tests/gen_ext/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext
copying numpy/distutils/tests/gen_ext/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext
copying numpy/distutils/tests/test_npy_pkg_config.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_gnu.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_misc_util.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_system_info.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_exec_command.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_intel.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_multiarray.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_defmatrix.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_regression.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_numeric.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/matrixlib/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/tests
copying numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/tests
copying numpy/core/tests/test_abc.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_unicode.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_arrayprint.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_machar.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarinherit.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_ufunc.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_deprecations.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_einsum.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_api.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_function_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_item_selection.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_umath_complex.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_nditer.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_multiarray.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_memmap.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_shape_base.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_datetime.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_dtype.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_numerictypes.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_getlimits.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_regression.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_print.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_records.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarprint.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_indexing.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_defchararray.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_umath.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_numeric.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_errstate.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_half.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarmath.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_multiarray_assignment.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_indexerrors.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/tests
copying numpy/testing/tests/test_utils.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/tests/
copying numpy/testing/tests/test_doctesting.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/tests/
copying numpy/testing/tests/test_decorators.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/testing/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/tests
copying numpy/ma/tests/test_core.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_subclassing.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_mrecords.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_old_ma.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_extras.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_regression.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/ma/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext
copying numpy/distutils/tests/f2py_ext/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext
copying numpy/distutils/tests/f2py_ext/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/tests
copying numpy/linalg/tests/test_regression.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_linalg.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_deprecations.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_build.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/linalg/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/tests
copying numpy/distutils/tests/gen_ext/tests/test_fib3.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/tests
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/src
copying numpy/distutils/tests/f2py_ext/src/fib2.pyf -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/src
copying numpy/distutils/tests/f2py_ext/src/fib1.f -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/src
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/include
copying numpy/distutils/tests/f2py_f90_ext/include/body.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/include
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/tests
copying numpy/distutils/tests/f2py_ext/tests/test_fib2.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/tests
copying numpy/distutils/tests/pyrex_ext/__init__.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
copying numpy/distutils/tests/pyrex_ext/primes.pyx -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
copying numpy/distutils/tests/pyrex_ext/setup.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests
copying numpy/polynomial/tests/test_polyutils.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_legendre.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_polynomial.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_classes.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_printing.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_chebyshev.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite_e.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_laguerre.py -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/polynomial/tests/
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/src
copying numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/src
copying build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/multiarray_api.txt -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
copying build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/ufunc_api.txt -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/include/numpy
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/lib
creating /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config
copying build/src.macosx-10.10-x86_64-2.7/numpy/core/lib/npy-pkg-config/npymath.ini -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config
copying build/src.macosx-10.10-x86_64-2.7/numpy/core/lib/npy-pkg-config/mlib.ini -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config
running install_egg_info
Writing /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy-1.10.0b1-py2.7.egg-info
running install_clib
copying build/temp.macosx-10.10-x86_64-2.7/libnpymath.a -> /usr/local/Cellar/gdal/1.11.2_3/libexec/lib/python2.7/site-packages/numpy/core/lib
gcc called with: -print-multiarch
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -print-multiarch -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native _configtest.o -o _configtest -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/ieee754.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/ieee754.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/ieee754.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/ieee754.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/npymath/halffloat.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/halffloat.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/npymath/halffloat.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/halffloat.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/heapsort.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/heapsort.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/heapsort.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/heapsort.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/binsearch.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/binsearch.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/binsearch.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/binsearch.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/quicksort.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/quicksort.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/quicksort.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/quicksort.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/mergesort.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/mergesort.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/mergesort.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/mergesort.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/selection.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/selection.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/selection.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/npysort/selection.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/dummymodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/dummymodule.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/dummymodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/dummymodule.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/dummymodule.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/_dummy.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/dummymodule.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/_dummy.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/array_assign.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/array_assign.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/sequence.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/sequence.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/sequence.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/sequence.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/datetime_strings.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/datetime_strings.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/conversion_utils.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/conversion_utils.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/array_assign_scalar.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/array_assign_scalar.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/flagsobject.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/flagsobject.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/ctors.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ctors.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/ctors.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ctors.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/convert.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/convert.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c /private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.c -o build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.c -o build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/vdot.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/vdot.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/vdot.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/vdot.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/item_selection.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/item_selection.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/item_selection.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/item_selection.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/buffer.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/buffer.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/buffer.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/buffer.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/getset.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/getset.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/getset.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/getset.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/array_assign_array.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/array_assign_array.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/calculation.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/calculation.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/calculation.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/calculation.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/nditer_pywrap.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/nditer_pywrap.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/multiarraymodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/multiarraymodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/iterators.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/iterators.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/iterators.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/iterators.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/mapping.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/mapping.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/mapping.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/mapping.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/alloc.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/alloc.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/alloc.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/alloc.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/numpyos.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/numpyos.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/common.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/common.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/common.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/common.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/shape.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/shape.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/shape.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/shape.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/cblasfuncs.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/cblasfuncs.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/cblasfuncs.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/cblasfuncs.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/ucsnarrow.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/ucsnarrow.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/nditer_api.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/nditer_api.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/hashdescr.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/hashdescr.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/descriptor.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/descriptor.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/descriptor.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/descriptor.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/usertypes.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/usertypes.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/usertypes.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/usertypes.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/dtype_transfer.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/dtype_transfer.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/datetime_busdaycal.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/datetime_busdaycal.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/numpymemoryview.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpymemoryview.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/numpymemoryview.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpymemoryview.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/methods.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/methods.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/methods.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/methods.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/datetime.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/datetime.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/arrayobject.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/arrayobject.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/datetime_busday.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/datetime_busday.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/compiled_base.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/compiled_base.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/compiled_base.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/compiled_base.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/scalarapi.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/scalarapi.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/convert_datatype.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/convert_datatype.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/nditer_constr.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/nditer_constr.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/python_xerbla.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/python_xerbla.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/python_xerbla.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/python_xerbla.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/refcount.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/refcount.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/refcount.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/refcount.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/multiarray/number.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/number.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c numpy/core/src/multiarray/number.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/number.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/alloc.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/buffer.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/calculation.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/compiled_base.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/common.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ctors.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/descriptor.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/getset.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/item_selection.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/iterators.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/mapping.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/methods.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/number.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpymemoryview.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpyos.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/refcount.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/sequence.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/shape.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/usertypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/vdot.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/cblasfuncs.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/python_xerbla.o build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -lnpysort -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray.so -Wl,-framework -Wl,Accelerate
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/alloc.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arrayobject.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/arraytypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_scalar.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/array_assign_array.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/buffer.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/calculation.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/compiled_base.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/common.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/convert_datatype.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/conversion_utils.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ctors.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_strings.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busday.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/datetime_busdaycal.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/descriptor.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/dtype_transfer.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/einsum.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/flagsobject.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/getset.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/hashdescr.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/item_selection.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/iterators.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/mapping.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/methods.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarraymodule.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_api.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_constr.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/nditer_pywrap.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/number.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpymemoryview.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/numpyos.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/refcount.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/sequence.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/shape.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalarapi.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/scalartypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/usertypes.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/ucsnarrow.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/vdot.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/cblasfuncs.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/python_xerbla.o build/temp.macosx-10.10-x86_64-2.7/private/tmp/gdal--numpy20150922-68876-a96udo/numpy-1.10.0b1/numpy/_build_utils/src/apple_sgemv_fix.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -lnpysort -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray.so -Wl,-framework -Wl,Accelerate -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/reduction.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/reduction.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/reduction.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/reduction.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/umathmodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umathmodule.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/umathmodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umathmodule.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/ufunc_object.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_object.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/ufunc_object.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_object.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/ufunc_type_resolution.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/core/src/umath/ufunc_type_resolution.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umathmodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/reduction.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_object.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umathmodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/reduction.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/loops.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_object.o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/scalarmath.o build/temp.macosx-10.10-x86_64-2.7/numpy/core/src/umath/ufunc_type_resolution.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath_tests.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/umath_tests.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath_tests.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/test_rational.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/test_rational.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/test_rational.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/struct_ufunc_test.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/struct_ufunc_test.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/struct_ufunc_test.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray_tests.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray_tests.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/operand_flag_tests.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/core/src/umath/operand_flag_tests.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/core/operand_flag_tests.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/fft/fftpack.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/fft/fftpack.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/fft/fftpack_litemodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_litemodule.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/fft/fftpack_litemodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_litemodule.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_litemodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_lite.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_litemodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/fft/fftpack.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/fft/fftpack_lite.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/linalg/lapack_lite/python_xerbla.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -msse3
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/linalg/lapack_lite/python_xerbla.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -msse3 -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/linalg/lapack_litemodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_litemodule.o -msse3
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/linalg/lapack_litemodule.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_litemodule.o -msse3 -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite.so -Wl,-framework -Wl,Accelerate
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite.so -Wl,-framework -Wl,Accelerate -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/linalg/lapack_lite/python_xerbla.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -msse3
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/linalg/lapack_lite/python_xerbla.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -msse3 -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.o -msse3
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.c -o build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.o -msse3 -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -o build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/_umath_linalg.so -Wl,-framework -Wl,Accelerate
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/build/src.macosx-10.10-x86_64-2.7/numpy/linalg/umath_linalg.o build/temp.macosx-10.10-x86_64-2.7/numpy/linalg/lapack_lite/python_xerbla.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -lnpymath -o build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/_umath_linalg.so -Wl,-framework -Wl,Accelerate -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/randomkit.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/randomkit.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/randomkit.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/randomkit.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/mtrand.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/mtrand.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/mtrand.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/mtrand.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/initarray.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/initarray.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/initarray.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/initarray.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/distributions.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/distributions.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Ibuild/src.macosx-10.10-x86_64-2.7/numpy/core/src/private -c numpy/random/mtrand/distributions.c -o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/distributions.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/mtrand.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/randomkit.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/initarray.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/distributions.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/random/mtrand.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/mtrand.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/randomkit.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/initarray.o build/temp.macosx-10.10-x86_64-2.7/numpy/random/mtrand/distributions.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.10-x86_64-2.7 -o build/lib.macosx-10.10-x86_64-2.7/numpy/random/mtrand.so -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-09-22 13:32:16 -0400
./configure
--prefix=/usr/local/Cellar/gdal/1.11.2_3
--mandir=/usr/local/Cellar/gdal/1.11.2_3/share/man
--disable-debug
--with-local=/usr/local/Cellar/gdal/1.11.2_3
--with-threads
--with-libtool
--with-pcraster=internal
--with-pcidsk=internal
--with-bsb
--with-grib
--with-pam
--with-libiconv-prefix=/usr
--with-libz=/usr
--with-png=/usr/local/opt/libpng
--with-expat=/usr
--with-curl=/usr/bin/curl-config
--with-jpeg=/usr/local
--without-jpeg12
--with-gif=/usr/local
--with-libtiff=/usr/local
--with-geotiff=/usr/local
--with-sqlite3=/usr/local/opt/sqlite
--with-freexl=/usr/local
--with-spatialite=/usr/local
--with-geos=/usr/local/bin/geos-config
--with-static-proj4=/usr/local
--with-libjson-c=/usr/local/opt/json-c
--without-grass
--without-libgrass
--without-liblzma
--without-cfitsio
--without-hdf5
--without-netcdf
--without-jasper
--without-xerces
--without-odbc
--without-dods-root
--without-epsilon
--without-webp
--without-podofo
--without-gta
--without-ogdi
--without-fme
--without-hdf4
--without-openjpeg
--without-fgdb
--without-ecw
--without-kakadu
--without-mrsid
--without-jp2mrsid
--without-mrsid_lidar
--without-msg
--without-oci
--without-ingres
--without-dwgdirect
--without-idb
--without-sde
--without-podofo
--without-rasdaman
--without-sosi
--without-pg
--without-mysql
--without-python
--without-perl
--without-php
--without-ruby
--without-opencl
--with-armadillo=no
checking build system type... i386-apple-darwin14.5.0
checking host system type... i386-apple-darwin14.5.0
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking CXX_WFLAGS for maximum warnings... -Wall
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ accepts -g... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i386-apple-darwin14.5.0 file names to i386-apple-darwin14.5.0 format... func_convert_file_noop
checking how to convert i386-apple-darwin14.5.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking for nanosleep in -lrt... no
checking for ANSI C header files... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking dbmalloc.h usability... no
checking dbmalloc.h presence... no
checking for dbmalloc.h... no
checking for dlfcn.h... (cached) yes
checking for stdint.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking whether byte ordering is bigendian... no
checking for 64bit integer type... long long
checking for 64bit file io... yes
checking for stat64... yes
checking for fopen64... no
checking for ftruncate64... no
checking size of int... 4
checking size of unsigned long... 8
checking size of void*... 8
checking for int8... no
checking for int16... no
checking for int32... no
checking native cpu bit order... lsb2msb
checking for vprintf... yes
checking for _doprnt... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for atoll... yes
checking for strtof... yes
checking for getcwd... yes
checking whether strtof is declared... yes
checking for readlink... yes
checking for lstat... yes
checking for posix_spawnp... yes
checking for vfork... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for setlocale... yes
checking to enable debug build... no, CFLAGS="-I/usr/local/opt/sqlite/include"
checking whether GCC 4.1 atomic builtins are available... no
checking whether SSE is available at compile time... yes
rm: detectsse.dSYM: is a directory
checking whether AVX is available at compile time... yes
rm: detectavx.dSYM: is a directory
checking whether we should hide internal symbols... no
checking for local include/lib path... adding /usr/local/Cellar/gdal/1.11.2_3
checking for pthread_create in -lpthread... yes
checking for PTHREAD_MUTEX_RECURSIVE... yes
checking for deflateInit_ in -lz... yes
checking for inflateCopy in -lz... yes
using libz library from /usr
checking for ld used by GCC... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
using ICONV_CPP_CONST=""
checking for PostgreSQL... no
GRASS support disabled.
FITS support disabled.
using internal csf code.
checking for libpng... using libpng from /usr/local/opt/libpng.
checking for libcrunch... dds support disabled.
GTA support disabled.
checking for PCIDSK... using internal libpcidsk.
checking for libtiff... using libtiff from /usr/local.
checking for TIFFScanlineSize64 in -ltiff... yes
BigTIFF support enabled.
checking for XTIFFClientOpen in -lgeotiff... yes
using libgeotiff from /usr/local.
using libjpeg from /usr/local.
checking for jpeg12... disabled by user
using libgif from /usr/local.
ogdi support disabled.
checking for FMEObjects... disabled by user
SOSI support disabled.
hdf4 support disabled.
hdf5 support disabled.
netCDF support disabled.
configure: JasPer (JPEG2000) support disabled.
configure: OpenJPEG (JPEG2000) support disabled.
FGDB support disabled.
ECW support disabled.
checking for Kakadu JPEG2000 support... not requested.
configure: MrSID support disabled.
configure: MrSID/MG4 Lidar support disabled.
checking for MSG... not requested
checking for BSB... enabled
checking if Oracle support is enabled... no
checking for GRIB... enabled
checking for OGR ... enabled
checking for MySQL... no
checking for Ingres... no
checking for Xerces C++ Parser... no
checking for XML_ParserCreate in -lexpat... yes
checking for Expat XML Parser headers in /usr/include... found
checking for Expat XML Parser... yes
checking if Expat XML Parser version is >= 1.95.0... yes
checking for Google libkml... no
ODBC support disabled.
checking if Oracle support is enabled... no
checking Checking for DODS... disabled
found libcurl version 7.43.0
checking for curl_global_init in -lcurl... yes
checking for xml2-config... /usr/local/opt/libxml2/bin/xml2-config
checking for xmlParseDoc in -lxml2... yes
checking for spatialite_init in -lspatialite... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
enabled
checking for spatialite_target_cpu in -lspatialite... yes
checking for sqlite3_column_table_name in -lsqlite3... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile in -lpcre... yes
checking Checking for DWGdirect... disabled
configure: "IBM Informix DataBlade support disabled."
configure: checking whether we should include ESRI SDE support...
ESRI SDE support not requested.
checking for geos-config... /usr/local/bin/geos-config
checking for GEOS version >= 3.1.0... yes
checking for GEOSversion in -lgeos_c... yes
configure: Using C API from GEOS 3.4.2
checking for OpenCL support... no
checking for FreeXL support... checking for freexl_open in -lfreexl... yes
checking for json_object_set_serializer in -ljson-c... yes
using pre-installed libjson-c
checking whether to enable PAM... yes
checking for poppler... disabled
checking for podofo... disabled
checking how to link PROJ.4 library... link statically.
checking for pj_init in -lproj... yes
checking GDAL version information from gdal_version.h: 1.11.2
checking for Mac OS X Framework build... disabled
checking for perl bindings... disabled
checking for php bindings... disabled
checking for ruby bindings... disabled
checking for python bindings... disabled
checking whether we should include Java support... no
checking whether we should include MDB support... no
configure: checking whether we should include rasdaman support...
rasdaman support not requested.
checking whether we should include Armadillo support... no
configure: creating ./config.status
config.status: creating GDALmake.opt
config.status: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting
config.status: creating port/cpl_config.h
config.status: executing libtool commands
GDAL is now configured for i386-apple-darwin14.5.0
Installation directory: /usr/local/Cellar/gdal/1.11.2_3
C compiler: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME
C++ compiler: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME
LIBTOOL support: yes
LIBZ support: external
LIBLZMA support: no
GRASS support: no
CFITSIO support: no
PCRaster support: internal
LIBPNG support: external
DDS support: no
GTA support: no
LIBTIFF support: external (BigTIFF=yes)
LIBGEOTIFF support: external
LIBJPEG support: external
12 bit JPEG: no
12 bit JPEG-in-TIFF: no
LIBGIF support: external
OGDI support: no
HDF4 support: no
HDF5 support: no
NetCDF support: no
Kakadu support: no
JasPer support: no
OpenJPEG support: no
ECW support: no
MrSID support: no
MrSID/MG4 Lidar support: no
MSG support: no
GRIB support: yes
EPSILON support: no
WebP support: no
cURL support (wms/wcs/...):yes
PostgreSQL support: no
MySQL support: no
Ingres support: no
Xerces-C support: no
NAS support: no
Expat support: yes
libxml2 support: yes
Google libkml support: no
ODBC support: no
PGeo support: no
FGDB support: no
MDB support: no
PCIDSK support: internal
OCI support: no
GEORASTER support: no
SDE support: no
Rasdaman support: no
DODS support: no
SQLite support: yes
PCRE support: yes
SpatiaLite support: yes
DWGdirect support no
INFORMIX DataBlade support:no
GEOS support: yes
Poppler support: no
Podofo support: no
OpenCL support: no
Armadillo support: no
FreeXL support: yes
SOSI support: no
Mac OS X Framework : no
SWIG Bindings: no
Statically link PROJ.4: yes
enable OGR building: yes
enable pthread support: yes
enable POSIX iconv support:yes
hide internal symbols: no
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -pedantic -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -pedantic -Wdeclaration-after-statement -Wall -Wdeclaration-after-statement conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -pedantic -Wall conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -pedantic -Wall conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c conftstm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 -print-multi-os-directory -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 -static conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lrt -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lrt -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.cpp -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ldl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: atomicbuiltins.c -o atomicbuiltins
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native atomicbuiltins.c -o atomicbuiltins -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -g -O2 -o detectsse detectsse.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -g -O2 -o detectsse detectsse.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -o detectavx detectavx.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -o detectavx detectavx.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c test_ws2_32.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c test_ws2_32.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c test_getaddrinfo.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c test_getaddrinfo.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -I/usr/local/Cellar/gdal/1.11.2_3/include testiconv.cpp -c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -I/usr/local/Cellar/gdal/1.11.2_3/include testiconv.cpp -c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ltiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ltiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeotiff -L/usr/local/lib -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeotiff -L/usr/local/lib -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lexpat
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lexpat -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -I/usr/include conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -I/usr/include conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lcurl -lcurl -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lcurl -lcurl -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.2/lib -lxml2 -lz -lpthread -liconv -lm -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.2/lib -lxml2 -lz -lpthread -liconv -lm -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite -lsqlite3
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lspatialite -L/usr/local/lib -lspatialite -lsqlite3 -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -c -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -E -I/usr/local/Cellar/gdal/1.11.2_3/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpcre -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lpcre -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/Cellar/geos/3.4.2/include -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeos_c -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/Cellar/geos/3.4.2/include -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lgeos_c -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lfreexl -L/usr/local/lib -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lpcre
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lfreexl -L/usr/local/lib -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/include testfreexl.c -c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -Os -march=native -I/usr/local/include testfreexl.c -c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lpcre
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lproj -L/usr/local/lib -lproj -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lpcre
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -I/usr/local/Cellar/gdal/1.11.2_3/include -L/usr/local/opt/sqlite/lib -lsqlite3 conftest.c -lproj -L/usr/local/lib -lproj -ljson-c -L/usr/local/opt/json-c/lib -L/usr/local/lib -lfreexl -L/usr/local/Cellar/geos/3.4.2/lib -lgeos_c -lexpat -L/usr/local -L/usr/local/lib -lgif -L/usr/local -L/usr/local/lib -ljpeg -L/usr/local/lib -lgeotiff -L/usr/local/lib -ltiff -L/usr/local/opt/libpng -L/usr/local/opt/libpng/lib -lpng -lz -L/usr -L/usr/lib -lpthread -ldl -L/usr/local/Cellar/gdal/1.11.2_3/lib -L/usr/local/lib -lspatialite -lsqlite3 -lpcre -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file has been truncated, but you can view the full file.
2015-09-22 13:32:31 -0400
make
(cd port; /Library/Developer/CommandLineTools/usr/bin/make)
(cd gcore; /Library/Developer/CommandLineTools/usr/bin/make)
(cd frmts; /Library/Developer/CommandLineTools/usr/bin/make)
(cd ogr; /Library/Developer/CommandLineTools/usr/bin/make lib )
rm -f gdal.pc
echo 'CONFIG_VERSION='`cat ./VERSION`'' >> gdal.pc
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_conv.lo cpl_conv.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalopeninfo.lo gdalopeninfo.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_error.lo cpl_error.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -c -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" \
gdaldrivermanager.cpp -o gdaldrivermanager.lo
(cd ogrsf_frmts; /Library/Developer/CommandLineTools/usr/bin/make)
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -c -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_pcidsk -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_iris -DFRMT_map -DFRMT_wcs -DFRMT_wms -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_rik -DFRMT_ozi -DFRMT_pdf -DFRMT_rasterlite -DFRMT_mbtiles -DFRMT_arg \
-DGDAL_FORMATS="gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ctg e00grid zmap ngsgeoid iris map wcs wms grib bsb gif jpeg png pcraster rik ozi pdf rasterlite mbtiles arg" \
gdalallregister.cpp -o o/gdalallregister.lo
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_string.lo cpl_string.cpp
echo 'CONFIG_INST_PREFIX=/usr/local/Cellar/gdal/1.11.2_3' >> gdal.pc
echo 'CONFIG_INST_LIBS=-L/usr/local/Cellar/gdal/1.11.2_3/lib -lgdal' >> gdal.pc
/Library/Developer/CommandLineTools/usr/bin/make -C generic
echo 'CONFIG_INST_CFLAGS=-I/usr/local/Cellar/gdal/1.11.2_3/include' >> gdal.pc
echo 'CONFIG_INST_DATA=/usr/local/Cellar/gdal/1.11.2_3/share/gdal/data' >> gdal.pc
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrsfdriverregistrar.lo ogrsfdriverregistrar.cpp
cat gdal.pc.in >> gdal.pc
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaldriver.lo gdaldriver.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_conv.cpp -fno-common -DPIC -o .libs/cpl_conv.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_string.cpp -fno-common -DPIC -o .libs/cpl_string.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_error.cpp -fno-common -DPIC -o .libs/cpl_error.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalopeninfo.cpp -fno-common -DPIC -o .libs/gdalopeninfo.o
libtool: compile: clang++ -c -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" gdaldrivermanager.cpp -fno-common -DPIC -o .libs/gdaldrivermanager.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldriver.cpp -fno-common -DPIC -o .libs/gdaldriver.o
libtool: compile: clang++ -c -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_pcidsk -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_iris -DFRMT_map -DFRMT_wcs -DFRMT_wms -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_rik -DFRMT_ozi -DFRMT_pdf -DFRMT_rasterlite -DFRMT_mbtiles -DFRMT_arg "-DGDAL_FORMATS=gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ctg e00grid zmap ngsgeoid iris map wcs wms grib bsb gif jpeg png pcraster rik ozi pdf rasterlite mbtiles arg" gdalallregister.cpp -fno-common -DPIC -o o/.libs/gdalallregister.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrsfdriverregistrar.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriverregistrar.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_error.cpp -o cpl_error.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ogrgeometryfactory.lo ogrgeometryfactory.cpp
libtool: compile: clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrgeometryfactory.cpp -fno-common -DPIC -o .libs/ogrgeometryfactory.o
libtool: compile: clang++ -c -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_pcidsk -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_iris -DFRMT_map -DFRMT_wcs -DFRMT_wms -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_rik -DFRMT_ozi -DFRMT_pdf -DFRMT_rasterlite -DFRMT_mbtiles -DFRMT_arg "-DGDAL_FORMATS=gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ctg e00grid zmap ngsgeoid iris map wcs wms grib bsb gif jpeg png pcraster rik ozi pdf rasterlite mbtiles arg" gdalallregister.cpp -o o/gdalallregister.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalopeninfo.cpp -o gdalopeninfo.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrsfdriverregistrar.cpp -o ../o/ogrsfdriverregistrar.o >/dev/null 2>&1
libtool: compile: clang++ -c -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" gdaldrivermanager.cpp -o gdaldrivermanager.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_conv.cpp -o cpl_conv.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_string.cpp -o cpl_string.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldriver.cpp -o gdaldriver.o >/dev/null 2>&1
/Library/Developer/CommandLineTools/usr/bin/make -C gxf install-obj
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/gxfdataset.lo gxfdataset.cpp
/Library/Developer/CommandLineTools/usr/bin/make -C avc
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_bin.lo avc_bin.c
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_bin.c -fno-common -DPIC -o ../o/.libs/avc_bin.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxfdataset.cpp -fno-common -DPIC -o ../o/.libs/gxfdataset.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrlayer.lo ogrlayer.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaldataset.lo gdaldataset.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ogrpoint.lo ogrpoint.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldataset.cpp -fno-common -DPIC -o .libs/gdaldataset.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrlayer.o
libtool: compile: clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrpoint.cpp -fno-common -DPIC -o .libs/ogrpoint.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cplgetsymbol.lo cplgetsymbol.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalrasterband.lo gdalrasterband.cpp
libtool: compile: clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrgeometryfactory.cpp -o ogrgeometryfactory.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cplgetsymbol.cpp -fno-common -DPIC -o .libs/cplgetsymbol.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterband.cpp -fno-common -DPIC -o .libs/gdalrasterband.o
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_bin.c -o ../o/avc_bin.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cplgetsymbol.cpp -o cplgetsymbol.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxfdataset.cpp -o ../o/gxfdataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cplstringlist.lo cplstringlist.cpp
libtool: compile: clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrpoint.cpp -o ogrpoint.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cplstringlist.cpp -fno-common -DPIC -o .libs/cplstringlist.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_binwr.lo avc_binwr.c
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_binwr.c -fno-common -DPIC -o ../o/.libs/avc_binwr.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldataset.cpp -o gdaldataset.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/gxfopen.lo gxfopen.c
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxfopen.c -fno-common -DPIC -o ../o/.libs/gxfopen.o
/Library/Developer/CommandLineTools/usr/bin/make -C gtiff install-obj
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/geotiff.lo geotiff.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ogrcurve.lo ogrcurve.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cplstringlist.cpp -o cplstringlist.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrlayer.cpp -o ../o/ogrlayer.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_binwr.c -o ../o/avc_binwr.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c geotiff.cpp -fno-common -DPIC -o ../o/.libs/geotiff.o
libtool: compile: clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcurve.cpp -fno-common -DPIC -o .libs/ogrcurve.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterband.cpp -o gdalrasterband.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxfopen.c -o ../o/gxfopen.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_e00gen.lo avc_e00gen.c
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_strtod.lo cpl_strtod.cpp
libtool: compile: clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.4.2/include -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcurve.cpp -o ogrcurve.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00gen.c -fno-common -DPIC -o ../o/.libs/avc_e00gen.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_strtod.cpp -fno-common -DPIC -o .libs/cpl_strtod.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/gxf_proj4.lo gxf_proj4.c
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxf_proj4.c -fno-common -DPIC -o ../o/.libs/gxf_proj4.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_strtod.cpp -o cpl_strtod.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00gen.c -o ../o/avc_e00gen.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxf_proj4.c -o ../o/gxf_proj4.o >/dev/null 2>&1
/Library/Developer/CommandLineTools/usr/bin/make -C bna
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrbnadriver.lo ogrbnadriver.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_path.lo cpl_path.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_e00parse.lo avc_e00parse.c
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnadriver.cpp -fno-common -DPIC -o ../o/.libs/ogrbnadriver.o
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00parse.c -fno-common -DPIC -o ../o/.libs/avc_e00parse.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_path.cpp -fno-common -DPIC -o .libs/cpl_path.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/gxf_ogcwkt.lo gxf_ogcwkt.c
/Library/Developer/CommandLineTools/usr/bin/make -C hfa install-obj
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/hfaopen.lo hfaopen.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrdatasource.lo ogrdatasource.cpp
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxf_ogcwkt.c -fno-common -DPIC -o ../o/.libs/gxf_ogcwkt.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfaopen.cpp -fno-common -DPIC -o ../o/.libs/hfaopen.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrdatasource.o
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gxf_ogcwkt.c -o ../o/gxf_ogcwkt.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00parse.c -o ../o/avc_e00parse.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnadriver.cpp -o ../o/ogrbnadriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdal_misc.lo gdal_misc.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/gt_wkt_srs.lo gt_wkt_srs.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_misc.cpp -fno-common -DPIC -o .libs/gdal_misc.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_path.cpp -o cpl_path.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gt_wkt_srs.cpp -fno-common -DPIC -o ../o/.libs/gt_wkt_srs.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_e00write.lo avc_e00write.c
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00write.c -fno-common -DPIC -o ../o/.libs/avc_e00write.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrbnadatasource.lo ogrbnadatasource.cpp
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00write.c -o ../o/avc_e00write.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnadatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrbnadatasource.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_csv.lo cpl_csv.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrdatasource.cpp -o ../o/ogrdatasource.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_csv.cpp -fno-common -DPIC -o .libs/cpl_csv.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_e00read.lo avc_e00read.c
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00read.c -fno-common -DPIC -o ../o/.libs/avc_e00read.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfaopen.cpp -o ../o/hfaopen.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gt_wkt_srs.cpp -o ../o/gt_wkt_srs.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnadatasource.cpp -o ../o/ogrbnadatasource.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_misc.cpp -o gdal_misc.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_e00read.c -o ../o/avc_e00read.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_csv.cpp -o cpl_csv.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrbnalayer.lo ogrbnalayer.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrsfdriver.lo ogrsfdriver.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnalayer.cpp -fno-common -DPIC -o ../o/.libs/ogrbnalayer.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_mbyte.lo avc_mbyte.c
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrsfdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriver.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c geotiff.cpp -o ../o/geotiff.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_mbyte.c -fno-common -DPIC -o ../o/.libs/avc_mbyte.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_findfile.lo cpl_findfile.cpp
/Library/Developer/CommandLineTools/usr/bin/make -C csv
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_mbyte.c -o ../o/avc_mbyte.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrcsvdriver.lo ogrcsvdriver.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_findfile.cpp -fno-common -DPIC -o .libs/cpl_findfile.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcsvdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvdriver.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_misc.lo avc_misc.c
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o rasterio.lo rasterio.cpp
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_misc.c -fno-common -DPIC -o ../o/.libs/avc_misc.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrsfdriver.cpp -o ../o/ogrsfdriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/hfaentry.lo hfaentry.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c rasterio.cpp -fno-common -DPIC -o .libs/rasterio.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfaentry.cpp -fno-common -DPIC -o ../o/.libs/hfaentry.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnalayer.cpp -o ../o/ogrbnalayer.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_findfile.cpp -o cpl_findfile.o >/dev/null 2>&1
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_misc.c -o ../o/avc_misc.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcsvdriver.cpp -o ../o/ogrcsvdriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/avc_rawbin.lo avc_rawbin.c
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrregisterall.lo ogrregisterall.cpp
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_rawbin.c -fno-common -DPIC -o ../o/.libs/avc_rawbin.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrregisterall.cpp -fno-common -DPIC -o ../o/.libs/ogrregisterall.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_minixml.lo cpl_minixml.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_minixml.cpp -fno-common -DPIC -o .libs/cpl_minixml.o
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c avc_rawbin.c -o ../o/avc_rawbin.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrbnaparser.lo ogrbnaparser.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfaentry.cpp -o ../o/hfaentry.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnaparser.cpp -fno-common -DPIC -o ../o/.libs/ogrbnaparser.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrcsvdatasource.lo ogrcsvdatasource.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogravcbindriver.lo ogravcbindriver.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcsvdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvdatasource.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogravcbindriver.cpp -fno-common -DPIC -o ../o/.libs/ogravcbindriver.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrregisterall.cpp -o ../o/ogrregisterall.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrbnaparser.cpp -o ../o/ogrbnaparser.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_minixml.cpp -o cpl_minixml.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c rasterio.cpp -o rasterio.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogr_gensql.lo ogr_gensql.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogravcbindriver.cpp -o ../o/ogravcbindriver.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/hfadictionary.lo hfadictionary.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogr_gensql.cpp -fno-common -DPIC -o ../o/.libs/ogr_gensql.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfadictionary.cpp -fno-common -DPIC -o ../o/.libs/hfadictionary.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcsvdatasource.cpp -o ../o/ogrcsvdatasource.o >/dev/null 2>&1
/Library/Developer/CommandLineTools/usr/bin/make -C aigrid install-obj
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c -o ../o/aigdataset.lo aigdataset.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogravcbindatasource.lo ogravcbindatasource.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigdataset.cpp -fno-common -DPIC -o ../o/.libs/aigdataset.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogravcbindatasource.cpp -fno-common -DPIC -o ../o/.libs/ogravcbindatasource.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfadictionary.cpp -o ../o/hfadictionary.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_multiproc.lo cpl_multiproc.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_multiproc.cpp -fno-common -DPIC -o .libs/cpl_multiproc.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_multiproc.cpp -o cpl_multiproc.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogravcbindatasource.cpp -o ../o/ogravcbindatasource.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/gt_citation.lo gt_citation.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/hfafield.lo hfafield.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogr_gensql.cpp -o ../o/ogr_gensql.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_list.lo cpl_list.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gt_citation.cpp -fno-common -DPIC -o ../o/.libs/gt_citation.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfafield.cpp -fno-common -DPIC -o ../o/.libs/hfafield.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogrcsvlayer.lo ogrcsvlayer.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalrasterblock.lo gdalrasterblock.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_list.cpp -fno-common -DPIC -o .libs/cpl_list.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcsvlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvlayer.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterblock.cpp -fno-common -DPIC -o .libs/gdalrasterblock.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigdataset.cpp -o ../o/aigdataset.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_list.cpp -o cpl_list.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogravcbinlayer.lo ogravcbinlayer.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogravcbinlayer.cpp -fno-common -DPIC -o ../o/.libs/ogravcbinlayer.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cpl_getexecpath.lo cpl_getexecpath.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_getexecpath.cpp -fno-common -DPIC -o .libs/cpl_getexecpath.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gt_citation.cpp -o ../o/gt_citation.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfafield.cpp -o ../o/hfafield.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterblock.cpp -o gdalrasterblock.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogravcbinlayer.cpp -o ../o/ogravcbinlayer.o >/dev/null 2>&1
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cpl_getexecpath.cpp -o cpl_getexecpath.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogr_attrind.lo ogr_attrind.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogrcsvlayer.cpp -o ../o/ogrcsvlayer.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c -o ../o/gridlib.lo gridlib.c
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogr_attrind.cpp -fno-common -DPIC -o ../o/.libs/ogr_attrind.o
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c gridlib.c -fno-common -DPIC -o ../o/.libs/gridlib.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/gt_overview.lo gt_overview.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalcolortable.lo gdalcolortable.cpp
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c -o cplstring.lo cplstring.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I.. -I../jpeg -DHAVE_LIBJPEG -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c gt_overview.cpp -fno-common -DPIC -o ../o/.libs/gt_overview.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalcolortable.cpp -fno-common -DPIC -o .libs/gdalcolortable.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/hfatype.lo hfatype.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -DHAVE_LIBXML2 -c cplstring.cpp -fno-common -DPIC -o .libs/cplstring.o
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c gridlib.c -o ../o/gridlib.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c -o ../o/ogravclayer.lo ogravclayer.cpp
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c hfatype.cpp -fno-common -DPIC -o ../o/.libs/hfatype.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -I../shape -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogravclayer.cpp -fno-common -DPIC -o ../o/.libs/ogravclayer.o
libtool: compile: clang++ -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.11.2_3/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DSXF_ENABLED -DOPENFILEGDB_ENABLED -DWASP_ENABLED -DPCIDSK_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGFT_ENABLED -DGME_ENABLED -DCOUCHDB_ENABLED -DFREEXL_ENABLED -DODS_ENABLED -DXLSX_ENABLED -DELASTIC_ENABLED -DOSM_ENABLED -DPDF_ENABLED -DCARTODB_ENABLED -I.. -I../.. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -c ogr_attrind.cpp -o ../o/ogr_attrind.o >/dev/null 2>&1
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CC clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c -o ../o/aigopen.lo aigopen.c
libtool: compile: clang -arch x86_64 -I/usr/local/opt/sqlite/include -DHAVE_SSE_AT_COMPILE_TIME -Wall -Wdeclaration-after-statement -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/gdal/1.11.2_3/include -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/libpng -I/usr/local/opt/libpng/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigopen.c -fno-common -DPIC -o ../o/.libs/aigopen.o
/bin/sh /private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/libtool --mode=compile --tag=CXX clang++ -DHAVE_MITAB -arch x86_64 -g -O2 -DHAVE_SSE_AT_COMPILE_TIME -Wall -Iogrsf_frmts -Iogrsf_frmts/mem -I. -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/port -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/gcore -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/alg -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr -I/private/tmp/gdal20150922-68876-1yopnvh/gdal-1.11.2/ogr/ogrsf_frmts -I/usr/local/include -DPROJ_STATIC -DHAV
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment