Skip to content

Instantly share code, notes, and snippets.

@girving
Created November 15, 2015 06:06
Show Gist options
  • Save girving/c180157b19c51ca28014 to your computer and use it in GitHub Desktop.
Save girving/c180157b19c51ca28014 to your computer and use it in GitHub Desktop.
2015-11-14 22:02:14 -0800
python
-c
import setuptools, tokenize
__file__ = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))
--no-user-cfg
install
--prefix=/usr/local/Cellar/gnuradio/3.7.8/libexec/vendor
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/markdown
copying markdown/__init__.py -> build/lib/markdown
copying markdown/__main__.py -> build/lib/markdown
copying markdown/__version__.py -> build/lib/markdown
copying markdown/blockparser.py -> build/lib/markdown
copying markdown/blockprocessors.py -> build/lib/markdown
copying markdown/inlinepatterns.py -> build/lib/markdown
copying markdown/odict.py -> build/lib/markdown
copying markdown/postprocessors.py -> build/lib/markdown
copying markdown/preprocessors.py -> build/lib/markdown
copying markdown/serializers.py -> build/lib/markdown
copying markdown/treeprocessors.py -> build/lib/markdown
copying markdown/util.py -> build/lib/markdown
creating build/lib/markdown/extensions
copying markdown/extensions/__init__.py -> build/lib/markdown/extensions
copying markdown/extensions/abbr.py -> build/lib/markdown/extensions
copying markdown/extensions/admonition.py -> build/lib/markdown/extensions
copying markdown/extensions/attr_list.py -> build/lib/markdown/extensions
copying markdown/extensions/codehilite.py -> build/lib/markdown/extensions
copying markdown/extensions/def_list.py -> build/lib/markdown/extensions
copying markdown/extensions/extra.py -> build/lib/markdown/extensions
copying markdown/extensions/fenced_code.py -> build/lib/markdown/extensions
copying markdown/extensions/footnotes.py -> build/lib/markdown/extensions
copying markdown/extensions/headerid.py -> build/lib/markdown/extensions
copying markdown/extensions/meta.py -> build/lib/markdown/extensions
copying markdown/extensions/nl2br.py -> build/lib/markdown/extensions
copying markdown/extensions/sane_lists.py -> build/lib/markdown/extensions
copying markdown/extensions/smart_strong.py -> build/lib/markdown/extensions
copying markdown/extensions/smarty.py -> build/lib/markdown/extensions
copying markdown/extensions/tables.py -> build/lib/markdown/extensions
copying markdown/extensions/toc.py -> build/lib/markdown/extensions
copying markdown/extensions/wikilinks.py -> build/lib/markdown/extensions
running build_scripts
creating build/scripts-2.7
copying bin/markdown_py -> build/scripts-2.7
changing mode of build/scripts-2.7/markdown_py from 644 to 755
running build_docs
creating build/docs
copying docs/authors.txt -> build/docs
Converting docs/authors.txt -> build/docs/authors.html
copying docs/basic.css -> build/docs
copying docs/change_log.txt -> build/docs
Converting docs/change_log.txt -> build/docs/change_log.html
copying docs/cli.txt -> build/docs
Converting docs/cli.txt -> build/docs/cli.html
copying docs/default.css -> build/docs
copying docs/index.txt -> build/docs
Converting docs/index.txt -> build/docs/index.html
copying docs/install.txt -> build/docs
Converting docs/install.txt -> build/docs/install.html
copying docs/py.png -> build/docs
copying docs/reference.txt -> build/docs
Converting docs/reference.txt -> build/docs/reference.html
copying docs/release-2.0.1.txt -> build/docs
Converting docs/release-2.0.1.txt -> build/docs/release-2.0.1.html
copying docs/release-2.0.2.txt -> build/docs
Converting docs/release-2.0.2.txt -> build/docs/release-2.0.2.html
copying docs/release-2.0.txt -> build/docs
Converting docs/release-2.0.txt -> build/docs/release-2.0.html
copying docs/release-2.1.0.txt -> build/docs
Converting docs/release-2.1.0.txt -> build/docs/release-2.1.0.html
copying docs/release-2.1.1.txt -> build/docs
Converting docs/release-2.1.1.txt -> build/docs/release-2.1.1.html
copying docs/release-2.2.0.txt -> build/docs
Converting docs/release-2.2.0.txt -> build/docs/release-2.2.0.html
copying docs/release-2.2.1.txt -> build/docs
Converting docs/release-2.2.1.txt -> build/docs/release-2.2.1.html
copying docs/release-2.3.txt -> build/docs
Converting docs/release-2.3.txt -> build/docs/release-2.3.html
copying docs/release-2.4.txt -> build/docs
Converting docs/release-2.4.txt -> build/docs/release-2.4.html
copying docs/siteindex.txt -> build/docs
Converting docs/siteindex.txt -> build/docs/siteindex.html
copying docs/test_suite.txt -> build/docs
Converting docs/test_suite.txt -> build/docs/test_suite.html
creating build/docs/extensions
copying docs/extensions/abbreviations.txt -> build/docs/extensions
Converting docs/extensions/abbreviations.txt -> build/docs/extensions/abbreviations.html
copying docs/extensions/admonition.txt -> build/docs/extensions
Converting docs/extensions/admonition.txt -> build/docs/extensions/admonition.html
copying docs/extensions/api.txt -> build/docs/extensions
Converting docs/extensions/api.txt -> build/docs/extensions/api.html
copying docs/extensions/attr_list.txt -> build/docs/extensions
Converting docs/extensions/attr_list.txt -> build/docs/extensions/attr_list.html
copying docs/extensions/code_hilite.txt -> build/docs/extensions
Converting docs/extensions/code_hilite.txt -> build/docs/extensions/code_hilite.html
copying docs/extensions/definition_lists.txt -> build/docs/extensions
Converting docs/extensions/definition_lists.txt -> build/docs/extensions/definition_lists.html
copying docs/extensions/extra.txt -> build/docs/extensions
Converting docs/extensions/extra.txt -> build/docs/extensions/extra.html
copying docs/extensions/fenced_code_blocks.txt -> build/docs/extensions
Converting docs/extensions/fenced_code_blocks.txt -> build/docs/extensions/fenced_code_blocks.html
copying docs/extensions/footnotes.txt -> build/docs/extensions
Converting docs/extensions/footnotes.txt -> build/docs/extensions/footnotes.html
copying docs/extensions/header_id.txt -> build/docs/extensions
Converting docs/extensions/header_id.txt -> build/docs/extensions/header_id.html
copying docs/extensions/index.txt -> build/docs/extensions
Converting docs/extensions/index.txt -> build/docs/extensions/index.html
copying docs/extensions/meta_data.txt -> build/docs/extensions
Converting docs/extensions/meta_data.txt -> build/docs/extensions/meta_data.html
copying docs/extensions/nl2br.txt -> build/docs/extensions
Converting docs/extensions/nl2br.txt -> build/docs/extensions/nl2br.html
copying docs/extensions/sane_lists.txt -> build/docs/extensions
Converting docs/extensions/sane_lists.txt -> build/docs/extensions/sane_lists.html
copying docs/extensions/smart_strong.txt -> build/docs/extensions
Converting docs/extensions/smart_strong.txt -> build/docs/extensions/smart_strong.html
copying docs/extensions/smarty.txt -> build/docs/extensions
Converting docs/extensions/smarty.txt -> build/docs/extensions/smarty.html
copying docs/extensions/tables.txt -> build/docs/extensions
Converting docs/extensions/tables.txt -> build/docs/extensions/tables.html
copying docs/extensions/toc.txt -> build/docs/extensions
Converting docs/extensions/toc.txt -> build/docs/extensions/toc.html
copying docs/extensions/wikilinks.txt -> build/docs/extensions
Converting docs/extensions/wikilinks.txt -> build/docs/extensions/wikilinks.html
running install_lib
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/__init__.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/__main__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/__version__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/__version__.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/blockparser.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/blockparser.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/blockprocessors.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/blockprocessors.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/__init__.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/abbr.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/abbr.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/admonition.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/admonition.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/attr_list.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/attr_list.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/codehilite.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/codehilite.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/def_list.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/def_list.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/extra.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/extra.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/fenced_code.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/fenced_code.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/footnotes.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/footnotes.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/headerid.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/headerid.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/meta.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/meta.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/nl2br.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/sane_lists.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/smart_strong.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/smart_strong.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/smarty.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/smarty.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/tables.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/tables.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/toc.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/toc.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/extensions/wikilinks.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions
copying build/lib/markdown/inlinepatterns.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/inlinepatterns.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/odict.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/odict.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/postprocessors.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/postprocessors.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/preprocessors.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/preprocessors.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/serializers.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/serializers.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/treeprocessors.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/treeprocessors.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/util.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
copying build/lib/markdown/util.pyc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/__main__.py to __main__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions/nl2br.py to nl2br.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions/sane_lists.py to sane_lists.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/markdown/extensions/wikilinks.py to wikilinks.pyc
running install_egg_info
running egg_info
creating Markdown.egg-info
writing Markdown.egg-info/PKG-INFO
writing top-level names to Markdown.egg-info/top_level.txt
writing dependency_links to Markdown.egg-info/dependency_links.txt
writing manifest file 'Markdown.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'Markdown.egg-info/SOURCES.txt'
writing manifest file 'Markdown.egg-info/SOURCES.txt'
Copying Markdown.egg-info to /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Markdown-2.4-py2.7.egg-info
running install_scripts
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin
copying build/scripts-2.7/markdown_py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin
changing mode of /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin/markdown_py to 755
writing list of installed files to 'installed.txt'
2015-11-14 22:02:14 -0800
python
-c
import setuptools, tokenize
__file__ = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))
--no-user-cfg
install
--prefix=/usr/local/Cellar/gnuradio/3.7.8/libexec/vendor
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib.macosx-10.10-x86_64-2.7
creating build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/CacheRegion.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/CacheStore.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/CheetahWrapper.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Compiler.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/convertTmplPathToModuleName.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/DirectiveAnalyzer.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Django.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/DummyTransaction.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/ErrorCatchers.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/FileUtils.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Filters.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/ImportHooks.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/ImportManager.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/NameMapper.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Parser.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Servlet.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/SettingsManager.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/SourceReader.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Template.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/TemplateCmdLineIface.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Unspecified.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
copying cheetah/Version.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah
creating build/lib.macosx-10.10-x86_64-2.7/Cheetah/Macros
copying cheetah/Macros/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Macros
copying cheetah/Macros/I18n.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Macros
creating build/lib.macosx-10.10-x86_64-2.7/Cheetah/Templates
copying cheetah/Templates/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Templates
copying cheetah/Templates/_SkeletonPage.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Templates
copying cheetah/Templates/SkeletonPage.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Templates
creating build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Analyzer.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/CheetahWrapper.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Cheps.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Filters.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Misc.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/NameMapper.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Parser.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Performance.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Regressions.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/SyntaxAndOutput.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Template.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Test.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/Unicode.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
copying cheetah/Tests/xmlrunner.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests
creating build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools
copying cheetah/Tools/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools
copying cheetah/Tools/CGITemplate.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools
copying cheetah/Tools/MondoReport.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools
copying cheetah/Tools/RecursiveNull.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools
copying cheetah/Tools/SiteHierarchy.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools
creating build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
copying cheetah/Utils/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
copying cheetah/Utils/htmlDecode.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
copying cheetah/Utils/htmlEncode.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
copying cheetah/Utils/Indenter.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
copying cheetah/Utils/Misc.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
copying cheetah/Utils/statprof.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
copying cheetah/Utils/WebInputMixin.py -> build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils
running build_ext
building 'Cheetah._namemapper' extension
creating build/temp.macosx-10.10-x86_64-2.7
creating build/temp.macosx-10.10-x86_64-2.7/cheetah
creating build/temp.macosx-10.10-x86_64-2.7/cheetah/c
clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.10-x86_64-2.7/cheetah/c/_namemapper.o
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/cheetah/c/_namemapper.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.10-x86_64-2.7/Cheetah/_namemapper.so
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/cheetah-compile -> build/scripts-2.7
copying and adjusting bin/cheetah -> build/scripts-2.7
copying and adjusting bin/cheetah-analyze -> build/scripts-2.7
changing mode of build/scripts-2.7/cheetah-compile from 644 to 755
changing mode of build/scripts-2.7/cheetah from 644 to 755
changing mode of build/scripts-2.7/cheetah-analyze from 644 to 755
running install_lib
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/_namemapper.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/CacheRegion.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/CacheStore.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/CheetahWrapper.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Compiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/convertTmplPathToModuleName.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/DirectiveAnalyzer.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Django.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/DummyTransaction.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/ErrorCatchers.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/FileUtils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Filters.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/ImportHooks.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/ImportManager.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Macros/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Macros/I18n.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/NameMapper.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Parser.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Servlet.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/SettingsManager.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/SourceReader.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Template.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/TemplateCmdLineIface.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Templates/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Templates/_SkeletonPage.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Templates/SkeletonPage.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Analyzer.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/CheetahWrapper.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Cheps.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Filters.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Misc.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/NameMapper.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Parser.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Performance.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Regressions.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/SyntaxAndOutput.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Template.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Test.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/Unicode.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tests/xmlrunner.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools/CGITemplate.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools/MondoReport.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools/RecursiveNull.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Tools/SiteHierarchy.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Unspecified.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils/htmlDecode.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils/htmlEncode.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils/Indenter.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils/Misc.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils/statprof.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Utils/WebInputMixin.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.10-x86_64-2.7/Cheetah/Version.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/CacheRegion.py to CacheRegion.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/CacheStore.py to CacheStore.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/CheetahWrapper.py to CheetahWrapper.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Compiler.py to Compiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/convertTmplPathToModuleName.py to convertTmplPathToModuleName.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/DirectiveAnalyzer.py to DirectiveAnalyzer.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Django.py to Django.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/DummyTransaction.py to DummyTransaction.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/ErrorCatchers.py to ErrorCatchers.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/FileUtils.py to FileUtils.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Filters.py to Filters.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/ImportHooks.py to ImportHooks.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/ImportManager.py to ImportManager.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Macros/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Macros/I18n.py to I18n.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/NameMapper.py to NameMapper.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Parser.py to Parser.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Servlet.py to Servlet.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/SettingsManager.py to SettingsManager.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/SourceReader.py to SourceReader.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Template.py to Template.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/TemplateCmdLineIface.py to TemplateCmdLineIface.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates/_SkeletonPage.py to _SkeletonPage.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates/SkeletonPage.py to SkeletonPage.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Analyzer.py to Analyzer.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/CheetahWrapper.py to CheetahWrapper.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Cheps.py to Cheps.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Filters.py to Filters.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Misc.py to Misc.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/NameMapper.py to NameMapper.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Parser.py to Parser.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Performance.py to Performance.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Regressions.py to Regressions.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/SyntaxAndOutput.py to SyntaxAndOutput.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Template.py to Template.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Test.py to Test.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/Unicode.py to Unicode.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tests/xmlrunner.py to xmlrunner.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools/CGITemplate.py to CGITemplate.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools/MondoReport.py to MondoReport.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools/RecursiveNull.py to RecursiveNull.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools/SiteHierarchy.py to SiteHierarchy.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Unspecified.py to Unspecified.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils/htmlDecode.py to htmlDecode.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils/htmlEncode.py to htmlEncode.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils/Indenter.py to Indenter.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils/Misc.py to Misc.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils/statprof.py to statprof.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Utils/WebInputMixin.py to WebInputMixin.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Version.py to Version.pyc
running install_data
copying cheetah/Tools/MondoReportDoc.txt -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Tools
copying cheetah/Templates/SkeletonPage.tmpl -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah/Templates
running install_egg_info
running egg_info
deleting Cheetah.egg-info/requires.txt
writing Cheetah.egg-info/PKG-INFO
writing top-level names to Cheetah.egg-info/top_level.txt
writing dependency_links to Cheetah.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'Cheetah.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'cheetah'
warning: no previously-included files matching '*.aux' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'docs'
warning: no previously-included files matching '*.aux' found under directory 'docs'
writing manifest file 'Cheetah.egg-info/SOURCES.txt'
Copying Cheetah.egg-info to /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/Cheetah-2.4.4-py2.7.egg-info
running install_scripts
copying build/scripts-2.7/cheetah -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin
copying build/scripts-2.7/cheetah-analyze -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin
copying build/scripts-2.7/cheetah-compile -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin
changing mode of /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin/cheetah to 755
changing mode of /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin/cheetah-analyze to 755
changing mode of /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin/cheetah-compile to 755
writing list of installed files to 'installed.txt'
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.10-x86_64-2.7/cheetah/c/_namemapper.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.10-x86_64-2.7/cheetah/c/_namemapper.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/cheetah/c/_namemapper.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.10-x86_64-2.7/Cheetah/_namemapper.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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/cheetah/c/_namemapper.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.10-x86_64-2.7/Cheetah/_namemapper.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-11-14 22:02:15 -0800
python
-c
import setuptools, tokenize
__file__ = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))
--no-user-cfg
install
--prefix=/usr/local/Cellar/gnuradio/3.7.8/libexec/vendor
--single-version-externally-managed
--record=installed.txt
Building with Cython 0.22.1.
Building lxml version 2.0.
running install
running build
running build_py
creating build
creating build/lib.macosx-10.10-x86_64-2.7
creating build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/_elementpath.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/builder.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/cssselect.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/doctestcompare.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/ElementInclude.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/htmlbuilder.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/sax.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
copying src/lxml/usedoctest.py -> build/lib.macosx-10.10-x86_64-2.7/lxml
creating build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/__init__.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/_dictmixin.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/_diffcommand.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/builder.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/clean.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/defs.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/diff.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/ElementSoup.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/formfill.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/setmixin.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
copying src/lxml/html/usedoctest.py -> build/lib.macosx-10.10-x86_64-2.7/lxml/html
running build_ext
skipping 'src/lxml/lxml.etree.c' Cython extension (up-to-date)
building 'lxml.etree' extension
creating build/temp.macosx-10.10-x86_64-2.7
creating build/temp.macosx-10.10-x86_64-2.7/src
creating build/temp.macosx-10.10-x86_64-2.7/src/lxml
clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.etree.o -w
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.etree.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/etree.so
skipping 'src/lxml/lxml.objectify.c' Cython extension (up-to-date)
building 'lxml.objectify' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.objectify.o -w
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.objectify.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/objectify.so
skipping 'src/lxml/lxml.pyclasslookup.c' Cython extension (up-to-date)
building 'lxml.pyclasslookup' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.pyclasslookup.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.pyclasslookup.o -w
clang -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.pyclasslookup.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/pyclasslookup.so
running install_lib
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/_elementpath.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/builder.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/cssselect.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/doctestcompare.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/ElementInclude.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/etree.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/_dictmixin.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/_diffcommand.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/builder.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/clean.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/defs.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/diff.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/ElementSoup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/formfill.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/setmixin.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/html/usedoctest.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html
copying build/lib.macosx-10.10-x86_64-2.7/lxml/htmlbuilder.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/objectify.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/pyclasslookup.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/sax.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
copying build/lib.macosx-10.10-x86_64-2.7/lxml/usedoctest.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/_elementpath.py to _elementpath.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/builder.py to builder.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/cssselect.py to cssselect.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/doctestcompare.py to doctestcompare.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/ElementInclude.py to ElementInclude.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/_dictmixin.py to _dictmixin.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/_diffcommand.py to _diffcommand.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/builder.py to builder.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/clean.py to clean.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/defs.py to defs.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/diff.py to diff.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/ElementSoup.py to ElementSoup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/formfill.py to formfill.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/setmixin.py to setmixin.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/html/usedoctest.py to usedoctest.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/htmlbuilder.py to htmlbuilder.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/sax.py to sax.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml/usedoctest.py to usedoctest.pyc
running install_egg_info
running egg_info
writing src/lxml.egg-info/PKG-INFO
writing top-level names to src/lxml.egg-info/top_level.txt
writing dependency_links to src/lxml.egg-info/dependency_links.txt
deleting src/lxml.egg-info/native_libs.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'src/lxml.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'doc/pyrex.txt'
writing manifest file 'src/lxml.egg-info/SOURCES.txt'
Copying src/lxml.egg-info to /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/lxml-2.0-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.etree.o -w
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -I/usr/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.etree.o -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.etree.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/etree.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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/src/lxml/lxml.etree.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/etree.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -I/usr/include/libxml2 -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.objectify.o -w
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -I/usr/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.objectify.o -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.objectify.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/objectify.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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/src/lxml/lxml.objectify.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/objectify.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -I/usr/include/libxml2 -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.pyclasslookup.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.pyclasslookup.o -w
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -fwrapv -I/usr/include/libxml2 -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.pyclasslookup.c -o build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.pyclasslookup.o -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: -bundle -undefined dynamic_lookup build/temp.macosx-10.10-x86_64-2.7/src/lxml/lxml.pyclasslookup.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/pyclasslookup.so
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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/src/lxml/lxml.pyclasslookup.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.10-x86_64-2.7/lxml/pyclasslookup.so -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-11-14 22:02:26 -0800
python
-c
import setuptools, tokenize
__file__ = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))
--no-user-cfg
install
--prefix=/usr/local/Cellar/gnuradio/3.7.8/libexec/vendor
--single-version-externally-managed
--record=installed.txt
Running from numpy source directory.
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/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/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 install
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
Could not locate executable gfortran
Could not locate executable f95
customize NAGFCompiler
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize IBMFCompiler
Could not locate executable xlf90
Could not locate executable xlf
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PGroupFCompiler
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
C compiler: 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/msvc9compiler.py -> build/lib.macosx-10.10-x86_64-2.7/numpy/distutils
copying numpy/distutils/msvccompiler.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/gnuradio--numpy20151114-13854-hceum0
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/numpy
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/numpy/_build_utils
creating build/temp.macosx-10.10-x86_64-2.7/private/tmp/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/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: /private/tmp/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/numpy/_build_utils/src/apple_sgemv_fix.c
clang: numpy/core/src/multiarray/convert.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/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/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_lib
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/__config__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/_import_tools.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
copying build/lib.macosx-10.10-x86_64-2.7/numpy/add_newdocs.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/_inspect.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/py3k.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat
copying build/lib.macosx-10.10-x86_64-2.7/numpy/compat/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/_dummy.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/_internal.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/_methods.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/arrayprint.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/cversions.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/defchararray.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/fromnumeric.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/getlimits.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/machar.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/memmap.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/multiarray.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/numeric.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/numerictypes.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/records.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/core/umath.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ctypeslib.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/__config__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/__version__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/ccompiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/core.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/cpuinfo.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/environment.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/extension.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/intelccompiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/lib2def.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/log.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/mingw32ccompiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/msvc9compiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/msvccompiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/pathccompiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
copying build/lib.macosx-10.10-x86_64-2.7/numpy/distutils/unixccompiler.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/basics.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/broadcasting.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/byteswapping.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/constants.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/creation.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/glossary.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/howtofind.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/indexing.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/internals.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/io.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/jargon.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/misc.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/performance.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/subclassing.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/doc/ufuncs.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc
copying build/lib.macosx-10.10-x86_64-2.7/numpy/dual.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/__main__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/__version__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/auxfuncs.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/cfuncs.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/crackfortran.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/diagnose.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/f2py2e.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/func2subr.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/rules.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
copying build/lib.macosx-10.10-x86_64-2.7/numpy/f2py/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/fftpack.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/helper.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft
copying build/lib.macosx-10.10-x86_64-2.7/numpy/fft/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/_datasource.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/_iotools.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/_version.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/arraypad.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/arraysetops.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/arrayterator.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/financial.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/format.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/nanfunctions.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/npyio.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/polynomial.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/recfunctions.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/scimath.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/ufunclike.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/lib/utils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/linalg.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg
copying build/lib.macosx-10.10-x86_64-2.7/numpy/linalg/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/bench.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/core.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/extras.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/mrecords.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/testutils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/ma/version.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matlib.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib/defmatrix.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib
copying build/lib.macosx-10.10-x86_64-2.7/numpy/matrixlib/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/_polybase.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/chebyshev.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/hermite.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/laguerre.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/legendre.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/polynomial.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/polyutils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
copying build/lib.macosx-10.10-x86_64-2.7/numpy/polynomial/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/mtrand.so -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/random/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random
copying build/lib.macosx-10.10-x86_64-2.7/numpy/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/decorators.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/noseclasses.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/nosetester.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/testing/utils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing
copying build/lib.macosx-10.10-x86_64-2.7/numpy/version.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/__config__.py to __config__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/_import_tools.py to _import_tools.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/add_newdocs.py to add_newdocs.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat/_inspect.py to _inspect.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat/py3k.py to py3k.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/compat/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/_internal.py to _internal.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/_methods.py to _methods.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/arrayprint.py to arrayprint.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/cversions.py to cversions.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/defchararray.py to defchararray.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/fromnumeric.py to fromnumeric.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/function_base.py to function_base.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/generate_numpy_api.py to generate_numpy_api.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/getlimits.py to getlimits.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/info.py to info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/machar.py to machar.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/memmap.py to memmap.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/numeric.py to numeric.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/numerictypes.py to numerictypes.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/records.py to records.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/setup_common.py to setup_common.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/shape_base.py to shape_base.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ctypeslib.py to ctypeslib.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/__config__.py to __config__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/__version__.py to __version__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/ccompiler.py to ccompiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/autodist.py to autodist.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/bdist_rpm.py to bdist_rpm.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/build.py to build.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/build_clib.py to build_clib.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/build_ext.py to build_ext.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/build_py.py to build_py.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/build_scripts.py to build_scripts.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/build_src.py to build_src.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/config.py to config.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/config_compiler.py to config_compiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/develop.py to develop.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/egg_info.py to egg_info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/install.py to install.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/install_clib.py to install_clib.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/install_data.py to install_data.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/install_headers.py to install_headers.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/command/sdist.py to sdist.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/compat.py to compat.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/conv_template.py to conv_template.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/core.py to core.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/cpuinfo.py to cpuinfo.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/environment.py to environment.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/exec_command.py to exec_command.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/extension.py to extension.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/absoft.py to absoft.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/compaq.py to compaq.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/g95.py to g95.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/gnu.py to gnu.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/hpux.py to hpux.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/ibm.py to ibm.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/intel.py to intel.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/lahey.py to lahey.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/mips.py to mips.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/nag.py to nag.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/none.py to none.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/pathf95.py to pathf95.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/pg.py to pg.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/sun.py to sun.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/fcompiler/vast.py to vast.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/from_template.py to from_template.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/info.py to info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/intelccompiler.py to intelccompiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/lib2def.py to lib2def.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/line_endings.py to line_endings.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/log.py to log.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/mingw32ccompiler.py to mingw32ccompiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/misc_util.py to misc_util.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/msvc9compiler.py to msvc9compiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/msvccompiler.py to msvccompiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/npy_pkg_config.py to npy_pkg_config.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/numpy_distribution.py to numpy_distribution.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/pathccompiler.py to pathccompiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/system_info.py to system_info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/unixccompiler.py to unixccompiler.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/basics.py to basics.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/broadcasting.py to broadcasting.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/byteswapping.py to byteswapping.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/constants.py to constants.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/creation.py to creation.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/glossary.py to glossary.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/howtofind.py to howtofind.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/indexing.py to indexing.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/internals.py to internals.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/io.py to io.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/jargon.py to jargon.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/methods_vs_functions.py to methods_vs_functions.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/misc.py to misc.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/performance.py to performance.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/structured_arrays.py to structured_arrays.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/subclassing.py to subclassing.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/doc/ufuncs.py to ufuncs.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/dual.py to dual.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/__main__.py to __main__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/__version__.py to __version__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/auxfuncs.py to auxfuncs.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/capi_maps.py to capi_maps.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/cb_rules.py to cb_rules.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/cfuncs.py to cfuncs.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/common_rules.py to common_rules.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/crackfortran.py to crackfortran.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/diagnose.py to diagnose.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/f2py2e.py to f2py2e.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/f2py_testing.py to f2py_testing.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/f90mod_rules.py to f90mod_rules.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/func2subr.py to func2subr.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/info.py to info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/rules.py to rules.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/use_rules.py to use_rules.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/fftpack.py to fftpack.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/helper.py to helper.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/info.py to info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/_datasource.py to _datasource.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/_iotools.py to _iotools.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/_version.py to _version.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/arraypad.py to arraypad.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/arraysetops.py to arraysetops.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/arrayterator.py to arrayterator.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/financial.py to financial.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/format.py to format.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/function_base.py to function_base.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/index_tricks.py to index_tricks.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/info.py to info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/nanfunctions.py to nanfunctions.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/npyio.py to npyio.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/polynomial.py to polynomial.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/recfunctions.py to recfunctions.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/scimath.py to scimath.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/shape_base.py to shape_base.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/stride_tricks.py to stride_tricks.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/twodim_base.py to twodim_base.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/type_check.py to type_check.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/ufunclike.py to ufunclike.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/user_array.py to user_array.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/utils.py to utils.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/info.py to info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/linalg.py to linalg.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/bench.py to bench.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/core.py to core.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/extras.py to extras.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/mrecords.py to mrecords.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/testutils.py to testutils.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/timer_comparison.py to timer_comparison.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/version.py to version.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matlib.py to matlib.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/defmatrix.py to defmatrix.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/_polybase.py to _polybase.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/chebyshev.py to chebyshev.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/hermite.py to hermite.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/hermite_e.py to hermite_e.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/laguerre.py to laguerre.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/legendre.py to legendre.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/polynomial.py to polynomial.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/polyutils.py to polyutils.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random/info.py to info.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/decorators.py to decorators.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/noseclasses.py to noseclasses.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/nosetester.py to nosetester.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/print_coercion_tables.py to print_coercion_tables.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/setup.py to setup.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/utils.py to utils.pyc
byte-compiling /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/version.py to version.pyc
running install_data
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/tests
copying numpy/fft/tests/test_fftpack.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/tests/
copying numpy/fft/tests/test_helper.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/fft/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/regression
copying numpy/f2py/tests/src/regression/inout.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/regression
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/src
copying numpy/f2py/src/fortranobject.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/src
copying numpy/f2py/src/fortranobject.c -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/src
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext
copying numpy/distutils/tests/f2py_f90_ext/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext
copying numpy/distutils/tests/f2py_f90_ext/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/array_from_pyobj
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random/tests
copying numpy/random/tests/test_regression.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random/tests/
copying numpy/random/tests/test_random.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_interrupt.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_no_deprecated_api.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/halffloat.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/ufuncobject.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_os.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_common.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_math.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/noprefix.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/old_defines.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/arrayobject.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/oldnumeric.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/arrayscalars.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/numpyconfig.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_cpu.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_endian.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_1_7_deprecated_api.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/utils.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/npy_3kcompat.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/ndarraytypes.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
copying numpy/core/include/numpy/ndarrayobject.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/tests
copying numpy/tests/test_scripts.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/tests/
copying numpy/tests/test_ctypeslib.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/tests/
copying numpy/tests/test_matlib.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/data
copying numpy/core/tests/data/recarray_from_file.fits -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/data/
copying numpy/core/tests/data/astype_copy.pkl -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/data/
copying numpy/random/mtrand/randomkit.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/random/.
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/size
copying numpy/f2py/tests/src/size/foo.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/size
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/python3.npy -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/win64python2.npy -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npy -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py2-objarr.npz -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npz -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/data
copying numpy/lib/tests/data/py3-objarr.npy -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/data
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests
copying numpy/distutils/tests/swig_ext/tests/test_example2.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests
copying numpy/distutils/tests/swig_ext/tests/test_example.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo.f -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_free.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/mixed
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/kind
copying numpy/f2py/tests/src/kind/foo.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/kind
copying numpy/lib/tests/test_regression.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_type_check.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_format.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_nanfunctions.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_ufunclike.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__version.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_stride_tricks.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_function_base.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_index_tricks.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_io.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arraysetops.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arrayterator.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_shape_base.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_twodim_base.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_utils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_polynomial.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_recfunctions.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_financial.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_arraypad.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__iotools.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test_packbits.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
copying numpy/lib/tests/test__datasource.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/lib/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/mingw
copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/mingw
copying numpy/distutils/tests/swig_ext/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext
copying numpy/distutils/tests/swig_ext/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/zoo.cc -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/zoo.i -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/example.i -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/zoo.h -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
copying numpy/distutils/tests/swig_ext/src/example.c -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/src
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/src/assumed_shape
copying numpy/f2py/tests/test_size.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_kind.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/util.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_complex.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_regression.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_assumed_shape.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_real.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_callback.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_character.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_logical.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_mixed.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_array_from_pyobj.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
copying numpy/f2py/tests/test_return_integer.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/f2py/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/tests
copying numpy/distutils/tests/pyrex_ext/tests/test_primes.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext
copying numpy/distutils/tests/gen_ext/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext
copying numpy/distutils/tests/gen_ext/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext
copying numpy/distutils/tests/test_npy_pkg_config.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_gnu.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_misc_util.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_system_info.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_exec_command.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/
copying numpy/distutils/tests/test_fcompiler_intel.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_multiarray.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_defmatrix.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_regression.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/tests/
copying numpy/matrixlib/tests/test_numeric.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/matrixlib/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/tests
copying numpy/core/tests/test_abc.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_unicode.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_arrayprint.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_machar.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarinherit.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_ufunc.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_deprecations.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_einsum.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_api.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_function_base.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_item_selection.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_umath_complex.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_nditer.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_multiarray.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_memmap.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_shape_base.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_datetime.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_dtype.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_numerictypes.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_getlimits.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_regression.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_print.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_records.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarprint.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_indexing.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_defchararray.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_umath.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_numeric.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_errstate.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_half.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_scalarmath.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_multiarray_assignment.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
copying numpy/core/tests/test_indexerrors.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/tests
copying numpy/testing/tests/test_utils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/tests/
copying numpy/testing/tests/test_doctesting.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/tests/
copying numpy/testing/tests/test_decorators.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/testing/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/tests
copying numpy/ma/tests/test_core.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_subclassing.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_mrecords.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_old_ma.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_extras.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/tests/
copying numpy/ma/tests/test_regression.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/ma/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext
copying numpy/distutils/tests/f2py_ext/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext
copying numpy/distutils/tests/f2py_ext/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/tests
copying numpy/linalg/tests/test_regression.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_linalg.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_deprecations.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/tests/
copying numpy/linalg/tests/test_build.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/linalg/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/tests
copying numpy/distutils/tests/gen_ext/tests/test_fib3.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/tests
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/src
copying numpy/distutils/tests/f2py_ext/src/fib2.pyf -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/src
copying numpy/distutils/tests/f2py_ext/src/fib1.f -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/src
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/include
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/tests
copying numpy/distutils/tests/f2py_ext/tests/test_fib2.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/tests
copying numpy/distutils/tests/pyrex_ext/__init__.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
copying numpy/distutils/tests/pyrex_ext/primes.pyx -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
copying numpy/distutils/tests/pyrex_ext/setup.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests
copying numpy/polynomial/tests/test_polyutils.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_legendre.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_polynomial.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_classes.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_printing.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_chebyshev.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_hermite_e.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
copying numpy/polynomial/tests/test_laguerre.py -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/polynomial/tests/
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/include/numpy
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/lib
creating /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/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/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config
running install_clib
copying build/temp.macosx-10.10-x86_64-2.7/libnpymath.a -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy/core/lib
running install_egg_info
running egg_info
creating numpy.egg-info
writing numpy.egg-info/PKG-INFO
writing top-level names to numpy.egg-info/top_level.txt
writing dependency_links to numpy.egg-info/dependency_links.txt
writing manifest file 'numpy.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'numpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
writing manifest file 'numpy.egg-info/SOURCES.txt'
Copying numpy.egg-info to /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/lib/python2.7/site-packages/numpy-1.10.1-py2.7.egg-info
running install_scripts
copying build/scripts.macosx-10.10-x86_64-2.7/f2py2.7 -> /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin
changing mode of /usr/local/Cellar/gnuradio/3.7.8/libexec/vendor/bin/f2py2.7 to 755
writing list of installed files to 'installed.txt'
gcc called with: -print-multiarch
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -print-multiarch -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang called with: _configtest.o -o _configtest
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/numpy/_build_utils/src/apple_sgemv_fix.c -o build/temp.macosx-10.10-x86_64-2.7/private/tmp/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/numpy/_build_utils/src/apple_sgemv_fix.c -o build/temp.macosx-10.10-x86_64-2.7/private/tmp/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/numpy/_build_utils/src/apple_sgemv_fix.o -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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/gnuradio--numpy20151114-13854-hceum0/numpy-1.10.1/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-11-14 22:03:11 -0800
cmake
..
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/gnuradio/3.7.8
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DENABLE_DEFAULT=OFF
-DENABLE_GR_ANALOG=ON
-DENABLE_GR_FFT=ON
-DENABLE_VOLK=ON
-DENABLE_GR_FILTER=ON
-DENABLE_GNURADIO_RUNTIME=ON
-DENABLE_GR_BLOCKS=ON
-DENABLE_TESTING=ON
-DENABLE_GR_PAGER=ON
-DENABLE_GR_NOAA=ON
-DENABLE_GR_CHANNELS=ON
-DENABLE_GR_AUDIO=ON
-DENABLE_GR_FCD=ON
-DENABLE_GR_VOCODER=ON
-DENABLE_GR_FEC=ON
-DENABLE_GR_DIGITAL=ON
-DENABLE_GR_DTV=ON
-DENABLE_GR_ATSC=ON
-DENABLE_GR_TRELLIS=ON
-DENABLE_GR_ZEROMQ=ON
-DENABLE_GR_WAVELET=ON
-DENABLE_GR_VIDEO_SDL=ON
-DENABLE_GR_UHD=ON
-DENABLE_PYTHON=ON
-DENABLE_GR_CTRLPORT=ON
-DENABLE_GRC=ON
-DENABLE_GR_UTILS=ON
-DENABLE_GR_QTGUI=ON
-DENABLE_GR_WXGUI=ON
-- The CXX compiler identification is AppleClang 7.0.0.7000176
-- The C compiler identification is AppleClang 7.0.0.7000176
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type set to Release.
-- Found Git: /usr/local/bin/git
-- Compiler Version: Apple LLVM version 7.0.0 (clang-700.1.76)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
-- Compiler Flags: /usr/local/Library/ENV/4.3/clang:::
/usr/local/Library/ENV/4.3/clang++:::
-- ADDING PERF COUNTERS
-- Building Static Libraries: OFF
-- Boost version: 1.59.0
-- Found the following Boost libraries:
-- date_time
-- program_options
-- filesystem
-- system
-- thread
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found suitable version "2.7.10", minimum required is "2")
--
-- Checking for module SWIG
-- Found SWIG version 3.0.7.
-- Found SWIG: /usr/local/bin/swig
--
-- Configuring python-support support...
-- Dependency PYTHONLIBS_FOUND = TRUE
-- Dependency SWIG_FOUND = TRUE
-- Dependency SWIG_VERSION_CHECK = TRUE
-- Enabling python-support support.
-- Override with -DENABLE_PYTHON=ON/OFF
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29")
-- Checking for module 'cppunit'
-- Found cppunit, version 1.13.2
-- Found CPPUNIT: /usr/local/lib/libcppunit.dylib
--
-- Configuring testing-support support...
-- Dependency CPPUNIT_FOUND = TRUE
-- Enabling testing-support support.
-- Override with -DENABLE_TESTING=ON/OFF
--
-- Configuring VOLK support...
-- Build type set to Release.
-- Found PythonInterp: /usr/local/bin/python2 (found suitable version "2.7.10", minimum required is "2")
--
-- Python checking for python >= 2.5
-- Python checking for python >= 2.5 - found
--
-- Python checking for Cheetah >= 2.0.0
-- Python checking for Cheetah >= 2.0.0 - found
-- Boost version: 1.59.0
-- Found the following Boost libraries:
-- filesystem
-- system
-- unit_test_framework
-- program_options
-- Checking for module 'orc-0.4 > 0.4.11'
-- Package 'orc-0.4 > 0.4.11' not found
-- orc files (missing: ORC_INCLUDE_DIR)
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- QA Testing is enabled.
-- Modify using: -DENABLE_TESTING=ON/OFF
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Looking for intrin.h
-- Looking for intrin.h - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Compiler name: Clang
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- x86* CPU detected
-- Performing Test have_m64
-- Performing Test have_m64 - Success
-- Performing Test have_m3dnow
-- Performing Test have_m3dnow - Success
-- Performing Test have_msse4_2
-- Performing Test have_msse4_2 - Success
-- Performing Test have_mpopcnt
-- Performing Test have_mpopcnt - Success
-- Performing Test have_mmmx
-- Performing Test have_mmmx - Success
-- Performing Test have_msse
-- Performing Test have_msse - Success
-- Performing Test have_msse2
-- Performing Test have_msse2 - Success
-- Performing Test have_msse3
-- Performing Test have_msse3 - Success
-- Performing Test have_mssse3
-- Performing Test have_mssse3 - Success
-- Performing Test have_msse4a
-- Performing Test have_msse4a - Success
-- Performing Test have_msse4_1
-- Performing Test have_msse4_1 - Success
-- Performing Test have_mavx
-- Performing Test have_mavx - Success
-- ORC support not found, Overruled arch orc
-- Check size of void*[8]
-- Check size of void*[8] - done
-- CPU width is 64 bits, Overruled arch 32
-- Available architectures: generic;64;3dnow;abm;popcount;mmx;sse;sse2;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx
-- Available machines: generic;sse2_64_mmx;sse3_64;ssse3_64;sse4_a_64;sse4_1_64;sse4_2_64;avx_64_mmx
-- BUILD TYPE = RELEASE
-- Base cflags = -Wall
-- BUILD INFO ::: generic ::: Clang ::: -Wall
-- BUILD INFO ::: sse2_64_mmx ::: Clang ::: -Wall -m64 -mmmx -msse -msse2
-- BUILD INFO ::: sse3_64 ::: Clang ::: -Wall -m64 -mmmx -msse -msse2 -msse3
-- BUILD INFO ::: ssse3_64 ::: Clang ::: -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3
-- BUILD INFO ::: sse4_a_64 ::: Clang ::: -Wall -m64 -mmmx -msse -msse2 -msse3 -msse4a -mpopcnt
-- BUILD INFO ::: sse4_1_64 ::: Clang ::: -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1
-- BUILD INFO ::: sse4_2_64 ::: Clang ::: -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt
-- BUILD INFO ::: avx_64_mmx ::: Clang ::: -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx
-- Compiler Version: Apple LLVM version 7.0.0 (clang-700.1.76)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
-- The ASM compiler identification is Clang
-- Found assembler: /usr/local/Library/ENV/4.3/clang
-- c flags: -Wall;
-- asm flags:
-- Did not find liborc and orcc, disabling orc support...
-- Loading build date Sun, 15 Nov 2015 06:03:19 into constants...
-- Loading version 1.0.2 into constants...
-- Using install prefix: /usr/local/Cellar/gnuradio/3.7.8
--
-- Configuring volk support...
-- Enabling volk support.
-- Override with -DENABLE_VOLK=ON/OFF
-- Override with -DENABLE_INTERNAL_VOLK=ON/OFF
-- ENABLE_GR_LOG set to ON.
-- HAVE_LOG4CPP set to False.
-- LOG4CPP_LIBRARIES set to .
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE)
--
-- Configuring doxygen support...
-- Dependency DOXYGEN_FOUND = NO
-- Disabling doxygen support.
-- Override with -DENABLE_DOXYGEN=ON/OFF
--
-- Configuring sphinx support...
-- Dependency SPHINX_FOUND = FALSE
-- Disabling sphinx support.
-- Override with -DENABLE_SPHINX=ON/OFF
-- Looking for C++ include netdb.h
-- Looking for C++ include netdb.h - found
-- Looking for C++ include sys/time.h
-- Looking for C++ include sys/time.h - found
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include sys/select.h
-- Looking for C++ include sys/select.h - found
-- Looking for C++ include sys/socket.h
-- Looking for C++ include sys/socket.h - found
-- Looking for C++ include io.h
-- Looking for C++ include io.h - not found
-- Looking for C++ include sys/mman.h
-- Looking for C++ include sys/mman.h - found
-- Looking for C++ include sys/ipc.h
-- Looking for C++ include sys/ipc.h - found
-- Looking for C++ include sys/shm.h
-- Looking for C++ include sys/shm.h - found
-- Looking for C++ include signal.h
-- Looking for C++ include signal.h - found
-- Looking for C++ include netinet/in.h
-- Looking for C++ include netinet/in.h - found
-- Looking for C++ include arpa/inet.h
-- Looking for C++ include arpa/inet.h - found
-- Looking for C++ include byteswap.h
-- Looking for C++ include byteswap.h - not found
-- Looking for C++ include linux/ppdev.h
-- Looking for C++ include linux/ppdev.h - not found
-- Looking for C++ include dev/ppbus/ppi.h
-- Looking for C++ include dev/ppbus/ppi.h - not found
-- Looking for C++ include unistd.h
-- Looking for C++ include unistd.h - found
-- Looking for C++ include malloc.h
-- Looking for C++ include malloc.h - not found
-- Performing Test HAVE_SNPRINTF
-- Performing Test HAVE_SNPRINTF - Success
-- Performing Test HAVE_SIGACTION
-- Performing Test HAVE_SIGACTION - Success
-- Performing Test HAVE_SELECT
-- Performing Test HAVE_SELECT - Success
-- Performing Test HAVE_SYSCONF
-- Performing Test HAVE_SYSCONF - Success
-- Performing Test HAVE_GETPAGESIZE
-- Performing Test HAVE_GETPAGESIZE - Success
-- Performing Test HAVE_SSLEEP
-- Performing Test HAVE_SSLEEP - Failed
-- Performing Test HAVE_NANOSLEEP
-- Performing Test HAVE_NANOSLEEP - Success
-- Performing Test HAVE_GETTIMEOFDAY
-- Performing Test HAVE_GETTIMEOFDAY - Success
-- Performing Test HAVE_VALLOC
-- Performing Test HAVE_VALLOC - Failed
-- Performing Test HAVE_PTHREAD_SIGMASK
-- Performing Test HAVE_PTHREAD_SIGMASK - Success
-- Performing Test HAVE_CREATEFILEMAPPING
-- Performing Test HAVE_CREATEFILEMAPPING - Failed
-- Performing Test HAVE_SHM_OPEN
-- Performing Test HAVE_SHM_OPEN - Failed
-- Performing Test HAVE_SINCOS
-- Performing Test HAVE_SINCOS - Failed
-- Performing Test HAVE_SINCOSF
-- Performing Test HAVE_SINCOSF - Failed
-- Performing Test HAVE_SINF
-- Performing Test HAVE_SINF - Success
-- Performing Test HAVE_COSF
-- Performing Test HAVE_COSF - Success
-- Performing Test HAVE_MMAP
-- Performing Test HAVE_MMAP - Success
-- Performing Test HAVE_PTHREAD_SETSCHEDPARAM
-- Performing Test HAVE_PTHREAD_SETSCHEDPARAM - Success
-- Performing Test HAVE_SCHED_SETSCHEDULER
-- Performing Test HAVE_SCHED_SETSCHEDULER - Failed
--
-- Configuring gnuradio-runtime support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_VOLK = ON
-- Dependency PYTHONINTERP_FOUND = TRUE
-- Enabling gnuradio-runtime support.
-- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
--
-- Configuring gr-ctrlport support...
-- Dependency Boost_FOUND = 1
-- Dependency SWIG_FOUND = TRUE
-- Dependency SWIG_VERSION_CHECK = TRUE
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Enabling gr-ctrlport support.
-- Override with -DENABLE_GR_CTRLPORT=ON/OFF
-- Looking for C++ include sys/resource.h
-- Looking for C++ include sys/resource.h - found
-- Loading build date Sun, 15 Nov 2015 06:03:25 into constants...
-- Loading version 3.7.8 into constants...
-- Checking for module 'thrift'
-- Package 'thrift' not found
-- Binary 'thrift' not found.
-- Looking for C++ include windows.h
-- Looking for C++ include windows.h - not found
-- TRY_SHM_VMCIRCBUF set to ON.
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gnuradio-runtime/swig/CMakeLists.txt:50 (GR_SWIG_MAKE)
-- Found PythonLibs: -undefined dynamic_lookup (found suitable version "2.7.10", minimum required is "2")
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gnuradio-runtime/swig/CMakeLists.txt:80 (GR_SWIG_MAKE)
--
-- Configuring gr-blocks support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Enabling gr-blocks support.
-- Override with -DENABLE_GR_BLOCKS=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-blocks/swig/CMakeLists.txt:66 (GR_SWIG_MAKE)
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-blocks/swig/CMakeLists.txt:66 (GR_SWIG_MAKE)
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-blocks/swig/CMakeLists.txt:66 (GR_SWIG_MAKE)
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-blocks/swig/CMakeLists.txt:66 (GR_SWIG_MAKE)
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-blocks/swig/CMakeLists.txt:66 (GR_SWIG_MAKE)
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-blocks/swig/CMakeLists.txt:66 (GR_SWIG_MAKE)
--
-- Python checking for python >= 2.5
-- Python checking for python >= 2.5 - found
--
-- Python checking for Cheetah >= 2.0.0
-- Python checking for Cheetah >= 2.0.0 - found
--
-- Python checking for lxml >= 1.3.6
-- Python checking for lxml >= 1.3.6 - found
--
-- Python checking for pygtk >= 2.10.0
2015-11-14 22:03:28.452 Python[16870:1038287] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
-- Python checking for pygtk >= 2.10.0 - found
--
-- Python checking for numpy
-- Python checking for numpy - found
--
-- Configuring gnuradio-companion support...
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_PYTHON = ON
-- Dependency PYTHON_MIN_VER_FOUND = TRUE
-- Dependency CHEETAH_FOUND = TRUE
-- Dependency LXML_FOUND = TRUE
-- Dependency PYGTK_FOUND = TRUE
-- Dependency NUMPY_FOUND = TRUE
-- Enabling gnuradio-companion support.
-- Override with -DENABLE_GRC=ON/OFF
--
-- Configuring gr-fec support...
-- Dependency ENABLE_VOLK = ON
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Enabling gr-fec support.
-- Override with -DENABLE_GR_FEC=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-fec/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
-- Checking for module 'fftw3f >= 3.0'
-- Found fftw3f , version 3.3.4
-- Found FFTW3F: /usr/local/lib/libfftw3f.dylib
--
-- Configuring gr-fft support...
-- Dependency ENABLE_VOLK = ON
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency FFTW3F_FOUND = TRUE
-- Enabling gr-fft support.
-- Override with -DENABLE_GR_FFT=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-fft/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
--
-- Configuring gr-filter support...
-- Dependency ENABLE_VOLK = ON
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Enabling gr-filter support.
-- Override with -DENABLE_GR_FILTER=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-filter/swig/CMakeLists.txt:48 (GR_SWIG_MAKE)
--
-- Configuring gr-analog support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_VOLK = ON
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Enabling gr-analog support.
-- Override with -DENABLE_GR_ANALOG=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-analog/swig/CMakeLists.txt:48 (GR_SWIG_MAKE)
--
-- Configuring gr-digital support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_VOLK = ON
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Enabling gr-digital support.
-- Override with -DENABLE_GR_DIGITAL=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-digital/swig/CMakeLists.txt:52 (GR_SWIG_MAKE)
--
-- Configuring gr-dtv support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_FEC = ON
-- Enabling gr-dtv support.
-- Override with -DENABLE_GR_DTV=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-dtv/swig/CMakeLists.txt:41 (GR_SWIG_MAKE)
--
-- Configuring gr-atsc support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_FEC = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Enabling gr-atsc support.
-- Override with -DENABLE_GR_ATSC=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-atsc/swig/CMakeLists.txt:45 (GR_SWIG_MAKE)
--
-- Configuring gr-audio support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Enabling gr-audio support.
-- Override with -DENABLE_GR_AUDIO=ON/OFF
-- Checking for module 'alsa'
-- Package 'alsa' not found
-- Checking for module 'jack'
-- Found jack, version 0.124.1
-- Found jack: /usr/local/lib/libjack.dylib
-- Looking for C++ include AudioUnit/AudioUnit.h
-- Looking for C++ include AudioUnit/AudioUnit.h - found
-- Looking for C++ include AudioToolbox/AudioToolbox.h
-- Looking for C++ include AudioToolbox/AudioToolbox.h - found
-- Checking for module 'portaudio-2.0'
-- Found portaudio-2.0, version 19
-- Performing Test PORTAUDIO2_FOUND
-- Performing Test PORTAUDIO2_FOUND - Success
-- Found PORTAUDIO: /usr/local/include
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-audio/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
-- Checking for module 'comedilib'
-- Package 'comedilib' not found
--
-- Configuring gr-comedi support...
-- Dependency COMEDI_FOUND =
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Disabling gr-comedi support.
-- Override with -DENABLE_GR_COMEDI=ON/OFF
--
-- Configuring gr-channels support...
-- Dependency ENABLE_VOLK = ON
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Enabling gr-channels support.
-- Override with -DENABLE_GR_CHANNELS=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-channels/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
--
-- Configuring gr-noaa support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Enabling gr-noaa support.
-- Override with -DENABLE_GR_NOAA=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-noaa/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
--
-- Configuring gr-pager support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Enabling gr-pager support.
-- Override with -DENABLE_GR_PAGER=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-pager/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - found
-- Looking for QT_MAC_USE_COCOA
-- Looking for QT_MAC_USE_COCOA - found
-- Found Qt4: /usr/local/bin/qmake (found suitable version "4.8.7", minimum required is "4.2.0")
-- QWT Version: 6.1.2
-- Found Qwt: /usr/local/lib/qwt.framework
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
gr-qtgui/CMakeLists.txt:29 (find_package)
--
-- Python checking for PyQt4
-- Python checking for PyQt4 - found
--
-- Configuring gr-qtgui support...
-- Dependency Boost_FOUND = 1
-- Dependency QT4_FOUND = TRUE
-- Dependency QWT_FOUND = TRUE
-- Dependency ENABLE_VOLK = ON
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency PYTHONLIBS_FOUND = TRUE
-- Dependency PYQT4_FOUND = TRUE
-- Enabling gr-qtgui support.
-- Override with -DENABLE_GR_QTGUI=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-qtgui/swig/CMakeLists.txt:49 (GR_SWIG_MAKE)
--
-- Configuring gr-trellis support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_DIGITAL = ON
-- Enabling gr-trellis support.
-- Override with -DENABLE_GR_TRELLIS=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-trellis/swig/CMakeLists.txt:48 (GR_SWIG_MAKE)
-- Found UHD: /usr/local/lib/libuhd.dylib
--
-- Configuring gr-uhd support...
-- Dependency Boost_FOUND = 1
-- Dependency UHD_FOUND = TRUE
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Enabling gr-uhd support.
-- Override with -DENABLE_GR_UHD=ON/OFF
-- UHD Version: 3.9.1
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-uhd/swig/CMakeLists.txt:46 (GR_SWIG_MAKE)
--
-- Configuring gr-utils support...
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_PYTHON = ON
-- Enabling gr-utils support.
-- Override with -DENABLE_GR_UTILS=ON/OFF
-- Found SDL: /usr/local/lib/libSDLmain.a;/usr/local/lib/libSDL.dylib;-framework Cocoa (found version "1.2.15")
--
-- Configuring gr-video-sdl support...
-- Dependency SDL_FOUND = TRUE
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Enabling gr-video-sdl support.
-- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-video-sdl/swig/CMakeLists.txt:46 (GR_SWIG_MAKE)
--
-- Configuring gr-vocoder support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Enabling gr-vocoder support.
-- Override with -DENABLE_GR_VOCODER=ON/OFF
-- System libgsm not found.
-- System libcodec2 not found.
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-vocoder/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
--
-- Configuring gr-fcd support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_AUDIO = ON
-- Enabling gr-fcd support.
-- Override with -DENABLE_GR_FCD=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-fcd/swig/CMakeLists.txt:47 (GR_SWIG_MAKE)
-- Checking for module 'gsl >= 1.10'
-- Found gsl , version 1.16
-- Found GSL: gsl;gslcblas;m
--
-- Configuring gr-wavelet support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_BLOCKS = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Dependency GSL_FOUND = TRUE
-- Enabling gr-wavelet support.
-- Override with -DENABLE_GR_WAVELET=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-wavelet/swig/CMakeLists.txt:44 (GR_SWIG_MAKE)
--
-- Python checking for wx >= 2.8
-- Python checking for wx >= 2.8 - found
--
-- Python checking for numpy
-- Python checking for numpy - found
--
-- Configuring gr-wxgui support...
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_GR_FFT = ON
-- Dependency ENABLE_GR_FILTER = ON
-- Dependency ENABLE_GR_ANALOG = ON
-- Dependency ENABLE_PYTHON = ON
-- Dependency NUMPY_FOUND = TRUE
-- Dependency WX_FOUND = TRUE
-- Enabling gr-wxgui support.
-- Override with -DENABLE_GR_WXGUI=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-wxgui/swig/CMakeLists.txt:43 (GR_SWIG_MAKE)
-- Checking for module 'libzmq'
-- Found libzmq, version 4.1.3
-- Found ZEROMQ: /usr/local/lib/libzmq.dylib
--
-- Configuring gr-zeromq support...
-- Dependency Boost_FOUND = 1
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ZEROMQ_FOUND = TRUE
-- Enabling gr-zeromq support.
-- Override with -DENABLE_GR_ZEROMQ=ON/OFF
CMake Error at /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/FindPythonLibs.cmake:181 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:149 (find_package)
gr-zeromq/swig/CMakeLists.txt:42 (GR_SWIG_MAKE)
--
-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
-- * python-support
-- * testing-support
-- * volk
-- * gnuradio-runtime
-- * gr-ctrlport
-- * gr-blocks
-- * gnuradio-companion
-- * gr-fec
-- * gr-fft
-- * gr-filter
-- * gr-analog
-- * gr-digital
-- * gr-dtv
-- * gr-atsc
-- * gr-audio
-- * * jack
-- * * osx
-- * * portaudio
-- * gr-channels
-- * gr-noaa
-- * gr-pager
-- * gr-qtgui
-- * gr-trellis
-- * gr-uhd
-- * gr-utils
-- * gr-video-sdl
-- * gr-vocoder
-- * gr-fcd
-- * gr-wavelet
-- * gr-wxgui
-- * gr-zeromq
--
-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
-- * doxygen
-- * sphinx
-- * gr-comedi
--
-- Using install prefix: /usr/local/Cellar/gnuradio/3.7.8
-- Building for version: 3.7.8 / 3.7.8
-- Configuring incomplete, errors occurred!
See also "/tmp/gnuradio20151114-13854-1m2hpmh/gnuradio-3.7.8/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/gnuradio20151114-13854-1m2hpmh/gnuradio-3.7.8/build/CMakeFiles/CMakeError.log".
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 80a79fd32bb7aa48f263c7505c4680b11f3536ad
Last commit: 66 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.11.1-x86_64
Xcode: 7.1.1
CLT: N/A
GCC-4.2: build 0
Clang: 7.0 build 700
X11: 2.7.8 => /opt/X11
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/local/opt/python/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_20, 1.6.0_65-b14-468
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local/opt/openssl:/usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/qt/Frameworks:/usr/local/opt/python/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/cppunit/lib/pkgconfig:/usr/local/opt/fftw/lib/pkgconfig:/usr/local/opt/gsl/lib/pkgconfig:/usr/local/opt/zeromq/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/gtk+/lib/pkgconfig:/usr/local/opt/pygobject/lib/pkgconfig:/usr/local/opt/py2cairo/lib/pkgconfig:/usr/local/opt/pygtk/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/qt/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/uhd/lib/pkgconfig:/usr/local/opt/sdl/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/libsamplerate/lib/pkgconfig:/usr/local/opt/jack/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
HOMEBREW_VERBOSE: 1
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/cppunit/bin:/usr/local/opt/fftw/bin:/usr/local/opt/gsl/bin:/usr/local/opt/zeromq/bin:/usr/local/opt/swig/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/cairo/bin:/usr/local/opt/gobject-introspection/bin:/usr/local/opt/gdk-pixbuf/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/pango/bin:/usr/local/opt/gtk+/bin:/usr/local/opt/pygobject/bin:/usr/local/opt/pygtk/bin:/usr/local/opt/wxmac/bin:/usr/local/opt/openssl/bin:/usr/local/opt/qt/bin:/usr/local/opt/sip/bin:/usr/local/opt/pyqt/bin:/usr/local/opt/uhd/bin:/usr/local/opt/sdl/bin:/usr/local/opt/berkeley-db/bin:/usr/local/opt/flac/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/libsamplerate/bin:/usr/local/opt/jack/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
This file has been truncated, but you can view the full file.
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: CMakeCCompilerId.c
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_b68b5.dir/testCXXCompiler.cxx.o -c /tmp/gnuradio20151114-13854-1m2hpmh/gnuradio-3.7.8/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_b68b5.dir/testCXXCompiler.cxx.o -c /tmp/gnuradio20151114-13854-1m2hpmh/gnuradio-3.7.8/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b68b5.dir/testCXXCompiler.cxx.o -o cmTC_b68b5
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b68b5.dir/testCXXCompiler.cxx.o -o cmTC_b68b5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_41ba3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_41ba3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/u
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