Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kangstarr/a3f81ea911c5f70176f19ecb6a9a7c51 to your computer and use it in GitHub Desktop.
Save kangstarr/a3f81ea911c5f70176f19ecb6a9a7c51 to your computer and use it in GitHub Desktop.
opencolorio on Mac OS X 10.11.5 - Homebrew build logs
Homebrew build logs for opencolorio on Mac OS X 10.11.5
Build date: 2016-07-14 14:53:48
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: f6dad377b63946d403df7ed755fb14426a33df31
Last commit: 8 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: c6840b1b95e50d0e4495302d6098bc719864710a
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 7.3 build 703
Git: 2.7.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.24.0_1/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12/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_92, 1.7.0_79
OS X: 10.11.5-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Setting DYLD_* vars can break dynamic linking.
Set variables:
DYLD_LIBRARY_PATH: /usr/local/Cellar/opencolorio/1.0.9/lib:/usr/local/Cellar/opencolorio/1.0.9/lib:
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libas02-2.5.14.dylib
/usr/local/lib/libasdcp-2.5.14.dylib
/usr/local/lib/libavcodec.55.32.0.dylib
/usr/local/lib/libavdevice.54.0.0.dylib
/usr/local/lib/libavfilter.4.1.0.dylib
/usr/local/lib/libavformat.55.10.2.dylib
/usr/local/lib/libavresample.1.1.0.dylib
/usr/local/lib/libavutil.53.2.0.dylib
/usr/local/lib/libkumu-2.5.14.dylib
/usr/local/lib/libswscale.2.1.2.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/AS_02.h
/usr/local/include/AS_DCP.h
/usr/local/include/KM_error.h
/usr/local/include/KM_fileio.h
/usr/local/include/KM_log.h
/usr/local/include/KM_memio.h
/usr/local/include/KM_mutex.h
/usr/local/include/KM_platform.h
/usr/local/include/KM_prng.h
/usr/local/include/KM_tai.h
/usr/local/include/KM_util.h
/usr/local/include/KM_xml.h
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libas02.la
/usr/local/lib/libasdcp.la
/usr/local/lib/libkumu.la
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libas02.a
/usr/local/lib/libasdcp.a
/usr/local/lib/libkumu.a
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/bin/capinfos
/usr/local/bin/dftest
/usr/local/bin/dumpcap
/usr/local/bin/editcap
/usr/local/bin/mergecap
/usr/local/bin/randpkt
/usr/local/bin/rawshark
/usr/local/bin/text2pcap
/usr/local/bin/tshark
2016-07-14 14:53:44 -0700
cmake
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencolorio/1.0.9
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DOCIO_BUILD_JNIGLUE=ON
-DOCIO_BUILD_DOCS=ON
-DCMAKE_VERBOSE_MAKEFILE=OFF
..
-- The C compiler identification is AppleClang 7.3.0.7030031
-- The CXX compiler identification is AppleClang 7.3.0.7030031
-- 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
-- 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
-- Setting OSX Architectures to: x86_64
-- Setting Build Type to: Release
-- Setting Namespace to: OpenColorIO
-- Exec prefix not specified, defaulting to /usr/local/Cellar/opencolorio/1.0.9
-- Use Boost Ptr: OFF
-- Setting python bin to: python
Python library: /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- Setting EXTDIST_BINPATH: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
-- Setting EXTDIST_PYTHONPATH: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages
-- Generate Documentation: ON
-- Create sphinx conf.py from conf.py.in
-- Copying doc to staging area
-- Copy extra doc files to staging area
-- Extracting .rst files from C++ headers
-- Could NOT find LATEX (missing: LATEX_COMPILER)
-- SSE Optimizations: ON
-- Could NOT find Truelight (missing: Truelight_INCLUDE_DIR Truelight_LIBRARIES Truelight_LIBRARY_DIR)
-- Not building truelight transform support. Add the flag -D TRUELIGHT_INSTALL_PATH=... or set the TRUELIGHT_ROOT environment variable
-- Create OpenColorABI.h from OpenColorABI.h.in
-- Setting OCIO SOVERSION to: 1
-- Setting OCIO SOVERSION to: 1
-- Create OpenColorIO.pc from OpenColorIO.pc.in
-- Build Unit Tests: OFF
-- OIIO not found. Specify OIIO_PATH to locate it
-- Not building ocioconvert/ociolutimage. Requirement(s) found: OIIO:FALSE
-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework
-- Found OpenGL library /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework
-- Found OpenGL includes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework
-- Found GLUT: /usr/X11R6/lib/libglut.dylib
-- Found GLUT library /usr/X11R6/lib/libglut.dylib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Cocoa.framework
-- GLEW not found
-- Not building ociodisplay. Requirement(s) found, OpenGL:TRUE, GLUT:TRUE, GLEW:FALSE, OIIO:FALSE
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.1")
-- Could NOT find Nuke (missing: Nuke_INCLUDE_DIR Nuke_LIBRARIES Nuke_LIBRARY_DIR)
-- Not building Nuke plugins. Add the flag -D NUKE_INSTALL_PATH=... or set the NDK_PATH environment variable
-- Python library to include 'lib' prefix: OFF
-- Python 2.7 okay (UCS: ucs2), will build the Python bindings against /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include;/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- Python variant path is lib/python2.7/site-packages
-- Found PythonLibs: /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib (found version "2.7.12")
PYTHON_VARIANT_PATH: lib/python2.7/site-packages
-- Found Java: /Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/bin/java
-- Found JNI: /Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre/lib/libjawt.dylib
-- Creating Jar Manifest.txt
-- Creating LoadLibrary.java
-- Creating OpenColorIOJNI.h that includes all the ocio jni headers
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_939fd.dir/testCCompiler.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_939fd.dir/testCCompiler.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_939fd.dir/testCCompiler.c.o -o cmTC_939fd
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_939fd.dir/testCCompiler.c.o -o cmTC_939fd -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_795df.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_795df.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_795df.dir/CMakeCCompilerABI.c.o -o cmTC_795df
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_795df.dir/CMakeCCompilerABI.c.o -o cmTC_795df -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_34800.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_34800.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_34800.dir/feature_tests.c.o -o cmTC_34800
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_34800.dir/feature_tests.c.o -o cmTC_34800 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_ff613.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_ff613.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ff613.dir/feature_tests.c.o -o cmTC_ff613
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ff613.dir/feature_tests.c.o -o cmTC_ff613 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_548f6.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_548f6.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_548f6.dir/feature_tests.c.o -o cmTC_548f6
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_548f6.dir/feature_tests.c.o -o cmTC_548f6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a2d2d.dir/testCXXCompiler.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a2d2d.dir/testCXXCompiler.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2d2d.dir/testCXXCompiler.cxx.o -o cmTC_a2d2d
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2d2d.dir/testCXXCompiler.cxx.o -o cmTC_a2d2d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f7bc6.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_f7bc6.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_f7bc6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f7bc6
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_f7bc6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f7bc6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_ac391.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_ac391.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ac391.dir/feature_tests.cxx.o -o cmTC_ac391
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ac391.dir/feature_tests.cxx.o -o cmTC_ac391 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_4cfe9.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_4cfe9.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4cfe9.dir/feature_tests.cxx.o -o cmTC_4cfe9
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4cfe9.dir/feature_tests.cxx.o -o cmTC_4cfe9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_14ed3.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_14ed3.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_14ed3.dir/feature_tests.cxx.o -o cmTC_14ed3
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_14ed3.dir/feature_tests.cxx.o -o cmTC_14ed3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2016-07-14 14:53:47 -0700
make
Scanning dependencies of target tinyxml
Scanning dependencies of target setuptools
Scanning dependencies of target YAML_CPP_LOCAL
[ 0%] Creating directories for 'tinyxml'
[ 0%] Creating directories for 'YAML_CPP_LOCAL'
[ 1%] Creating directories for 'setuptools'
[ 2%] Performing download step (verify and extract) for 'YAML_CPP_LOCAL'
[ 3%] Performing download step (verify and extract) for 'tinyxml'
CMake Warning at YAML_CPP_LOCAL-stamp/verify-YAML_CPP_LOCAL.cmake:26 (message):
FiCleM will noake Warnt inbg ae verified sint ce no tinyxml-stamp/veriUfy-tinyxml.cmake:2RL_HASH s6p e(mcified
es
sage):
File will not be verified since no URL_HASH specified
[ 3%] Performing download step (verify and extract) for 'setuptools'
-- extracting...
src='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/tinyxml_2_6_1.tar.gz'
dst='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml'
-- extracting...
src='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/yaml-cpp-0.3.0.tar.gz'
dst='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL'
-- extracting... [tar xfz]
-- extracting... [tar xfz]
CMake Warning at setuptools-stamp/verify-setuptools.cmake:26 (message):
File will not be verified since no URL_HASH specified
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
-- extracting... [analysis]
-- extracting...
src='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/setuptools-1.1.6.tar.gz'
dst='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/docs/setuptools-prefix/src/setuptools'
-- extracting... [rename]
-- extracting... [tar xfz]
-- extracting... [clean up]
-- extracting... done
[ 3%] No update step for 'YAML_CPP_LOCAL'
[ 4%] Performing patch step for 'YAML_CPP_LOCAL'
[ 4%] No update step for 'tinyxml'
[ 5%] Performing patch step for 'tinyxml'
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
patching file CMakeLists.txt
patching file CMakeLists.txt
[ 6%] No patch step for 'setuptools'
[ 6%] No update step for 'setuptools'
[ 6%] Performing configure step for 'YAML_CPP_LOCAL'
[ 6%] Performing configure step for 'tinyxml'
[ 6%] Performing configure step for 'setuptools'
[ 7%] Performing build step for 'setuptools'
-- The C compiler identification is AppleClang 7.3.0.7030031
-- The C compiler identification is AppleClang 7.3.0.7030031
running build
running build_py
creating build
creating build/lib
copying pkg_resources.py -> build/lib
copying easy_install.py -> build/lib
creating build/lib/_markerlib
copying _markerlib/__init__.py -> build/lib/_markerlib
copying _markerlib/markers.py -> build/lib/_markerlib
creating build/lib/setuptools
copying setuptools/__init__.py -> build/lib/setuptools
copying setuptools/archive_util.py -> build/lib/setuptools
copying setuptools/compat.py -> build/lib/setuptools
copying setuptools/depends.py -> build/lib/setuptools
copying setuptools/dist.py -> build/lib/setuptools
copying setuptools/extension.py -> build/lib/setuptools
copying setuptools/package_index.py -> build/lib/setuptools
copying setuptools/py24compat.py -> build/lib/setuptools
copying setuptools/py26compat.py -> build/lib/setuptools
copying setuptools/py27compat.py -> build/lib/setuptools
copying setuptools/sandbox.py -> build/lib/setuptools
copying setuptools/script template (dev).py -> build/lib/setuptools
copying setuptools/script template.py -> build/lib/setuptools
copying setuptools/site-patch.py -> build/lib/setuptools
copying setuptools/ssl_support.py -> build/lib/setuptools
copying setuptools/version.py -> build/lib/setuptools
creating build/lib/setuptools/_backport
copying setuptools/_backport/__init__.py -> build/lib/setuptools/_backport
creating build/lib/setuptools/command
copying setuptools/command/__init__.py -> build/lib/setuptools/command
copying setuptools/command/alias.py -> build/lib/setuptools/command
copying setuptools/command/bdist_egg.py -> build/lib/setuptools/command
copying setuptools/command/bdist_rpm.py -> build/lib/setuptools/command
copying setuptools/command/bdist_wininst.py -> build/lib/setuptools/command
copying setuptools/command/build_ext.py -> build/lib/setuptools/command
copying setuptools/command/build_py.py -> build/lib/setuptools/command
copying setuptools/command/develop.py -> build/lib/setuptools/command
copying setuptools/command/easy_install.py -> build/lib/setuptools/command
copying setuptools/command/egg_info.py -> build/lib/setuptools/command
copying setuptools/command/install.py -> build/lib/setuptools/command
copying setuptools/command/install_egg_info.py -> build/lib/setuptools/command
copying setuptools/command/install_lib.py -> build/lib/setuptools/command
copying setuptools/command/install_scripts.py -> build/lib/setuptools/command
copying setuptools/command/register.py -> build/lib/setuptools/command
copying setuptools/command/rotate.py -> build/lib/setuptools/command
copying setuptools/command/saveopts.py -> build/lib/setuptools/command
copying setuptools/command/sdist.py -> build/lib/setuptools/command
copying setuptools/command/setopt.py -> build/lib/setuptools/command
copying setuptools/command/test.py -> build/lib/setuptools/command
copying setuptools/command/upload.py -> build/lib/setuptools/command
copying setuptools/command/upload_docs.py -> build/lib/setuptools/command
creating build/lib/setuptools/tests
copying setuptools/tests/__init__.py -> build/lib/setuptools/tests
copying setuptools/tests/doctest.py -> build/lib/setuptools/tests
copying setuptools/tests/py26compat.py -> build/lib/setuptools/tests
-- The CXX compiler identification is AppleClang 7.3.0.7030031
-- The CXX compiler identification is AppleClang 7.3.0.7030031
copying setuptools/tests/script-with-bom.py -> build/lib/setuptools/tests
copying setuptools/tests/server.py -> build/lib/setuptools/tests
copying setuptools/tests/test_bdist_egg.py -> build/lib/setuptools/tests
copying setuptools/tests/test_build_ext.py -> build/lib/setuptools/tests
copying setuptools/tests/test_develop.py -> build/lib/setuptools/tests
copying setuptools/tests/test_dist_info.py -> build/lib/setuptools/tests
copying setuptools/tests/test_easy_install.py -> build/lib/setuptools/tests
copying setuptools/tests/test_egg_info.py -> build/lib/setuptools/tests
copying setuptools/tests/test_markerlib.py -> build/lib/setuptools/tests
copying setuptools/tests/test_packageindex.py -> build/lib/setuptools/tests
copying setuptools/tests/test_resources.py -> build/lib/setuptools/tests
copying setuptools/tests/test_sandbox.py -> build/lib/setuptools/tests
copying setuptools/tests/test_sdist.py -> build/lib/setuptools/tests
copying setuptools/tests/test_test.py -> build/lib/setuptools/tests
copying setuptools/tests/test_upload_docs.py -> build/lib/setuptools/tests
creating build/lib/setuptools/_backport/hashlib
copying setuptools/_backport/hashlib/__init__.py -> build/lib/setuptools/_backport/hashlib
copying setuptools/_backport/hashlib/_sha.py -> build/lib/setuptools/_backport/hashlib
copying setuptools/_backport/hashlib/_sha256.py -> build/lib/setuptools/_backport/hashlib
copying setuptools/_backport/hashlib/_sha512.py -> build/lib/setuptools/_backport/hashlib
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
[ 7%] Performing install step for 'setuptools'
running install
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info
running bdist_egg
running egg_info
writing requirements to setuptools.egg-info/requires.txt
writing setuptools.egg-info/PKG-INFO
writing top-level names to setuptools.egg-info/top_level.txt
writing dependency_links to setuptools.egg-info/dependency_links.txt
writing entry points to setuptools.egg-info/entry_points.txt
reading manifest file 'setuptools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'setuptools.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.11-x86_64/egg
running install_lib
running build_py
creating build/bdist.macosx-10.11-x86_64
creating build/bdist.macosx-10.11-x86_64/egg
creating build/bdist.macosx-10.11-x86_64/egg/_markerlib
copying build/lib/_markerlib/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/_markerlib
copying build/lib/_markerlib/markers.py -> build/bdist.macosx-10.11-x86_64/egg/_markerlib
copying build/lib/easy_install.py -> build/bdist.macosx-10.11-x86_64/egg
copying build/lib/pkg_resources.py -> build/bdist.macosx-10.11-x86_64/egg
creating build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
creating build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport
copying build/lib/setuptools/_backport/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport
creating build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib
copying build/lib/setuptools/_backport/hashlib/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib
copying build/lib/setuptools/_backport/hashlib/_sha.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib
copying build/lib/setuptools/_backport/hashlib/_sha256.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib
copying build/lib/setuptools/_backport/hashlib/_sha512.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib
copying build/lib/setuptools/archive_util.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
creating build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/alias.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/bdist_egg.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/bdist_rpm.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/bdist_wininst.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/build_ext.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/build_py.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/develop.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/easy_install.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/egg_info.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install_egg_info.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install_lib.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/install_scripts.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/register.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/rotate.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/saveopts.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/sdist.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/setopt.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/test.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/upload.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/command/upload_docs.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/command
copying build/lib/setuptools/compat.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/depends.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/dist.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/extension.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/package_index.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/py24compat.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/py26compat.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/py27compat.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/sandbox.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/script template (dev).py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/script template.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/site-patch.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
copying build/lib/setuptools/ssl_support.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
creating build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/doctest.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/py26compat.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/script-with-bom.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/server.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_bdist_egg.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_build_ext.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_develop.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_dist_info.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_easy_install.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_egg_info.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_markerlib.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_packageindex.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_resources.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_sandbox.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_sdist.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_test.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/tests/test_upload_docs.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools/tests
copying build/lib/setuptools/version.py -> build/bdist.macosx-10.11-x86_64/egg/setuptools
byte-compiling build/bdist.macosx-10.11-x86_64/egg/_markerlib/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/_markerlib/markers.py to markers.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/easy_install.py to easy_install.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pkg_resources.py to pkg_resources.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib/_sha.py to _sha.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib/_sha256.py to _sha256.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/_backport/hashlib/_sha512.py to _sha512.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/archive_util.py to archive_util.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/alias.py to alias.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/bdist_egg.py to bdist_egg.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/bdist_rpm.py to bdist_rpm.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/bdist_wininst.py to bdist_wininst.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/build_ext.py to build_ext.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/build_py.py to build_py.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/develop.py to develop.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/easy_install.py to easy_install.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/egg_info.py to egg_info.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/install.py to install.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/install_egg_info.py to install_egg_info.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/install_lib.py to install_lib.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/install_scripts.py to install_scripts.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/register.py to register.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/rotate.py to rotate.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/saveopts.py to saveopts.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/sdist.py to sdist.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/setopt.py to setopt.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/test.py to test.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/upload.py to upload.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/command/upload_docs.py to upload_docs.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/compat.py to compat.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/depends.py to depends.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/dist.py to dist.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/extension.py to extension.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/package_index.py to package_index.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/py24compat.py to py24compat.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/py26compat.py to py26compat.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/py27compat.py to py27compat.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/sandbox.py to sandbox.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/script template (dev).py to script template (dev).pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/script template.py to script template.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/site-patch.py to site-patch.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/ssl_support.py to ssl_support.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/doctest.py to doctest.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/py26compat.py to py26compat.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/script-with-bom.py to script-with-bom.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/server.py to server.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_bdist_egg.py to test_bdist_egg.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_build_ext.py to test_build_ext.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_develop.py to test_develop.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_dist_info.py to test_dist_info.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_easy_install.py to test_easy_install.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_egg_info.py to test_egg_info.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_markerlib.py to test_markerlib.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_packageindex.py to test_packageindex.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_resources.py to test_resources.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_sandbox.py to test_sandbox.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_sdist.py to test_sdist.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_test.py to test_test.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/tests/test_upload_docs.py to test_upload_docs.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/setuptools/version.py to version.pyc
-- Detecting C compiler ABI info - done
-- Detecting C compiler ABI info - done
creating build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying setuptools.egg-info/PKG-INFO -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying setuptools.egg-info/SOURCES.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying setuptools.egg-info/dependency_links.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying setuptools.egg-info/entry_points.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying setuptools.egg-info/requires.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying setuptools.egg-info/top_level.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying setuptools.egg-info/zip-safe -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
-- Detecting C compile features
creating dist
creating 'dist/setuptools-1.1.6-py2.7.egg' and adding 'build/bdist.macosx-10.11-x86_64/egg' to it
-- Detecting C compile features
removing 'build/bdist.macosx-10.11-x86_64/egg' (and everything under it)
Creating /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/site.py
Processing setuptools-1.1.6-py2.7.egg
Copying setuptools-1.1.6-py2.7.egg to /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages
Adding setuptools 1.1.6 to easy-install.pth file
Installing easy_install script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Installing easy_install-2.7 script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Installed /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/setuptools-1.1.6-py2.7.egg
Processing dependencies for setuptools==1.1.6
Finished processing dependencies for setuptools==1.1.6
[ 8%] Completed 'setuptools'
[ 8%] Built target setuptools
Scanning dependencies of target Jinja2
Scanning dependencies of target Pygments
Scanning dependencies of target docutils
[ 8%] Creating directories for 'Jinja2'
[ 8%] Creating directories for 'docutils'
[ 8%] Creating directories for 'Pygments'
[ 9%] Performing download step (verify and extract) for 'Jinja2'
[ 10%] Performing download step (verify and extract) for 'docutils'
[ 11%] Performing download step (verify and extract) for 'Pygments'
CMake Warning at Pygments-stamp/verify-Pygments.cmake:26 (message):
File will not be verified since no URL_HASH specified
CMake Warning at Jinja2-stamp/verify-Jinja2.cmake:26 (message):
FCMaile will ke Warnot ning at docutils-stamp/verify-docutilbe vers.cmake:26 (message):
File will not be verified sinceified since nono URURLL__HHASH spASH spececiified
fied
-- extracting...
src='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/Pygments-1.6.tar.gz'
dst='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/docs/Pygments-prefix/src/Pygments'
-- extracting... [tar xfz]
-- extracting...
src='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/Jinja2-2.7.1.tar.gz'
dst='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/docs/Jinja2-prefix/src/Jinja2'
-- extracting... [tar xfz]
-- extracting...
src='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/docutils-0.11.tar.gz'
dst='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/docs/docutils-prefix/src/docutils'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 11%] No patch step for 'Jinja2'
[ 11%] No update step for 'Jinja2'
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 12%] Performing configure step for 'Jinja2'
[ 13%] No patch step for 'Pygments'
[ 13%] No update step for 'Pygments'
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 13%] No update step for 'docutils'
[ 14%] No patch step for 'docutils'
[ 14%] Performing build step for 'Jinja2'
[ 14%] Performing configure step for 'Pygments'
[ 14%] Performing configure step for 'docutils'
[ 15%] Performing build step for 'Pygments'
[ 16%] Performing build step for 'docutils'
running build
running build_py
creating build
creating build/lib
creating build/lib/docutils
copying docutils/__init__.py -> build/lib/docutils
copying docutils/_compat.py -> build/lib/docutils
copying docutils/core.py -> build/lib/docutils
copying docutils/examples.py -> build/lib/docutils
copying docutils/frontend.py -> build/lib/docutils
copying docutils/io.py -> build/lib/docutils
copying docutils/nodes.py -> build/lib/docutils
copying docutils/statemachine.py -> build/lib/docutils
creating build/lib/docutils/languages
copying docutils/languages/__init__.py -> build/lib/docutils/languages
copying docutils/languages/af.py -> build/lib/docutils/languages
copying docutils/languages/ca.py -> build/lib/docutils/languages
copying docutils/languages/cs.py -> build/lib/docutils/languages
copying docutils/languages/da.py -> build/lib/docutils/languages
copying docutils/languages/de.py -> build/lib/docutils/languages
copying docutils/languages/en.py -> build/lib/docutils/languages
copying docutils/languages/eo.py -> build/lib/docutils/languages
copying docutils/languages/es.py -> build/lib/docutils/languages
copying docutils/languages/fi.py -> build/lib/docutils/languages
copying docutils/languages/fr.py -> build/lib/docutils/languages
copying docutils/languages/gl.py -> build/lib/docutils/languages
copying docutils/languages/he.py -> build/lib/docutils/languages
copying docutils/languages/it.py -> build/lib/docutils/languages
copying docutils/languages/ja.py -> build/lib/docutils/languages
copying docutils/languages/lt.py -> build/lib/docutils/languages
copying docutils/languages/nl.py -> build/lib/docutils/languages
copying docutils/languages/pl.py -> build/lib/docutils/languages
copying docutils/languages/pt_br.py -> build/lib/docutils/languages
copying docutils/languages/ru.py -> build/lib/docutils/languages
copying docutils/languages/sk.py -> build/lib/docutils/languages
copying docutils/languages/sv.py -> build/lib/docutils/languages
copying docutils/languages/zh_cn.py -> build/lib/docutils/languages
copying docutils/languages/zh_tw.py -> build/lib/docutils/languages
creating build/lib/docutils/parsers
copying docutils/parsers/__init__.py -> build/lib/docutils/parsers
copying docutils/parsers/null.py -> build/lib/docutils/parsers
creating build/lib/docutils/parsers/rst
copying docutils/parsers/rst/__init__.py -> build/lib/docutils/parsers/rst
copying docutils/parsers/rst/roles.py -> build/lib/docutils/parsers/rst
copying docutils/parsers/rst/states.py -> build/lib/docutils/parsers/rst
copying docutils/parsers/rst/tableparser.py -> build/lib/docutils/parsers/rst
creating build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/__init__.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/admonitions.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/body.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/html.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/images.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/misc.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/parts.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/references.py -> build/lib/docutils/parsers/rst/directives
copying docutils/parsers/rst/directives/tables.py -> build/lib/docutils/parsers/rst/directives
creating build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/__init__.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/af.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/ca.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/cs.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/da.py -> build/lib/docutils/parsers/rst/languages
-- Detecting C compile features - done
-- Detecting C compile features - done
copying docutils/parsers/rst/languages/de.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/en.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/eo.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/es.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/fi.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/fr.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/gl.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/he.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/it.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/ja.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/lt.py -> build/lib/docutils/parsers/rst/languages
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
copying docutils/parsers/rst/languages/nl.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/pl.py -> build/lib/docutils/parsers/rst/languages
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
copying docutils/parsers/rst/languages/pt_br.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/ru.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/sk.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/sv.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/zh_cn.py -> build/lib/docutils/parsers/rst/languages
copying docutils/parsers/rst/languages/zh_tw.py -> build/lib/docutils/parsers/rst/languages
creating build/lib/docutils/readers
copying docutils/readers/__init__.py -> build/lib/docutils/readers
copying docutils/readers/doctree.py -> build/lib/docutils/readers
copying docutils/readers/pep.py -> build/lib/docutils/readers
copying docutils/readers/standalone.py -> build/lib/docutils/readers
creating build/lib/docutils/transforms
copying docutils/transforms/__init__.py -> build/lib/docutils/transforms
copying docutils/transforms/components.py -> build/lib/docutils/transforms
copying docutils/transforms/frontmatter.py -> build/lib/docutils/transforms
copying docutils/transforms/misc.py -> build/lib/docutils/transforms
copying docutils/transforms/parts.py -> build/lib/docutils/transforms
copying docutils/transforms/peps.py -> build/lib/docutils/transforms
copying docutils/transforms/references.py -> build/lib/docutils/transforms
copying docutils/transforms/universal.py -> build/lib/docutils/transforms
copying docutils/transforms/writer_aux.py -> build/lib/docutils/transforms
creating build/lib/docutils/utils
copying docutils/utils/__init__.py -> build/lib/docutils/utils
copying docutils/utils/code_analyzer.py -> build/lib/docutils/utils
copying docutils/utils/error_reporting.py -> build/lib/docutils/utils
copying docutils/utils/punctuation_chars.py -> build/lib/docutils/utils
copying docutils/utils/roman.py -> build/lib/docutils/utils
copying docutils/utils/smartquotes.py -> build/lib/docutils/utils
copying docutils/utils/urischemes.py -> build/lib/docutils/utils
running build
running build_py
creating build/lib/docutils/utils/math
copying docutils/utils/math/__init__.py -> build/lib/docutils/utils/math
copying docutils/utils/math/latex2mathml.py -> build/lib/docutils/utils/math
copying docutils/utils/math/math2html.py -> build/lib/docutils/utils/math
copying docutils/utils/math/tex2unichar.py -> build/lib/docutils/utils/math
copying docutils/utils/math/unichar2tex.py -> build/lib/docutils/utils/math
creating build/lib/docutils/writers
copying docutils/writers/__init__.py -> build/lib/docutils/writers
copying docutils/writers/docutils_xml.py -> build/lib/docutils/writers
copying docutils/writers/manpage.py -> build/lib/docutils/writers
creating build
copying docutils/writers/null.py -> build/lib/docutils/writers
creating build/lib
creating build/lib/jinja2
copying jinja2/__init__.py -> build/lib/jinja2
copying docutils/writers/pseudoxml.py -> build/lib/docutils/writers
copying jinja2/_compat.py -> build/lib/jinja2
copying jinja2/_stringdefs.py -> build/lib/jinja2
creating build/lib/docutils/writers/html4css1
copying docutils/writers/html4css1/__init__.py -> build/lib/docutils/writers/html4css1
copying jinja2/bccache.py -> build/lib/jinja2
creating build/lib/docutils/writers/pep_html
copying docutils/writers/pep_html/__init__.py -> build/lib/docutils/writers/pep_html
copying jinja2/compiler.py -> build/lib/jinja2
creating build/lib/docutils/writers/s5_html
copying jinja2/constants.py -> build/lib/jinja2
copying docutils/writers/s5_html/__init__.py -> build/lib/docutils/writers/s5_html
copying jinja2/debug.py -> build/lib/jinja2
creating build/lib/docutils/writers/latex2e
copying jinja2/defaults.py -> build/lib/jinja2
copying docutils/writers/latex2e/__init__.py -> build/lib/docutils/writers/latex2e
copying jinja2/environment.py -> build/lib/jinja2
copying jinja2/exceptions.py -> build/lib/jinja2
creating build/lib/docutils/writers/xetex
copying docutils/writers/xetex/__init__.py -> build/lib/docutils/writers/xetex
copying jinja2/ext.py -> build/lib/jinja2
copying jinja2/filters.py -> build/lib/jinja2
creating build/lib/docutils/writers/odf_odt
copying docutils/writers/odf_odt/__init__.py -> build/lib/docutils/writers/odf_odt
copying jinja2/lexer.py -> build/lib/jinja2
copying jinja2/loaders.py -> build/lib/jinja2
copying jinja2/meta.py -> build/lib/jinja2
copying docutils/writers/odf_odt/pygmentsformatter.py -> build/lib/docutils/writers/odf_odt
copying jinja2/nodes.py -> build/lib/jinja2
copying jinja2/optimizer.py -> build/lib/jinja2
copying jinja2/parser.py -> build/lib/jinja2
copying jinja2/runtime.py -> build/lib/jinja2
copying jinja2/sandbox.py -> build/lib/jinja2
copying jinja2/tests.py -> build/lib/jinja2
copying jinja2/utils.py -> build/lib/jinja2
copying jinja2/visitor.py -> build/lib/jinja2
creating build/lib/jinja2/testsuite
copying jinja2/testsuite/__init__.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/api.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/bytecode_cache.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/core_tags.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/debug.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/doctests.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/ext.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/filters.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/imports.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/inheritance.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/lexnparse.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/loader.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/regression.py -> build/lib/jinja2/testsuite
copying jinja2/testsuite/security.py -> build/lib/jinja2/testsuite
running build_scripts
copying jinja2/testsuite/tests.py -> build/lib/jinja2/testsuite
creating build/scripts-2.7
copying and adjusting tools/rst2html.py -> build/scripts-2.7
copying jinja2/testsuite/utils.py -> build/lib/jinja2/testsuite
copying and adjusting tools/rst2s5.py -> build/scripts-2.7
copying and adjusting tools/rst2latex.py -> build/scripts-2.7
copying and adjusting tools/rst2xetex.py -> build/scripts-2.7
copying and adjusting tools/rst2man.py -> build/scripts-2.7
creating build/lib/jinja2/testsuite/res
copying and adjusting tools/rst2xml.py -> build/scripts-2.7
copying jinja2/testsuite/res/__init__.py -> build/lib/jinja2/testsuite/res
copying and adjusting tools/rst2pseudoxml.py -> build/scripts-2.7
running egg_info
copying and adjusting tools/rstpep2html.py -> build/scripts-2.7
copying and adjusting tools/rst2odt.py -> build/scripts-2.7
copying and adjusting tools/rst2odt_prepstyles.py -> build/scripts-2.7
changing mode of build/scripts-2.7/rst2html.py from 644 to 755
changing mode of build/scripts-2.7/rst2s5.py from 644 to 755
changing mode of build/scripts-2.7/rst2latex.py from 644 to 755
changing mode of build/scripts-2.7/rst2xetex.py from 644 to 755
changing mode of build/scripts-2.7/rst2man.py from 644 to 755
changing mode of build/scripts-2.7/rst2xml.py from 644 to 755
writing requirements to Jinja2.egg-info/requires.txt
writing Jinja2.egg-info/PKG-INFO
changing mode of build/scripts-2.7/rst2pseudoxml.py from 644 to 755
changing mode of build/scripts-2.7/rstpep2html.py from 644 to 755
changing mode of build/scripts-2.7/rst2odt.py from 644 to 755
writing top-level names to Jinja2.egg-info/top_level.txt
writing dependency_links to Jinja2.egg-info/dependency_links.txt
changing mode of build/scripts-2.7/rst2odt_prepstyles.py from 644 to 755
writing entry points to Jinja2.egg-info/entry_points.txt
running build_data
creating build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamsa.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamsb.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamsc.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamsn.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamso.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamsr.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isobox.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isocyr1.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isocyr2.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isodia.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isogrk1.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isogrk2.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isogrk3.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isogrk4-wide.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isogrk4.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isolat1.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isolat2.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isomfrk-wide.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isomfrk.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isomopf-wide.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isomopf.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isomscr-wide.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isomscr.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isonum.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isopub.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isotech.txt -> build/lib/docutils/parsers/rst/include
reading manifest file 'Jinja2.egg-info/SOURCES.txt'
copying docutils/parsers/rst/include/mmlalias.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/mmlextra-wide.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/mmlextra.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/README.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/s5defs.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/xhtml1-lat1.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/xhtml1-special.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/xhtml1-symbol.txt -> build/lib/docutils/parsers/rst/include
copying docutils/writers/html4css1/html4css1.css -> build/lib/docutils/writers/html4css1
reading manifest template 'MANIFEST.in'
copying docutils/writers/html4css1/math.css -> build/lib/docutils/writers/html4css1
copying docutils/writers/html4css1/template.txt -> build/lib/docutils/writers/html4css1
copying docutils/writers/latex2e/default.tex -> build/lib/docutils/writers/latex2e
copying docutils/writers/latex2e/titlepage.tex -> build/lib/docutils/writers/latex2e
copying docutils/writers/latex2e/xelatex.tex -> build/lib/docutils/writers/latex2e
warning: no files found matching '*' under directory 'custom_fixers'
copying docutils/writers/pep_html/pep.css -> build/lib/docutils/writers/pep_html
copying docutils/writers/pep_html/template.txt -> build/lib/docutils/writers/pep_html
creating build/lib/docutils/writers/s5_html/themes
warning: no previously-included files matching '*' found under directory 'docs/_build'
copying docutils/writers/s5_html/themes/README.txt -> build/lib/docutils/writers/s5_html/themes
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
copying docutils/writers/odf_odt/styles.odt -> build/lib/docutils/writers/odf_odt
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
creating build/lib/docutils/writers/s5_html/themes/big-black
warning: no previously-included files matching '*.pyo' found under directory 'docs'
copying docutils/writers/s5_html/themes/big-black/__base__ -> build/lib/docutils/writers/s5_html/themes/big-black
copying docutils/writers/s5_html/themes/big-black/framing.css -> build/lib/docutils/writers/s5_html/themes/big-black
copying docutils/writers/s5_html/themes/big-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-black
creating build/lib/docutils/writers/s5_html/themes/big-white
writing manifest file 'Jinja2.egg-info/SOURCES.txt'
copying docutils/writers/s5_html/themes/big-white/framing.css -> build/lib/docutils/writers/s5_html/themes/big-white
copying docutils/writers/s5_html/themes/big-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/big-white
creating build/lib/docutils/writers/s5_html/themes/default
creating build/lib/jinja2/testsuite/res/templates
copying docutils/writers/s5_html/themes/default/blank.gif -> build/lib/docutils/writers/s5_html/themes/default
copying jinja2/testsuite/res/templates/broken.html -> build/lib/jinja2/testsuite/res/templates
copying docutils/writers/s5_html/themes/default/framing.css -> build/lib/docutils/writers/s5_html/themes/default
copying docutils/writers/s5_html/themes/default/iepngfix.htc -> build/lib/docutils/writers/s5_html/themes/default
copying jinja2/testsuite/res/templates/syntaxerror.html -> build/lib/jinja2/testsuite/res/templates
copying docutils/writers/s5_html/themes/default/opera.css -> build/lib/docutils/writers/s5_html/themes/default
copying docutils/writers/s5_html/themes/default/outline.css -> build/lib/docutils/writers/s5_html/themes/default
copying jinja2/testsuite/res/templates/test.html -> build/lib/jinja2/testsuite/res/templates
copying docutils/writers/s5_html/themes/default/pretty.css -> build/lib/docutils/writers/s5_html/themes/default
creating build/lib/jinja2/testsuite/res/templates/foo
copying docutils/writers/s5_html/themes/default/print.css -> build/lib/docutils/writers/s5_html/themes/default
copying jinja2/testsuite/res/templates/foo/test.html -> build/lib/jinja2/testsuite/res/templates/foo
copying docutils/writers/s5_html/themes/default/s5-core.css -> build/lib/docutils/writers/s5_html/themes/default
copying docutils/writers/s5_html/themes/default/slides.css -> build/lib/docutils/writers/s5_html/themes/default
copying docutils/writers/s5_html/themes/default/slides.js -> build/lib/docutils/writers/s5_html/themes/default
creating build/lib/docutils/writers/s5_html/themes/medium-black
copying docutils/writers/s5_html/themes/medium-black/__base__ -> build/lib/docutils/writers/s5_html/themes/medium-black
copying docutils/writers/s5_html/themes/medium-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-black
creating build/lib/docutils/writers/s5_html/themes/medium-white
copying docutils/writers/s5_html/themes/medium-white/framing.css -> build/lib/docutils/writers/s5_html/themes/medium-white
copying docutils/writers/s5_html/themes/medium-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/medium-white
creating build/lib/docutils/writers/s5_html/themes/small-black
copying docutils/writers/s5_html/themes/small-black/__base__ -> build/lib/docutils/writers/s5_html/themes/small-black
copying docutils/writers/s5_html/themes/small-black/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-black
creating build/lib/docutils/writers/s5_html/themes/small-white
copying docutils/writers/s5_html/themes/small-white/framing.css -> build/lib/docutils/writers/s5_html/themes/small-white
copying docutils/writers/s5_html/themes/small-white/pretty.css -> build/lib/docutils/writers/s5_html/themes/small-white
running build
running build_py
creating build
creating build/lib
creating build/lib/pygments
copying pygments/__init__.py -> build/lib/pygments
copying pygments/cmdline.py -> build/lib/pygments
copying pygments/console.py -> build/lib/pygments
copying pygments/filter.py -> build/lib/pygments
copying pygments/formatter.py -> build/lib/pygments
copying pygments/lexer.py -> build/lib/pygments
copying pygments/plugin.py -> build/lib/pygments
copying pygments/scanner.py -> build/lib/pygments
copying pygments/style.py -> build/lib/pygments
copying pygments/token.py -> build/lib/pygments
copying pygments/unistring.py -> build/lib/pygments
copying pygments/util.py -> build/lib/pygments
creating build/lib/pygments/filters
copying pygments/filters/__init__.py -> build/lib/pygments/filters
creating build/lib/pygments/formatters
copying pygments/formatters/__init__.py -> build/lib/pygments/formatters
copying pygments/formatters/_mapping.py -> build/lib/pygments/formatters
copying pygments/formatters/bbcode.py -> build/lib/pygments/formatters
copying pygments/formatters/html.py -> build/lib/pygments/formatters
copying pygments/formatters/img.py -> build/lib/pygments/formatters
copying pygments/formatters/latex.py -> build/lib/pygments/formatters
copying pygments/formatters/other.py -> build/lib/pygments/formatters
copying pygments/formatters/rtf.py -> build/lib/pygments/formatters
copying pygments/formatters/svg.py -> build/lib/pygments/formatters
copying pygments/formatters/terminal.py -> build/lib/pygments/formatters
copying pygments/formatters/terminal256.py -> build/lib/pygments/formatters
creating build/lib/pygments/lexers
copying pygments/lexers/__init__.py -> build/lib/pygments/lexers
copying pygments/lexers/_asybuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/_clbuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/_lassobuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/_luabuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/_mapping.py -> build/lib/pygments/lexers
copying pygments/lexers/_openedgebuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/_phpbuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/_postgres_builtins.py -> build/lib/pygments/lexers
copying pygments/lexers/_robotframeworklexer.py -> build/lib/pygments/lexers
copying pygments/lexers/_scilab_builtins.py -> build/lib/pygments/lexers
copying pygments/lexers/_sourcemodbuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/_stan_builtins.py -> build/lib/pygments/lexers
copying pygments/lexers/_vimbuiltins.py -> build/lib/pygments/lexers
copying pygments/lexers/agile.py -> build/lib/pygments/lexers
copying pygments/lexers/asm.py -> build/lib/pygments/lexers
copying pygments/lexers/compiled.py -> build/lib/pygments/lexers
[ 16%] Performing install step for 'docutils'
[ 17%] Performing install step for 'Jinja2'
copying pygments/lexers/dalvik.py -> build/lib/pygments/lexers
copying pygments/lexers/dotnet.py -> build/lib/pygments/lexers
copying pygments/lexers/foxpro.py -> build/lib/pygments/lexers
copying pygments/lexers/functional.py -> build/lib/pygments/lexers
copying pygments/lexers/hdl.py -> build/lib/pygments/lexers
copying pygments/lexers/jvm.py -> build/lib/pygments/lexers
copying pygments/lexers/math.py -> build/lib/pygments/lexers
copying pygments/lexers/other.py -> build/lib/pygments/lexers
copying pygments/lexers/parsers.py -> build/lib/pygments/lexers
copying pygments/lexers/shell.py -> build/lib/pygments/lexers
copying pygments/lexers/special.py -> build/lib/pygments/lexers
copying pygments/lexers/sql.py -> build/lib/pygments/lexers
copying pygments/lexers/templates.py -> build/lib/pygments/lexers
copying pygments/lexers/text.py -> build/lib/pygments/lexers
copying pygments/lexers/web.py -> build/lib/pygments/lexers
creating build/lib/pygments/styles
copying pygments/styles/__init__.py -> build/lib/pygments/styles
copying pygments/styles/autumn.py -> build/lib/pygments/styles
copying pygments/styles/borland.py -> build/lib/pygments/styles
copying pygments/styles/bw.py -> build/lib/pygments/styles
copying pygments/styles/colorful.py -> build/lib/pygments/styles
copying pygments/styles/default.py -> build/lib/pygments/styles
copying pygments/styles/emacs.py -> build/lib/pygments/styles
copying pygments/styles/friendly.py -> build/lib/pygments/styles
copying pygments/styles/fruity.py -> build/lib/pygments/styles
copying pygments/styles/manni.py -> build/lib/pygments/styles
copying pygments/styles/monokai.py -> build/lib/pygments/styles
copying pygments/styles/murphy.py -> build/lib/pygments/styles
copying pygments/styles/native.py -> build/lib/pygments/styles
copying pygments/styles/pastie.py -> build/lib/pygments/styles
copying pygments/styles/perldoc.py -> build/lib/pygments/styles
copying pygments/styles/rrt.py -> build/lib/pygments/styles
copying pygments/styles/tango.py -> build/lib/pygments/styles
copying pygments/styles/trac.py -> build/lib/pygments/styles
copying pygments/styles/vim.py -> build/lib/pygments/styles
copying pygments/styles/vs.py -> build/lib/pygments/styles
[ 17%] Performing install step for 'Pygments'
running install
running build
running build_py
running build_scripts
running build_data
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info
running install_lib
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
copying build/lib/docutils/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
copying build/lib/docutils/_compat.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
copying build/lib/docutils/core.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
copying build/lib/docutils/examples.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
copying build/lib/docutils/frontend.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
copying build/lib/docutils/io.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/af.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/ca.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/cs.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/da.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/de.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/en.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/eo.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/es.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/fi.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/fr.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/gl.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/he.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/it.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/ja.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/lt.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/nl.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/pl.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/pt_br.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/ru.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/sk.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/sv.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/zh_cn.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/languages/zh_tw.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages
copying build/lib/docutils/nodes.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers
copying build/lib/docutils/parsers/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers
copying build/lib/docutils/parsers/null.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst
copying build/lib/docutils/parsers/rst/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/admonitions.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/body.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/html.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/images.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/misc.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/parts.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/references.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
copying build/lib/docutils/parsers/rst/directives/tables.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isoamsa.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isoamsb.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isoamsc.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isoamsn.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isoamso.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isoamsr.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isobox.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isocyr1.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isocyr2.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isodia.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isogrk1.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isogrk2.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isogrk3.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isogrk4-wide.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isogrk4.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isolat1.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isolat2.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isomfrk-wide.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isomfrk.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isomopf-wide.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isomopf.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isomscr-wide.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isomscr.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isonum.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isopub.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/isotech.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/mmlalias.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/mmlextra-wide.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/mmlextra.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/README.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/s5defs.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/xhtml1-lat1.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/xhtml1-special.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
copying build/lib/docutils/parsers/rst/include/xhtml1-symbol.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/include
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/af.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/ca.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/cs.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/da.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/de.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/en.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/eo.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/es.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/fi.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/fr.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/gl.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/he.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/it.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/ja.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/lt.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/nl.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/pl.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/pt_br.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/ru.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/sk.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/sv.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/zh_cn.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/languages/zh_tw.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages
copying build/lib/docutils/parsers/rst/roles.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst
copying build/lib/docutils/parsers/rst/states.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst
copying build/lib/docutils/parsers/rst/tableparser.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers
copying build/lib/docutils/readers/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers
copying build/lib/docutils/readers/doctree.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers
copying build/lib/docutils/readers/pep.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers
copying build/lib/docutils/readers/standalone.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers
copying build/lib/docutils/statemachine.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/components.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/frontmatter.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/misc.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/parts.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/peps.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/references.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/universal.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
copying build/lib/docutils/transforms/writer_aux.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
copying build/lib/docutils/utils/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
copying build/lib/docutils/utils/code_analyzer.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
copying build/lib/docutils/utils/error_reporting.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math
copying build/lib/docutils/utils/math/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math
copying build/lib/docutils/utils/math/latex2mathml.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math
copying build/lib/docutils/utils/math/math2html.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math
copying build/lib/docutils/utils/math/tex2unichar.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math
running install
copying build/lib/docutils/utils/math/unichar2tex.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math
copying build/lib/docutils/utils/punctuation_chars.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
copying build/lib/docutils/utils/roman.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
copying build/lib/docutils/utils/smartquotes.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
copying build/lib/docutils/utils/urischemes.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers
copying build/lib/docutils/writers/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers
copying build/lib/docutils/writers/docutils_xml.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/html4css1
copying build/lib/docutils/writers/html4css1/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/html4css1
copying build/lib/docutils/writers/html4css1/html4css1.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/html4css1
copying build/lib/docutils/writers/html4css1/math.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/html4css1
copying build/lib/docutils/writers/html4css1/template.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/html4css1
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/latex2e
copying build/lib/docutils/writers/latex2e/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/latex2e
copying build/lib/docutils/writers/latex2e/default.tex -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/latex2e
copying build/lib/docutils/writers/latex2e/titlepage.tex -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/latex2e
copying build/lib/docutils/writers/latex2e/xelatex.tex -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/latex2e
copying build/lib/docutils/writers/manpage.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers
copying build/lib/docutils/writers/null.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/odf_odt
copying build/lib/docutils/writers/odf_odt/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/odf_odt
copying build/lib/docutils/writers/odf_odt/pygmentsformatter.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/odf_odt
copying build/lib/docutils/writers/odf_odt/styles.odt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/odf_odt
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/pep_html
copying build/lib/docutils/writers/pep_html/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/pep_html
copying build/lib/docutils/writers/pep_html/pep.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/pep_html
copying build/lib/docutils/writers/pep_html/template.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/pep_html
copying build/lib/docutils/writers/pseudoxml.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html
copying build/lib/docutils/writers/s5_html/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black
copying build/lib/docutils/writers/s5_html/themes/big-black/__base__ -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black
copying build/lib/docutils/writers/s5_html/themes/big-black/framing.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black
copying build/lib/docutils/writers/s5_html/themes/big-black/pretty.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white
copying build/lib/docutils/writers/s5_html/themes/big-white/framing.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white
copying build/lib/docutils/writers/s5_html/themes/big-white/pretty.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/blank.gif -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/framing.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/iepngfix.htc -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/opera.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/outline.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/pretty.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/print.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/s5-core.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/slides.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
copying build/lib/docutils/writers/s5_html/themes/default/slides.js -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black
copying build/lib/docutils/writers/s5_html/themes/medium-black/__base__ -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black
copying build/lib/docutils/writers/s5_html/themes/medium-black/pretty.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white
copying build/lib/docutils/writers/s5_html/themes/medium-white/framing.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white
copying build/lib/docutils/writers/s5_html/themes/medium-white/pretty.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white
copying build/lib/docutils/writers/s5_html/themes/README.txt -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black
copying build/lib/docutils/writers/s5_html/themes/small-black/__base__ -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black
copying build/lib/docutils/writers/s5_html/themes/small-black/pretty.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white
copying build/lib/docutils/writers/s5_html/themes/small-white/framing.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white
copying build/lib/docutils/writers/s5_html/themes/small-white/pretty.css -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white
creating /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/xetex
copying build/lib/docutils/writers/xetex/__init__.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/xetex
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/_compat.py to _compat.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/core.py to core.pyc
running bdist_egg
running egg_info
writing requirements to Jinja2.egg-info/requires.txt
writing Jinja2.egg-info/PKG-INFO
writing top-level names to Jinja2.egg-info/top_level.txt
writing dependency_links to Jinja2.egg-info/dependency_links.txt
writing entry points to Jinja2.egg-info/entry_points.txt
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/examples.py to examples.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/frontend.py to frontend.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/io.py to io.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/af.py to af.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/ca.py to ca.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/cs.py to cs.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/da.py to da.pyc
reading manifest file 'Jinja2.egg-info/SOURCES.txt'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/de.py to de.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/en.py to en.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/eo.py to eo.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/es.py to es.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/fi.py to fi.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/fr.py to fr.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/gl.py to gl.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/he.py to he.pyc
reading manifest template 'MANIFEST.in'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/it.py to it.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/ja.py to ja.pyc
warning: no files found matching '*' under directory 'custom_fixers'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/lt.py to lt.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/nl.py to nl.pyc
warning: no previously-included files matching '*' found under directory 'docs/_build'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/pl.py to pl.pyc
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/pt_br.py to pt_br.pyc
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/ru.py to ru.pyc
warning: no previously-included files matching '*.pyo' found under directory 'docs'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/sk.py to sk.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/sv.py to sv.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/zh_cn.py to zh_cn.pyc
writing manifest file 'Jinja2.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.11-x86_64/egg
running install_lib
running build_py
running install
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/languages/zh_tw.py to zh_tw.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/nodes.py to nodes.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/null.py to null.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/__init__.py to __init__.pyc
creating build/bdist.macosx-10.11-x86_64
creating build/bdist.macosx-10.11-x86_64/egg
creating build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/admonitions.py to admonitions.pyc
copying build/lib/jinja2/_compat.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/_stringdefs.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/body.py to body.pyc
copying build/lib/jinja2/bccache.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/compiler.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/html.py to html.pyc
copying build/lib/jinja2/constants.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/debug.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/images.py to images.pyc
copying build/lib/jinja2/defaults.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/environment.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/exceptions.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/misc.py to misc.pyc
copying build/lib/jinja2/ext.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/filters.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/lexer.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/loaders.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/meta.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/nodes.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/optimizer.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/parser.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/parts.py to parts.pyc
copying build/lib/jinja2/runtime.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/sandbox.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/tests.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/references.py to references.pyc
creating build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/directives/tables.py to tables.pyc
copying build/lib/jinja2/testsuite/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/api.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/bytecode_cache.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/core_tags.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/debug.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/doctests.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/ext.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/__init__.py to __init__.pyc
copying build/lib/jinja2/testsuite/filters.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/imports.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/af.py to af.pyc
copying build/lib/jinja2/testsuite/inheritance.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/lexnparse.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/ca.py to ca.pyc
copying build/lib/jinja2/testsuite/loader.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/cs.py to cs.pyc
copying build/lib/jinja2/testsuite/regression.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/da.py to da.pyc
creating build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res
copying build/lib/jinja2/testsuite/res/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/de.py to de.pyc
creating build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res/templates
copying build/lib/jinja2/testsuite/res/templates/broken.html -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res/templates
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/en.py to en.pyc
creating build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res/templates/foo
copying build/lib/jinja2/testsuite/res/templates/foo/test.html -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res/templates/foo
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/eo.py to eo.pyc
copying build/lib/jinja2/testsuite/res/templates/syntaxerror.html -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res/templates
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/es.py to es.pyc
copying build/lib/jinja2/testsuite/res/templates/test.html -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res/templates
copying build/lib/jinja2/testsuite/security.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/fi.py to fi.pyc
copying build/lib/jinja2/testsuite/tests.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
copying build/lib/jinja2/testsuite/utils.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/fr.py to fr.pyc
copying build/lib/jinja2/utils.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
copying build/lib/jinja2/visitor.py -> build/bdist.macosx-10.11-x86_64/egg/jinja2
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/gl.py to gl.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/he.py to he.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/it.py to it.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/ja.py to ja.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/lt.py to lt.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/nl.py to nl.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/_compat.py to _compat.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/pl.py to pl.pyc
running bdist_egg
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/pt_br.py to pt_br.pyc
running egg_info
writing Pygments.egg-info/PKG-INFO
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/ru.py to ru.pyc
writing top-level names to Pygments.egg-info/top_level.txt
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/_stringdefs.py to _stringdefs.pyc
writing dependency_links to Pygments.egg-info/dependency_links.txt
writing entry points to Pygments.egg-info/entry_points.txt
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/sk.py to sk.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/sv.py to sv.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_cn.py to zh_cn.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_tw.py to zh_tw.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/roles.py to roles.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/states.py to states.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/bccache.py to bccache.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/compiler.py to compiler.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/constants.py to constants.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/debug.py to debug.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/defaults.py to defaults.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/environment.py to environment.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/exceptions.py to exceptions.pyc
reading manifest file 'Pygments.egg-info/SOURCES.txt'
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/parsers/rst/tableparser.py to tableparser.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/ext.py to ext.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers/doctree.py to doctree.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers/pep.py to pep.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/filters.py to filters.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/readers/standalone.py to standalone.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/statemachine.py to statemachine.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/lexer.py to lexer.pyc
reading manifest template 'MANIFEST.in'
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/loaders.py to loaders.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/components.py to components.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/frontmatter.py to frontmatter.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/meta.py to meta.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/nodes.py to nodes.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/misc.py to misc.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/parts.py to parts.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/peps.py to peps.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/optimizer.py to optimizer.pyc
writing manifest file 'Pygments.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.11-x86_64/egg
running install_lib
running build_py
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/parser.py to parser.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/references.py to references.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/universal.py to universal.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/runtime.py to runtime.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/transforms/writer_aux.py to writer_aux.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/sandbox.py to sandbox.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/tests.py to tests.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/code_analyzer.py to code_analyzer.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/error_reporting.py to error_reporting.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/api.py to api.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math/latex2mathml.py to latex2mathml.pyc
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compiler ABI info - done
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/bytecode_cache.py to bytecode_cache.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math/math2html.py to math2html.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/core_tags.py to core_tags.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/debug.py to debug.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/doctests.py to doctests.pyc
-- Detecting CXX compile features
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/ext.py to ext.pyc
creating build/bdist.macosx-10.11-x86_64
creating build/bdist.macosx-10.11-x86_64/egg
creating build/bdist.macosx-10.11-x86_64/egg/pygments
-- Detecting CXX compile features
copying build/lib/pygments/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
copying build/lib/pygments/cmdline.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
copying build/lib/pygments/console.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
copying build/lib/pygments/filter.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
creating build/bdist.macosx-10.11-x86_64/egg/pygments/filters
copying build/lib/pygments/filters/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/filters
copying build/lib/pygments/formatter.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/filters.py to filters.pyc
creating build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/_mapping.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/bbcode.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/html.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/img.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/latex.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/other.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/rtf.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/svg.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/terminal.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/formatters/terminal256.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/formatters
copying build/lib/pygments/lexer.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/imports.py to imports.pyc
creating build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/inheritance.py to inheritance.pyc
copying build/lib/pygments/lexers/_asybuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_clbuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_lassobuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_luabuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/lexnparse.py to lexnparse.pyc
copying build/lib/pygments/lexers/_mapping.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_openedgebuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_phpbuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_postgres_builtins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_robotframeworklexer.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_scilab_builtins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_sourcemodbuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_stan_builtins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/_vimbuiltins.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/agile.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/asm.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/compiled.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/dalvik.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/dotnet.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/foxpro.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/loader.py to loader.pyc
copying build/lib/pygments/lexers/functional.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/hdl.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/jvm.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/math.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/regression.py to regression.pyc
copying build/lib/pygments/lexers/other.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/parsers.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/shell.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/special.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/res/__init__.py to __init__.pyc
copying build/lib/pygments/lexers/sql.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/security.py to security.pyc
copying build/lib/pygments/lexers/templates.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/text.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
copying build/lib/pygments/lexers/web.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/lexers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/tests.py to tests.pyc
copying build/lib/pygments/plugin.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
copying build/lib/pygments/scanner.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
copying build/lib/pygments/style.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/testsuite/utils.py to utils.pyc
creating build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/utils.py to utils.pyc
copying build/lib/pygments/styles/autumn.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/borland.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/bw.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/colorful.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/default.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/emacs.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/friendly.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/fruity.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/manni.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
byte-compiling build/bdist.macosx-10.11-x86_64/egg/jinja2/visitor.py to visitor.pyc
copying build/lib/pygments/styles/monokai.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/murphy.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/native.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/pastie.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/perldoc.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/rrt.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/tango.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/trac.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/vim.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/styles/vs.py -> build/bdist.macosx-10.11-x86_64/egg/pygments/styles
copying build/lib/pygments/token.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
copying build/lib/pygments/unistring.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
copying build/lib/pygments/util.py -> build/bdist.macosx-10.11-x86_64/egg/pygments
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/__init__.py to __init__.pyc
creating build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Jinja2.egg-info/PKG-INFO -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/cmdline.py to cmdline.pyc
copying Jinja2.egg-info/SOURCES.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Jinja2.egg-info/dependency_links.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Jinja2.egg-info/entry_points.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Jinja2.egg-info/not-zip-safe -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Jinja2.egg-info/requires.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Jinja2.egg-info/top_level.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/console.py to console.pyc
creating dist
creating 'dist/Jinja2-2.7.1-py2.7.egg' and adding 'build/bdist.macosx-10.11-x86_64/egg' to it
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/filter.py to filter.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/filters/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math/tex2unichar.py to tex2unichar.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatter.py to formatter.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/_mapping.py to _mapping.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/bbcode.py to bbcode.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/math/unichar2tex.py to unichar2tex.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/html.py to html.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/punctuation_chars.py to punctuation_chars.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/img.py to img.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/roman.py to roman.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/smartquotes.py to smartquotes.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/utils/urischemes.py to urischemes.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/latex.py to latex.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/docutils_xml.py to docutils_xml.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/other.py to other.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/rtf.py to rtf.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/html4css1/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/svg.py to svg.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/terminal.py to terminal.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/formatters/terminal256.py to terminal256.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexer.py to lexer.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_asybuiltins.py to _asybuiltins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_clbuiltins.py to _clbuiltins.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/latex2e/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_lassobuiltins.py to _lassobuiltins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_luabuiltins.py to _luabuiltins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_mapping.py to _mapping.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/manpage.py to manpage.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_openedgebuiltins.py to _openedgebuiltins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_phpbuiltins.py to _phpbuiltins.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/null.py to null.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/odf_odt/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_postgres_builtins.py to _postgres_builtins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_robotframeworklexer.py to _robotframeworklexer.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_scilab_builtins.py to _scilab_builtins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_sourcemodbuiltins.py to _sourcemodbuiltins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_stan_builtins.py to _stan_builtins.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/_vimbuiltins.py to _vimbuiltins.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/odf_odt/pygmentsformatter.py to pygmentsformatter.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/pep_html/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/pseudoxml.py to pseudoxml.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/s5_html/__init__.py to __init__.pyc
byte-compiling /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils/writers/xetex/__init__.py to __init__.pyc
running install_scripts
copying build/scripts-2.7/rst2html.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
copying build/scripts-2.7/rst2latex.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
copying build/scripts-2.7/rst2man.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
copying build/scripts-2.7/rst2odt.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/agile.py to agile.pyc
copying build/scripts-2.7/rst2odt_prepstyles.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
copying build/scripts-2.7/rst2pseudoxml.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
copying build/scripts-2.7/rst2s5.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
copying build/scripts-2.7/rst2xetex.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
removing 'build/bdist.macosx-10.11-x86_64/egg' (and everything under it)
copying build/scripts-2.7/rst2xml.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
copying build/scripts-2.7/rstpep2html.py -> /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2html.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2latex.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2man.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2odt.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2odt_prepstyles.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2pseudoxml.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2s5.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2xetex.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rst2xml.py to 755
changing mode of /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin/rstpep2html.py to 755
running install_data
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/asm.py to asm.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/compiled.py to compiled.pyc
running install_egg_info
Writing /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/docutils-0.11-py2.7.egg-info
Processing Jinja2-2.7.1-py2.7.egg
creating /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Jinja2-2.7.1-py2.7.egg
Extracting Jinja2-2.7.1-py2.7.egg to /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/dalvik.py to dalvik.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/dotnet.py to dotnet.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/foxpro.py to foxpro.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/functional.py to functional.pyc
[ 18%] Completed 'docutils'
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/hdl.py to hdl.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/jvm.py to jvm.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/math.py to math.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/other.py to other.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/parsers.py to parsers.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/shell.py to shell.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/special.py to special.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/sql.py to sql.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/templates.py to templates.pyc
[ 18%] Built target docutils
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/text.py to text.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/lexers/web.py to web.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/plugin.py to plugin.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/scanner.py to scanner.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/style.py to style.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/autumn.py to autumn.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/borland.py to borland.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/bw.py to bw.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/colorful.py to colorful.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/default.py to default.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/emacs.py to emacs.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/friendly.py to friendly.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/fruity.py to fruity.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/manni.py to manni.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/monokai.py to monokai.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/murphy.py to murphy.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/native.py to native.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/pastie.py to pastie.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/perldoc.py to perldoc.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/rrt.py to rrt.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/tango.py to tango.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/trac.py to trac.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/vim.py to vim.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/styles/vs.py to vs.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/token.py to token.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/unistring.py to unistring.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/pygments/util.py to util.pyc
creating build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Pygments.egg-info/PKG-INFO -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Pygments.egg-info/SOURCES.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Pygments.egg-info/dependency_links.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Pygments.egg-info/entry_points.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Pygments.egg-info/not-zip-safe -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Pygments.egg-info/top_level.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
creating dist
creating 'dist/Pygments-1.6-py2.7.egg' and adding 'build/bdist.macosx-10.11-x86_64/egg' to it
Adding Jinja2 2.7.1 to easy-install.pth file
Installed /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Jinja2-2.7.1-py2.7.egg
Processing dependencies for Jinja2==2.7.1
Searching for markupsafe
Reading https://pypi.python.org/simple/markupsafe/
removing 'build/bdist.macosx-10.11-x86_64/egg' (and everything under it)
Processing Pygments-1.6-py2.7.egg
creating /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Pygments-1.6-py2.7.egg
Extracting Pygments-1.6-py2.7.egg to /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages
Best match: MarkupSafe 0.23
Downloading https://pypi.python.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz#md5=f5ab3deee4c37cd6a922fb81e730da6e
Processing MarkupSafe-0.23.tar.gz
Writing /var/folders/fc/f0yx6g051zg8jn64pt9rp7lm0000gn/T/easy_install-O_dQQo/MarkupSafe-0.23/setup.cfg
Running MarkupSafe-0.23/setup.py -q bdist_egg --dist-dir /var/folders/fc/f0yx6g051zg8jn64pt9rp7lm0000gn/T/easy_install-O_dQQo/MarkupSafe-0.23/egg-dist-tmp-sJLa5i
-- Detecting CXX compile features - done
-- Detecting CXX compile features - done
-- Configuring done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml
-- Generating done
-- Build files have been written to: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp
[ 19%] Performing build step for 'tinyxml'
[ 19%] Performing build step for 'YAML_CPP_LOCAL'
Adding Pygments 1.6 to easy-install.pth file
Installing pygmentize script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Installed /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Pygments-1.6-py2.7.egg
Processing dependencies for Pygments==1.6
Finished processing dependencies for Pygments==1.6
[ 20%] Completed 'Pygments'
Scanning dependencies of target tinyxml
[ 20%] Building CXX object CMakeFiles/tinyxml.dir/tinyxml.cpp.o
[ 40%] Building CXX object CMakeFiles/tinyxml.dir/tinyxmlerror.cpp.o
[ 60%] Building CXX object CMakeFiles/tinyxml.dir/tinyxmlparser.cpp.o
[ 80%] Building CXX object CMakeFiles/tinyxml.dir/tinystr.cpp.o
Scanning dependencies of target yaml-cpp
[ 20%] Built target Pygments
[ 3%] Building CXX object CMakeFiles/yaml-cpp.dir/src/binary.cpp.o
[ 7%] Building CXX object CMakeFiles/yaml-cpp.dir/src/aliasmanager.cpp.o
[ 10%] Building CXX object CMakeFiles/yaml-cpp.dir/src/conversion.cpp.o
[ 14%] Building CXX object CMakeFiles/yaml-cpp.dir/src/directives.cpp.o
Adding MarkupSafe 0.23 to easy-install.pth file
Installed /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/MarkupSafe-0.23-py2.7-macosx-10.11-x86_64.egg
Finished processing dependencies for Jinja2==2.7.1
[ 20%] Completed 'Jinja2'
[ 20%] Built target Jinja2
[ 17%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o
Scanning dependencies of target Sphinx
[ 21%] Creating directories for 'Sphinx'
[ 21%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o
[ 21%] Performing download step (verify and extract) for 'Sphinx'
CMake Warning at Sphinx-stamp/verify-Sphinx.cmake:26 (message):
File will not be verified since no URL_HASH specified
-- extracting...
src='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/Sphinx-1.2b3.tar.gz'
dst='/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/docs/Sphinx-prefix/src/Sphinx'
-- extracting... [tar xfz]
[ 25%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o
[ 28%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 21%] Performing patch step for 'Sphinx'
patching file sphinx/domains/cpp.py
patching file tests/test_cpp_domain.py
[ 22%] No update step for 'Sphinx'
[ 32%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exp.cpp.o
[ 23%] Performing configure step for 'Sphinx'
[ 23%] Performing build step for 'Sphinx'
[ 35%] Building CXX object CMakeFiles/yaml-cpp.dir/src/iterator.cpp.o
[100%] Linking CXX static library libtinyxml.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtinyxml.a(tinystr.cpp.o) has no symbols
running build
running build_py
creating build
creating build/lib
creating build/lib/sphinx
copying sphinx/__init__.py -> build/lib/sphinx
copying sphinx/addnodes.py -> build/lib/sphinx
copying sphinx/apidoc.py -> build/lib/sphinx
copying sphinx/application.py -> build/lib/sphinx
copying sphinx/cmdline.py -> build/lib/sphinx
copying sphinx/config.py -> build/lib/sphinx
copying sphinx/environment.py -> build/lib/sphinx
copying sphinx/errors.py -> build/lib/sphinx
copying sphinx/highlighting.py -> build/lib/sphinx
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libtinyxml.a(tinystr.cpp.o) has no symbols
copying sphinx/jinja2glue.py -> build/lib/sphinx
copying sphinx/pygments_styles.py -> build/lib/sphinx
copying sphinx/quickstart.py -> build/lib/sphinx
copying sphinx/roles.py -> build/lib/sphinx
copying sphinx/setup_command.py -> build/lib/sphinx
copying sphinx/theming.py -> build/lib/sphinx
copying sphinx/transforms.py -> build/lib/sphinx
copying sphinx/versioning.py -> build/lib/sphinx
creating build/lib/sphinx/builders
copying sphinx/builders/__init__.py -> build/lib/sphinx/builders
copying sphinx/builders/changes.py -> build/lib/sphinx/builders
copying sphinx/builders/devhelp.py -> build/lib/sphinx/builders
copying sphinx/builders/epub.py -> build/lib/sphinx/builders
copying sphinx/builders/gettext.py -> build/lib/sphinx/builders
copying sphinx/builders/html.py -> build/lib/sphinx/builders
copying sphinx/builders/htmlhelp.py -> build/lib/sphinx/builders
copying sphinx/builders/latex.py -> build/lib/sphinx/builders
copying sphinx/builders/linkcheck.py -> build/lib/sphinx/builders
copying sphinx/builders/manpage.py -> build/lib/sphinx/builders
copying sphinx/builders/qthelp.py -> build/lib/sphinx/builders
copying sphinx/builders/texinfo.py -> build/lib/sphinx/builders
copying sphinx/builders/text.py -> build/lib/sphinx/builders
copying sphinx/builders/websupport.py -> build/lib/sphinx/builders
copying sphinx/builders/xml.py -> build/lib/sphinx/builders
creating build/lib/sphinx/directives
copying sphinx/directives/__init__.py -> build/lib/sphinx/directives
copying sphinx/directives/code.py -> build/lib/sphinx/directives
copying sphinx/directives/other.py -> build/lib/sphinx/directives
creating build/lib/sphinx/domains
copying sphinx/domains/__init__.py -> build/lib/sphinx/domains
copying sphinx/domains/c.py -> build/lib/sphinx/domains
copying sphinx/domains/cpp.py -> build/lib/sphinx/domains
copying sphinx/domains/javascript.py -> build/lib/sphinx/domains
copying sphinx/domains/python.py -> build/lib/sphinx/domains
copying sphinx/domains/rst.py -> build/lib/sphinx/domains
copying sphinx/domains/std.py -> build/lib/sphinx/domains
[100%] Built target tinyxml
creating build/lib/sphinx/ext
copying sphinx/ext/__init__.py -> build/lib/sphinx/ext
copying sphinx/ext/autodoc.py -> build/lib/sphinx/ext
copying sphinx/ext/coverage.py -> build/lib/sphinx/ext
copying sphinx/ext/doctest.py -> build/lib/sphinx/ext
copying sphinx/ext/extlinks.py -> build/lib/sphinx/ext
copying sphinx/ext/graphviz.py -> build/lib/sphinx/ext
copying sphinx/ext/ifconfig.py -> build/lib/sphinx/ext
copying sphinx/ext/inheritance_diagram.py -> build/lib/sphinx/ext
copying sphinx/ext/intersphinx.py -> build/lib/sphinx/ext
copying sphinx/ext/jsmath.py -> build/lib/sphinx/ext
copying sphinx/ext/linkcode.py -> build/lib/sphinx/ext
copying sphinx/ext/mathbase.py -> build/lib/sphinx/ext
copying sphinx/ext/mathjax.py -> build/lib/sphinx/ext
copying sphinx/ext/oldcmarkup.py -> build/lib/sphinx/ext
copying sphinx/ext/pngmath.py -> build/lib/sphinx/ext
copying sphinx/ext/refcounting.py -> build/lib/sphinx/ext
copying sphinx/ext/todo.py -> build/lib/sphinx/ext
copying sphinx/ext/viewcode.py -> build/lib/sphinx/ext
creating build/lib/sphinx/locale
copying sphinx/locale/__init__.py -> build/lib/sphinx/locale
creating build/lib/sphinx/pycode
copying sphinx/pycode/__init__.py -> build/lib/sphinx/pycode
copying sphinx/pycode/nodes.py -> build/lib/sphinx/pycode
creating build/lib/sphinx/search
copying sphinx/search/__init__.py -> build/lib/sphinx/search
copying sphinx/search/en.py -> build/lib/sphinx/search
copying sphinx/search/ja.py -> build/lib/sphinx/search
creating build/lib/sphinx/util
copying sphinx/util/__init__.py -> build/lib/sphinx/util
copying sphinx/util/compat.py -> build/lib/sphinx/util
copying sphinx/util/console.py -> build/lib/sphinx/util
copying sphinx/util/docfields.py -> build/lib/sphinx/util
copying sphinx/util/docstrings.py -> build/lib/sphinx/util
[ 39%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node.cpp.o
copying sphinx/util/inspect.py -> build/lib/sphinx/util
copying sphinx/util/jsdump.py -> build/lib/sphinx/util
copying sphinx/util/jsonimpl.py -> build/lib/sphinx/util
copying sphinx/util/matching.py -> build/lib/sphinx/util
copying sphinx/util/nodes.py -> build/lib/sphinx/util
copying sphinx/util/osutil.py -> build/lib/sphinx/util
copying sphinx/util/png.py -> build/lib/sphinx/util
copying sphinx/util/pycompat.py -> build/lib/sphinx/util
copying sphinx/util/smartypants.py -> build/lib/sphinx/util
copying sphinx/util/stemmer.py -> build/lib/sphinx/util
copying sphinx/util/tags.py -> build/lib/sphinx/util
copying sphinx/util/texescape.py -> build/lib/sphinx/util
copying sphinx/util/websupport.py -> build/lib/sphinx/util
creating build/lib/sphinx/websupport
copying sphinx/websupport/__init__.py -> build/lib/sphinx/websupport
copying sphinx/websupport/errors.py -> build/lib/sphinx/websupport
creating build/lib/sphinx/writers
copying sphinx/writers/__init__.py -> build/lib/sphinx/writers
copying sphinx/writers/html.py -> build/lib/sphinx/writers
[ 23%] Performing install step for 'tinyxml'
copying sphinx/writers/latex.py -> build/lib/sphinx/writers
copying sphinx/writers/manpage.py -> build/lib/sphinx/writers
copying sphinx/writers/texinfo.py -> build/lib/sphinx/writers
copying sphinx/writers/text.py -> build/lib/sphinx/writers
copying sphinx/writers/websupport.py -> build/lib/sphinx/writers
copying sphinx/writers/xml.py -> build/lib/sphinx/writers
creating build/lib/sphinx/ext/autosummary
copying sphinx/ext/autosummary/__init__.py -> build/lib/sphinx/ext/autosummary
copying sphinx/ext/autosummary/generate.py -> build/lib/sphinx/ext/autosummary
creating build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/__init__.py -> build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/driver.py -> build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/grammar.py -> build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/literals.py -> build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/parse.py -> build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/pgen.py -> build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/token.py -> build/lib/sphinx/pycode/pgen2
copying sphinx/pycode/pgen2/tokenize.py -> build/lib/sphinx/pycode/pgen2
creating build/lib/sphinx/websupport/search
copying sphinx/websupport/search/__init__.py -> build/lib/sphinx/websupport/search
copying sphinx/websupport/search/nullsearch.py -> build/lib/sphinx/websupport/search
copying sphinx/websupport/search/whooshsearch.py -> build/lib/sphinx/websupport/search
copying sphinx/websupport/search/xapiansearch.py -> build/lib/sphinx/websupport/search
creating build/lib/sphinx/websupport/storage
copying sphinx/websupport/storage/__init__.py -> build/lib/sphinx/websupport/storage
copying sphinx/websupport/storage/differ.py -> build/lib/sphinx/websupport/storage
copying sphinx/websupport/storage/sqlalchemy_db.py -> build/lib/sphinx/websupport/storage
copying sphinx/websupport/storage/sqlalchemystorage.py -> build/lib/sphinx/websupport/storage
running egg_info
writing requirements to Sphinx.egg-info/requires.txt
writing Sphinx.egg-info/PKG-INFO
writing top-level names to Sphinx.egg-info/top_level.txt
writing dependency_links to Sphinx.egg-info/dependency_links.txt
writing entry points to Sphinx.egg-info/entry_points.txt
[100%] Built target tinyxml
reading manifest file 'Sphinx.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README'
Install the project...
no previously-included directories found matching 'doc/_build'
-- Install configuration: ""
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/libtinyxml.a
writing manifest file 'Sphinx.egg-info/SOURCES.txt'
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/libtinyxml.a(tinystr.cpp.o) has no symbols
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/tinyxml.h
creating build/lib/sphinx/texinputs
copying sphinx/texinputs/Makefile -> build/lib/sphinx/texinputs
copying sphinx/texinputs/fncychap.sty -> build/lib/sphinx/texinputs
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/tinystr.h
copying sphinx/texinputs/python.ist -> build/lib/sphinx/texinputs
copying sphinx/texinputs/sphinx.sty -> build/lib/sphinx/texinputs
copying sphinx/texinputs/sphinxhowto.cls -> build/lib/sphinx/texinputs
copying sphinx/texinputs/sphinxmanual.cls -> build/lib/sphinx/texinputs
copying sphinx/texinputs/tabulary.sty -> build/lib/sphinx/texinputs
creating build/lib/sphinx/themes
creating build/lib/sphinx/themes/agogo
copying sphinx/themes/agogo/layout.html -> build/lib/sphinx/themes/agogo
copying sphinx/themes/agogo/theme.conf -> build/lib/sphinx/themes/agogo
creating build/lib/sphinx/themes/agogo/static
copying sphinx/themes/agogo/static/agogo.css_t -> build/lib/sphinx/themes/agogo/static
copying sphinx/themes/agogo/static/bgfooter.png -> build/lib/sphinx/themes/agogo/static
copying sphinx/themes/agogo/static/bgtop.png -> build/lib/sphinx/themes/agogo/static
creating build/lib/sphinx/themes/basic
copying sphinx/themes/basic/defindex.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/domainindex.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/genindex-single.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/genindex-split.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/genindex.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/globaltoc.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/layout.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/localtoc.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/opensearch.xml -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/page.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/relations.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/search.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/searchbox.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/searchresults.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/sourcelink.html -> build/lib/sphinx/themes/basic
copying sphinx/themes/basic/theme.conf -> build/lib/sphinx/themes/basic
creating build/lib/sphinx/themes/basic/changes
copying sphinx/themes/basic/changes/frameset.html -> build/lib/sphinx/themes/basic/changes
copying sphinx/themes/basic/changes/rstsource.html -> build/lib/sphinx/themes/basic/changes
copying sphinx/themes/basic/changes/versionchanges.html -> build/lib/sphinx/themes/basic/changes
creating build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/ajax-loader.gif -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/basic.css_t -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/comment-bright.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/comment-close.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/comment.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/doctools.js -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/down-pressed.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/down.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/file.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/jquery.js -> build/lib/sphinx/themes/basic/static
[ 24%] Completed 'tinyxml'
copying sphinx/themes/basic/static/minus.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/plus.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/searchtools.js_t -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/underscore.js -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/up-pressed.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/up.png -> build/lib/sphinx/themes/basic/static
copying sphinx/themes/basic/static/websupport.js -> build/lib/sphinx/themes/basic/static
creating build/lib/sphinx/themes/default
copying sphinx/themes/default/layout.html -> build/lib/sphinx/themes/default
copying sphinx/themes/default/theme.conf -> build/lib/sphinx/themes/default
creating build/lib/sphinx/themes/default/static
copying sphinx/themes/default/static/default.css_t -> build/lib/sphinx/themes/default/static
copying sphinx/themes/default/static/sidebar.js_t -> build/lib/sphinx/themes/default/static
creating build/lib/sphinx/themes/epub
copying sphinx/themes/epub/epub-cover.html -> build/lib/sphinx/themes/epub
copying sphinx/themes/epub/layout.html -> build/lib/sphinx/themes/epub
copying sphinx/themes/epub/theme.conf -> build/lib/sphinx/themes/epub
creating build/lib/sphinx/themes/epub/static
copying sphinx/themes/epub/static/epub.css -> build/lib/sphinx/themes/epub/static
creating build/lib/sphinx/themes/haiku
copying sphinx/themes/haiku/layout.html -> build/lib/sphinx/themes/haiku
copying sphinx/themes/haiku/theme.conf -> build/lib/sphinx/themes/haiku
creating build/lib/sphinx/themes/haiku/static
copying sphinx/themes/haiku/static/alert_info_32.png -> build/lib/sphinx/themes/haiku/static
copying sphinx/themes/haiku/static/alert_warning_32.png -> build/lib/sphinx/themes/haiku/static
copying sphinx/themes/haiku/static/bg-page.png -> build/lib/sphinx/themes/haiku/static
copying sphinx/themes/haiku/static/bullet_orange.png -> build/lib/sphinx/themes/haiku/static
copying sphinx/themes/haiku/static/haiku.css_t -> build/lib/sphinx/themes/haiku/static
creating build/lib/sphinx/themes/nature
copying sphinx/themes/nature/theme.conf -> build/lib/sphinx/themes/nature
creating build/lib/sphinx/themes/nature/static
copying sphinx/themes/nature/static/nature.css_t -> build/lib/sphinx/themes/nature/static
creating build/lib/sphinx/themes/pyramid
copying sphinx/themes/pyramid/layout.html -> build/lib/sphinx/themes/pyramid
copying sphinx/themes/pyramid/theme.conf -> build/lib/sphinx/themes/pyramid
creating build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/dialog-note.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/dialog-seealso.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/dialog-todo.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/dialog-topic.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/dialog-warning.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/epub.css -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/footerbg.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/headerbg.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/ie6.css -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/middlebg.png -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/pyramid.css_t -> build/lib/sphinx/themes/pyramid/static
copying sphinx/themes/pyramid/static/transparent.gif -> build/lib/sphinx/themes/pyramid/static
creating build/lib/sphinx/themes/scrolls
copying sphinx/themes/scrolls/layout.html -> build/lib/sphinx/themes/scrolls
copying sphinx/themes/scrolls/theme.conf -> build/lib/sphinx/themes/scrolls
creating build/lib/sphinx/themes/scrolls/artwork
copying sphinx/themes/scrolls/artwork/logo.svg -> build/lib/sphinx/themes/scrolls/artwork
creating build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/darkmetal.png -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/headerbg.png -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/logo.png -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/metal.png -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/navigation.png -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/print.css -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/scrolls.css_t -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/theme_extras.js -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/watermark.png -> build/lib/sphinx/themes/scrolls/static
copying sphinx/themes/scrolls/static/watermark_blur.png -> build/lib/sphinx/themes/scrolls/static
creating build/lib/sphinx/themes/sphinxdoc
copying sphinx/themes/sphinxdoc/layout.html -> build/lib/sphinx/themes/sphinxdoc
copying sphinx/themes/sphinxdoc/theme.conf -> build/lib/sphinx/themes/sphinxdoc
creating build/lib/sphinx/themes/sphinxdoc/static
copying sphinx/themes/sphinxdoc/static/contents.png -> build/lib/sphinx/themes/sphinxdoc/static
copying sphinx/themes/sphinxdoc/static/navigation.png -> build/lib/sphinx/themes/sphinxdoc/static
copying sphinx/themes/sphinxdoc/static/sphinxdoc.css_t -> build/lib/sphinx/themes/sphinxdoc/static
creating build/lib/sphinx/themes/traditional
copying sphinx/themes/traditional/theme.conf -> build/lib/sphinx/themes/traditional
creating build/lib/sphinx/themes/traditional/static
copying sphinx/themes/traditional/static/traditional.css_t -> build/lib/sphinx/themes/traditional/static
copying sphinx/locale/__init__.pyc -> build/lib/sphinx/locale
[ 24%] Built target tinyxml
copying sphinx/locale/sphinx.pot -> build/lib/sphinx/locale
creating build/lib/sphinx/locale/.tx
copying sphinx/locale/.tx/config -> build/lib/sphinx/locale/.tx
creating build/lib/sphinx/locale/bn
creating build/lib/sphinx/locale/bn/LC_MESSAGES
copying sphinx/locale/bn/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/bn/LC_MESSAGES
copying sphinx/locale/bn/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/bn/LC_MESSAGES
copying sphinx/locale/bn/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/bn/LC_MESSAGES
creating build/lib/sphinx/locale/ca
creating build/lib/sphinx/locale/ca/LC_MESSAGES
copying sphinx/locale/ca/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ca/LC_MESSAGES
copying sphinx/locale/ca/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ca/LC_MESSAGES
copying sphinx/locale/ca/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ca/LC_MESSAGES
creating build/lib/sphinx/locale/cs
creating build/lib/sphinx/locale/cs/LC_MESSAGES
copying sphinx/locale/cs/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/cs/LC_MESSAGES
copying sphinx/locale/cs/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/cs/LC_MESSAGES
copying sphinx/locale/cs/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/cs/LC_MESSAGES
creating build/lib/sphinx/locale/da
creating build/lib/sphinx/locale/da/LC_MESSAGES
copying sphinx/locale/da/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/da/LC_MESSAGES
copying sphinx/locale/da/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/da/LC_MESSAGES
copying sphinx/locale/da/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/da/LC_MESSAGES
creating build/lib/sphinx/locale/de
creating build/lib/sphinx/locale/de/LC_MESSAGES
copying sphinx/locale/de/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/de/LC_MESSAGES
copying sphinx/locale/de/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/de/LC_MESSAGES
copying sphinx/locale/de/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/de/LC_MESSAGES
creating build/lib/sphinx/locale/es
creating build/lib/sphinx/locale/es/LC_MESSAGES
copying sphinx/locale/es/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/es/LC_MESSAGES
copying sphinx/locale/es/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/es/LC_MESSAGES
copying sphinx/locale/es/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/es/LC_MESSAGES
creating build/lib/sphinx/locale/et
creating build/lib/sphinx/locale/et/LC_MESSAGES
copying sphinx/locale/et/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/et/LC_MESSAGES
[ 42%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o
copying sphinx/locale/et/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/et/LC_MESSAGES
copying sphinx/locale/et/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/et/LC_MESSAGES
creating build/lib/sphinx/locale/eu
creating build/lib/sphinx/locale/eu/LC_MESSAGES
copying sphinx/locale/eu/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/eu/LC_MESSAGES
copying sphinx/locale/eu/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/eu/LC_MESSAGES
copying sphinx/locale/eu/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/eu/LC_MESSAGES
creating build/lib/sphinx/locale/fa
creating build/lib/sphinx/locale/fa/LC_MESSAGES
copying sphinx/locale/fa/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fa/LC_MESSAGES
copying sphinx/locale/fa/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fa/LC_MESSAGES
copying sphinx/locale/fa/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fa/LC_MESSAGES
creating build/lib/sphinx/locale/fi
creating build/lib/sphinx/locale/fi/LC_MESSAGES
copying sphinx/locale/fi/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fi/LC_MESSAGES
copying sphinx/locale/fi/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fi/LC_MESSAGES
copying sphinx/locale/fi/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fi/LC_MESSAGES
creating build/lib/sphinx/locale/fr
creating build/lib/sphinx/locale/fr/LC_MESSAGES
copying sphinx/locale/fr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/fr/LC_MESSAGES
copying sphinx/locale/fr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/fr/LC_MESSAGES
copying sphinx/locale/fr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/fr/LC_MESSAGES
creating build/lib/sphinx/locale/he
creating build/lib/sphinx/locale/he/LC_MESSAGES
copying sphinx/locale/he/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/he/LC_MESSAGES
copying sphinx/locale/he/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/he/LC_MESSAGES
copying sphinx/locale/he/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/he/LC_MESSAGES
creating build/lib/sphinx/locale/hr
creating build/lib/sphinx/locale/hr/LC_MESSAGES
copying sphinx/locale/hr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/hr/LC_MESSAGES
copying sphinx/locale/hr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/hr/LC_MESSAGES
copying sphinx/locale/hr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/hr/LC_MESSAGES
creating build/lib/sphinx/locale/hu
creating build/lib/sphinx/locale/hu/LC_MESSAGES
copying sphinx/locale/hu/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/hu/LC_MESSAGES
copying sphinx/locale/hu/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/hu/LC_MESSAGES
copying sphinx/locale/hu/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/hu/LC_MESSAGES
creating build/lib/sphinx/locale/id
creating build/lib/sphinx/locale/id/LC_MESSAGES
copying sphinx/locale/id/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/id/LC_MESSAGES
copying sphinx/locale/id/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/id/LC_MESSAGES
copying sphinx/locale/id/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/id/LC_MESSAGES
creating build/lib/sphinx/locale/it
creating build/lib/sphinx/locale/it/LC_MESSAGES
copying sphinx/locale/it/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/it/LC_MESSAGES
copying sphinx/locale/it/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/it/LC_MESSAGES
copying sphinx/locale/it/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/it/LC_MESSAGES
creating build/lib/sphinx/locale/ja
creating build/lib/sphinx/locale/ja/LC_MESSAGES
copying sphinx/locale/ja/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ja/LC_MESSAGES
copying sphinx/locale/ja/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ja/LC_MESSAGES
copying sphinx/locale/ja/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ja/LC_MESSAGES
[ 46%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodeownership.cpp.o
creating build/lib/sphinx/locale/ko
creating build/lib/sphinx/locale/ko/LC_MESSAGES
copying sphinx/locale/ko/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ko/LC_MESSAGES
copying sphinx/locale/ko/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ko/LC_MESSAGES
copying sphinx/locale/ko/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ko/LC_MESSAGES
creating build/lib/sphinx/locale/lt
creating build/lib/sphinx/locale/lt/LC_MESSAGES
copying sphinx/locale/lt/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/lt/LC_MESSAGES
copying sphinx/locale/lt/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/lt/LC_MESSAGES
copying sphinx/locale/lt/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/lt/LC_MESSAGES
creating build/lib/sphinx/locale/lv
creating build/lib/sphinx/locale/lv/LC_MESSAGES
copying sphinx/locale/lv/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/lv/LC_MESSAGES
copying sphinx/locale/lv/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/lv/LC_MESSAGES
copying sphinx/locale/lv/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/lv/LC_MESSAGES
creating build/lib/sphinx/locale/mk
creating build/lib/sphinx/locale/mk/LC_MESSAGES
copying sphinx/locale/mk/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/mk/LC_MESSAGES
copying sphinx/locale/mk/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/mk/LC_MESSAGES
copying sphinx/locale/mk/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/mk/LC_MESSAGES
creating build/lib/sphinx/locale/nb_NO
creating build/lib/sphinx/locale/nb_NO/LC_MESSAGES
copying sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/nb_NO/LC_MESSAGES
copying sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/nb_NO/LC_MESSAGES
copying sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/nb_NO/LC_MESSAGES
creating build/lib/sphinx/locale/ne
creating build/lib/sphinx/locale/ne/LC_MESSAGES
copying sphinx/locale/ne/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ne/LC_MESSAGES
copying sphinx/locale/ne/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ne/LC_MESSAGES
copying sphinx/locale/ne/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ne/LC_MESSAGES
creating build/lib/sphinx/locale/nl
creating build/lib/sphinx/locale/nl/LC_MESSAGES
copying sphinx/locale/nl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/nl/LC_MESSAGES
copying sphinx/locale/nl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/nl/LC_MESSAGES
copying sphinx/locale/nl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/nl/LC_MESSAGES
creating build/lib/sphinx/locale/pl
creating build/lib/sphinx/locale/pl/LC_MESSAGES
copying sphinx/locale/pl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/pl/LC_MESSAGES
copying sphinx/locale/pl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/pl/LC_MESSAGES
copying sphinx/locale/pl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/pl/LC_MESSAGES
creating build/lib/sphinx/locale/pt_BR
creating build/lib/sphinx/locale/pt_BR/LC_MESSAGES
copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES
copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES
copying sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/pt_BR/LC_MESSAGES
creating build/lib/sphinx/locale/ru
creating build/lib/sphinx/locale/ru/LC_MESSAGES
copying sphinx/locale/ru/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/ru/LC_MESSAGES
copying sphinx/locale/ru/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/ru/LC_MESSAGES
copying sphinx/locale/ru/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/ru/LC_MESSAGES
creating build/lib/sphinx/locale/si
creating build/lib/sphinx/locale/si/LC_MESSAGES
copying sphinx/locale/si/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/si/LC_MESSAGES
copying sphinx/locale/si/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/si/LC_MESSAGES
copying sphinx/locale/si/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/si/LC_MESSAGES
creating build/lib/sphinx/locale/sk
creating build/lib/sphinx/locale/sk/LC_MESSAGES
copying sphinx/locale/sk/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sk/LC_MESSAGES
copying sphinx/locale/sk/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sk/LC_MESSAGES
copying sphinx/locale/sk/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sk/LC_MESSAGES
creating build/lib/sphinx/locale/sl
creating build/lib/sphinx/locale/sl/LC_MESSAGES
copying sphinx/locale/sl/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sl/LC_MESSAGES
copying sphinx/locale/sl/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sl/LC_MESSAGES
copying sphinx/locale/sl/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sl/LC_MESSAGES
creating build/lib/sphinx/locale/sv
creating build/lib/sphinx/locale/sv/LC_MESSAGES
copying sphinx/locale/sv/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/sv/LC_MESSAGES
copying sphinx/locale/sv/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/sv/LC_MESSAGES
copying sphinx/locale/sv/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/sv/LC_MESSAGES
creating build/lib/sphinx/locale/tr
creating build/lib/sphinx/locale/tr/LC_MESSAGES
copying sphinx/locale/tr/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/tr/LC_MESSAGES
copying sphinx/locale/tr/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/tr/LC_MESSAGES
copying sphinx/locale/tr/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/tr/LC_MESSAGES
creating build/lib/sphinx/locale/uk_UA
creating build/lib/sphinx/locale/uk_UA/LC_MESSAGES
copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES
copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES
copying sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/uk_UA/LC_MESSAGES
creating build/lib/sphinx/locale/zh_CN
creating build/lib/sphinx/locale/zh_CN/LC_MESSAGES
copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES
copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES
copying sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/zh_CN/LC_MESSAGES
creating build/lib/sphinx/locale/zh_TW
creating build/lib/sphinx/locale/zh_TW/LC_MESSAGES
copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES
copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES
copying sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po -> build/lib/sphinx/locale/zh_TW/LC_MESSAGES
copying sphinx/pycode/Grammar.txt -> build/lib/sphinx/pycode
creating build/lib/sphinx/ext/autosummary/templates
creating build/lib/sphinx/ext/autosummary/templates/autosummary
copying sphinx/ext/autosummary/templates/autosummary/base.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary
copying sphinx/ext/autosummary/templates/autosummary/class.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary
copying sphinx/ext/autosummary/templates/autosummary/module.rst -> build/lib/sphinx/ext/autosummary/templates/autosummary
[ 50%] Building CXX object CMakeFiles/yaml-cpp.dir/src/null.cpp.o
[ 53%] Building CXX object CMakeFiles/yaml-cpp.dir/src/ostream.cpp.o
[ 57%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parser.cpp.o
[ 24%] Performing install step for 'Sphinx'
[ 60%] Building CXX object CMakeFiles/yaml-cpp.dir/src/regex.cpp.o
[ 64%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o
running install
running bdist_egg
running egg_info
writing requirements to Sphinx.egg-info/requires.txt
writing Sphinx.egg-info/PKG-INFO
writing top-level names to Sphinx.egg-info/top_level.txt
writing dependency_links to Sphinx.egg-info/dependency_links.txt
writing entry points to Sphinx.egg-info/entry_points.txt
reading manifest file 'Sphinx.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README'
no previously-included directories found matching 'doc/_build'
[ 67%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o
writing manifest file 'Sphinx.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.11-x86_64/egg
running install_lib
running build_py
[ 71%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o
[ 75%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o
[ 78%] Building CXX object CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o
creating build/bdist.macosx-10.11-x86_64
creating build/bdist.macosx-10.11-x86_64/egg
creating build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/addnodes.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/apidoc.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/application.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/changes.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/devhelp.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/epub.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/gettext.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/html.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/htmlhelp.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/latex.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/linkcheck.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/manpage.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/qthelp.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/texinfo.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/text.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/websupport.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/builders/xml.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/builders
copying build/lib/sphinx/cmdline.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/config.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/directives
copying build/lib/sphinx/directives/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/directives
copying build/lib/sphinx/directives/code.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/directives
copying build/lib/sphinx/directives/other.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/directives
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/domains/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/domains/c.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/domains/cpp.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/domains/javascript.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/domains/python.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/domains/rst.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/domains/std.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/domains
copying build/lib/sphinx/environment.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/errors.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/autodoc.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary
copying build/lib/sphinx/ext/autosummary/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary
copying build/lib/sphinx/ext/autosummary/generate.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary/templates
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary/templates/autosummary
copying build/lib/sphinx/ext/autosummary/templates/autosummary/base.rst -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary/templates/autosummary
copying build/lib/sphinx/ext/autosummary/templates/autosummary/class.rst -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary/templates/autosummary
copying build/lib/sphinx/ext/autosummary/templates/autosummary/module.rst -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary/templates/autosummary
copying build/lib/sphinx/ext/coverage.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/doctest.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/extlinks.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/graphviz.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/ifconfig.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/inheritance_diagram.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/intersphinx.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/jsmath.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/linkcode.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/mathbase.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/mathjax.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/oldcmarkup.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/pngmath.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/refcounting.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/todo.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/ext/viewcode.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/ext
copying build/lib/sphinx/highlighting.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/jinja2glue.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/.tx
copying build/lib/sphinx/locale/.tx/config -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/.tx
copying build/lib/sphinx/locale/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale
copying build/lib/sphinx/locale/__init__.pyc -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/bn
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/bn/LC_MESSAGES
copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/bn/LC_MESSAGES
copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/bn/LC_MESSAGES
copying build/lib/sphinx/locale/bn/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/bn/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ca
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ca/LC_MESSAGES
copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ca/LC_MESSAGES
copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ca/LC_MESSAGES
copying build/lib/sphinx/locale/ca/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ca/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/cs
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/cs/LC_MESSAGES
copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/cs/LC_MESSAGES
copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/cs/LC_MESSAGES
copying build/lib/sphinx/locale/cs/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/cs/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/da
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/da/LC_MESSAGES
copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/da/LC_MESSAGES
copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/da/LC_MESSAGES
copying build/lib/sphinx/locale/da/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/da/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/de
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/de/LC_MESSAGES
copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/de/LC_MESSAGES
copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/de/LC_MESSAGES
copying build/lib/sphinx/locale/de/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/de/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/es
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/es/LC_MESSAGES
copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/es/LC_MESSAGES
copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/es/LC_MESSAGES
copying build/lib/sphinx/locale/es/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/es/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/et
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/et/LC_MESSAGES
copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/et/LC_MESSAGES
copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/et/LC_MESSAGES
copying build/lib/sphinx/locale/et/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/et/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/eu
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/eu/LC_MESSAGES
copying build/lib/sphinx/locale/eu/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/eu/LC_MESSAGES
copying build/lib/sphinx/locale/eu/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/eu/LC_MESSAGES
copying build/lib/sphinx/locale/eu/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/eu/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fa
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fa/LC_MESSAGES
copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fa/LC_MESSAGES
copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fa/LC_MESSAGES
copying build/lib/sphinx/locale/fa/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fa/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fi
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fi/LC_MESSAGES
copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fi/LC_MESSAGES
copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fi/LC_MESSAGES
copying build/lib/sphinx/locale/fi/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fi/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fr
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fr/LC_MESSAGES
copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fr/LC_MESSAGES
copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fr/LC_MESSAGES
copying build/lib/sphinx/locale/fr/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/fr/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/he
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/he/LC_MESSAGES
copying build/lib/sphinx/locale/he/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/he/LC_MESSAGES
copying build/lib/sphinx/locale/he/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/he/LC_MESSAGES
copying build/lib/sphinx/locale/he/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/he/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hr
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hr/LC_MESSAGES
copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hr/LC_MESSAGES
copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hr/LC_MESSAGES
copying build/lib/sphinx/locale/hr/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hr/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hu
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hu/LC_MESSAGES
copying build/lib/sphinx/locale/hu/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hu/LC_MESSAGES
copying build/lib/sphinx/locale/hu/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hu/LC_MESSAGES
copying build/lib/sphinx/locale/hu/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/hu/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/id
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/id/LC_MESSAGES
copying build/lib/sphinx/locale/id/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/id/LC_MESSAGES
copying build/lib/sphinx/locale/id/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/id/LC_MESSAGES
copying build/lib/sphinx/locale/id/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/id/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/it
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/it/LC_MESSAGES
copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/it/LC_MESSAGES
copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/it/LC_MESSAGES
copying build/lib/sphinx/locale/it/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/it/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ja
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ja/LC_MESSAGES
copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ja/LC_MESSAGES
copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ja/LC_MESSAGES
copying build/lib/sphinx/locale/ja/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ja/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ko
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ko/LC_MESSAGES
copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ko/LC_MESSAGES
copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ko/LC_MESSAGES
copying build/lib/sphinx/locale/ko/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ko/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lt
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lt/LC_MESSAGES
copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lt/LC_MESSAGES
copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lt/LC_MESSAGES
copying build/lib/sphinx/locale/lt/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lt/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lv
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lv/LC_MESSAGES
copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lv/LC_MESSAGES
copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lv/LC_MESSAGES
copying build/lib/sphinx/locale/lv/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/lv/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/mk
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/mk/LC_MESSAGES
copying build/lib/sphinx/locale/mk/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/mk/LC_MESSAGES
copying build/lib/sphinx/locale/mk/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/mk/LC_MESSAGES
copying build/lib/sphinx/locale/mk/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/mk/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nb_NO
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nb_NO/LC_MESSAGES
copying build/lib/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nb_NO/LC_MESSAGES
copying build/lib/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nb_NO/LC_MESSAGES
copying build/lib/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nb_NO/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ne
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ne/LC_MESSAGES
copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ne/LC_MESSAGES
copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ne/LC_MESSAGES
copying build/lib/sphinx/locale/ne/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ne/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nl
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nl/LC_MESSAGES
copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nl/LC_MESSAGES
copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nl/LC_MESSAGES
copying build/lib/sphinx/locale/nl/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/nl/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pl
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pl/LC_MESSAGES
copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pl/LC_MESSAGES
copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pl/LC_MESSAGES
copying build/lib/sphinx/locale/pl/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pl/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pt_BR
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pt_BR/LC_MESSAGES
copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pt_BR/LC_MESSAGES
copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pt_BR/LC_MESSAGES
copying build/lib/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/pt_BR/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ru
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ru/LC_MESSAGES
copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ru/LC_MESSAGES
copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ru/LC_MESSAGES
copying build/lib/sphinx/locale/ru/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/ru/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/si
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/si/LC_MESSAGES
copying build/lib/sphinx/locale/si/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/si/LC_MESSAGES
copying build/lib/sphinx/locale/si/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/si/LC_MESSAGES
copying build/lib/sphinx/locale/si/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/si/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sk
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sk/LC_MESSAGES
copying build/lib/sphinx/locale/sk/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sk/LC_MESSAGES
copying build/lib/sphinx/locale/sk/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sk/LC_MESSAGES
copying build/lib/sphinx/locale/sk/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sk/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sl
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sl/LC_MESSAGES
copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sl/LC_MESSAGES
copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sl/LC_MESSAGES
copying build/lib/sphinx/locale/sl/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sl/LC_MESSAGES
copying build/lib/sphinx/locale/sphinx.pot -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sv
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sv/LC_MESSAGES
copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sv/LC_MESSAGES
copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sv/LC_MESSAGES
copying build/lib/sphinx/locale/sv/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/sv/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/tr
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/tr/LC_MESSAGES
copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/tr/LC_MESSAGES
copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/tr/LC_MESSAGES
copying build/lib/sphinx/locale/tr/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/tr/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/uk_UA
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/uk_UA/LC_MESSAGES
copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/uk_UA/LC_MESSAGES
copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/uk_UA/LC_MESSAGES
copying build/lib/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/uk_UA/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_CN
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_CN/LC_MESSAGES
copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_CN/LC_MESSAGES
copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_CN/LC_MESSAGES
copying build/lib/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_CN/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_TW
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_TW/LC_MESSAGES
copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_TW/LC_MESSAGES
copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_TW/LC_MESSAGES
copying build/lib/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po -> build/bdist.macosx-10.11-x86_64/egg/sphinx/locale/zh_TW/LC_MESSAGES
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode
copying build/lib/sphinx/pycode/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode
copying build/lib/sphinx/pycode/Grammar.txt -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode
copying build/lib/sphinx/pycode/nodes.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/driver.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/grammar.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/literals.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/parse.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/pgen.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/token.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pycode/pgen2/tokenize.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2
copying build/lib/sphinx/pygments_styles.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/quickstart.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/roles.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/search
copying build/lib/sphinx/search/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/search
copying build/lib/sphinx/search/en.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/search
copying build/lib/sphinx/search/ja.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/search
copying build/lib/sphinx/setup_command.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
copying build/lib/sphinx/texinputs/fncychap.sty -> build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
copying build/lib/sphinx/texinputs/Makefile -> build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
copying build/lib/sphinx/texinputs/python.ist -> build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
copying build/lib/sphinx/texinputs/sphinx.sty -> build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
copying build/lib/sphinx/texinputs/sphinxhowto.cls -> build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
copying build/lib/sphinx/texinputs/sphinxmanual.cls -> build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
copying build/lib/sphinx/texinputs/tabulary.sty -> build/bdist.macosx-10.11-x86_64/egg/sphinx/texinputs
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/agogo
copying build/lib/sphinx/themes/agogo/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/agogo
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/agogo/static
copying build/lib/sphinx/themes/agogo/static/agogo.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/agogo/static
copying build/lib/sphinx/themes/agogo/static/bgfooter.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/agogo/static
copying build/lib/sphinx/themes/agogo/static/bgtop.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/agogo/static
copying build/lib/sphinx/themes/agogo/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/agogo
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/changes
copying build/lib/sphinx/themes/basic/changes/frameset.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/changes
copying build/lib/sphinx/themes/basic/changes/rstsource.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/changes
copying build/lib/sphinx/themes/basic/changes/versionchanges.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/changes
copying build/lib/sphinx/themes/basic/defindex.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/domainindex.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/genindex-single.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/genindex-split.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/genindex.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/globaltoc.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/localtoc.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/opensearch.xml -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/page.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/relations.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/search.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/searchbox.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/searchresults.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
copying build/lib/sphinx/themes/basic/sourcelink.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/ajax-loader.gif -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/basic.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/comment-bright.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/comment-close.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/comment.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/doctools.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/down-pressed.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/down.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/file.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/jquery.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/minus.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/plus.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/searchtools.js_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/underscore.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/up-pressed.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/up.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/static/websupport.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic/static
copying build/lib/sphinx/themes/basic/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/basic
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/default
copying build/lib/sphinx/themes/default/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/default
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/default/static
copying build/lib/sphinx/themes/default/static/default.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/default/static
copying build/lib/sphinx/themes/default/static/sidebar.js_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/default/static
copying build/lib/sphinx/themes/default/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/default
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/epub
copying build/lib/sphinx/themes/epub/epub-cover.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/epub
copying build/lib/sphinx/themes/epub/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/epub
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/epub/static
copying build/lib/sphinx/themes/epub/static/epub.css -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/epub/static
copying build/lib/sphinx/themes/epub/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/epub
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku
copying build/lib/sphinx/themes/haiku/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku/static
copying build/lib/sphinx/themes/haiku/static/alert_info_32.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku/static
copying build/lib/sphinx/themes/haiku/static/alert_warning_32.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku/static
copying build/lib/sphinx/themes/haiku/static/bg-page.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku/static
copying build/lib/sphinx/themes/haiku/static/bullet_orange.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku/static
copying build/lib/sphinx/themes/haiku/static/haiku.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku/static
copying build/lib/sphinx/themes/haiku/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/haiku
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/nature
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/nature/static
copying build/lib/sphinx/themes/nature/static/nature.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/nature/static
copying build/lib/sphinx/themes/nature/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/nature
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid
copying build/lib/sphinx/themes/pyramid/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/dialog-note.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/dialog-seealso.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/dialog-todo.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/dialog-topic.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/dialog-warning.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/epub.css -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/footerbg.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/headerbg.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/ie6.css -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/middlebg.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/pyramid.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/static/transparent.gif -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid/static
copying build/lib/sphinx/themes/pyramid/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/pyramid
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/artwork
copying build/lib/sphinx/themes/scrolls/artwork/logo.svg -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/artwork
copying build/lib/sphinx/themes/scrolls/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/darkmetal.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/headerbg.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/logo.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/metal.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/navigation.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/print.css -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/scrolls.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/theme_extras.js -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/watermark.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/static/watermark_blur.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls/static
copying build/lib/sphinx/themes/scrolls/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/scrolls
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/sphinxdoc
copying build/lib/sphinx/themes/sphinxdoc/layout.html -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/sphinxdoc
[ 82%] Building CXX object CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/sphinxdoc/static
copying build/lib/sphinx/themes/sphinxdoc/static/contents.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/sphinxdoc/static
copying build/lib/sphinx/themes/sphinxdoc/static/navigation.png -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/sphinxdoc/static
copying build/lib/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/sphinxdoc/static
copying build/lib/sphinx/themes/sphinxdoc/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/sphinxdoc
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/traditional
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/traditional/static
copying build/lib/sphinx/themes/traditional/static/traditional.css_t -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/traditional/static
copying build/lib/sphinx/themes/traditional/theme.conf -> build/bdist.macosx-10.11-x86_64/egg/sphinx/themes/traditional
copying build/lib/sphinx/theming.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
copying build/lib/sphinx/transforms.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/compat.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/console.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/docfields.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/docstrings.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/inspect.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/jsdump.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/jsonimpl.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/matching.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/nodes.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/osutil.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/png.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/pycompat.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/smartypants.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/stemmer.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/tags.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/texescape.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/util/websupport.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/util
copying build/lib/sphinx/versioning.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport
copying build/lib/sphinx/websupport/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport
copying build/lib/sphinx/websupport/errors.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search
copying build/lib/sphinx/websupport/search/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search
copying build/lib/sphinx/websupport/search/nullsearch.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search
copying build/lib/sphinx/websupport/search/whooshsearch.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search
copying build/lib/sphinx/websupport/search/xapiansearch.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage
copying build/lib/sphinx/websupport/storage/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage
copying build/lib/sphinx/websupport/storage/differ.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage
copying build/lib/sphinx/websupport/storage/sqlalchemy_db.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage
copying build/lib/sphinx/websupport/storage/sqlalchemystorage.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage
creating build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/__init__.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/html.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/latex.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/manpage.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/texinfo.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/text.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/websupport.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
copying build/lib/sphinx/writers/xml.py -> build/bdist.macosx-10.11-x86_64/egg/sphinx/writers
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/addnodes.py to addnodes.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/apidoc.py to apidoc.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/application.py to application.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/changes.py to changes.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/devhelp.py to devhelp.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/epub.py to epub.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/gettext.py to gettext.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/html.py to html.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/htmlhelp.py to htmlhelp.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/latex.py to latex.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/linkcheck.py to linkcheck.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/manpage.py to manpage.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/qthelp.py to qthelp.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/texinfo.py to texinfo.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/text.py to text.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/websupport.py to websupport.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/builders/xml.py to xml.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/cmdline.py to cmdline.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/config.py to config.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/directives/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/directives/code.py to code.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/directives/other.py to other.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/domains/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/domains/c.py to c.pyc
[ 85%] Building CXX object CMakeFiles/yaml-cpp.dir/src/stream.cpp.o
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/domains/cpp.py to cpp.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/domains/javascript.py to javascript.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/domains/python.py to python.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/domains/rst.py to rst.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/domains/std.py to std.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/environment.py to environment.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/errors.py to errors.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autodoc.py to autodoc.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/autosummary/generate.py to generate.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/coverage.py to coverage.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/doctest.py to doctest.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/extlinks.py to extlinks.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/graphviz.py to graphviz.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/ifconfig.py to ifconfig.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/inheritance_diagram.py to inheritance_diagram.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/intersphinx.py to intersphinx.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/jsmath.py to jsmath.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/linkcode.py to linkcode.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/mathbase.py to mathbase.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/mathjax.py to mathjax.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/oldcmarkup.py to oldcmarkup.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/pngmath.py to pngmath.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/refcounting.py to refcounting.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/todo.py to todo.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/ext/viewcode.py to viewcode.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/highlighting.py to highlighting.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/jinja2glue.py to jinja2glue.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/nodes.py to nodes.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/driver.py to driver.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/grammar.py to grammar.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/literals.py to literals.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/parse.py to parse.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/pgen.py to pgen.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/token.py to token.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pycode/pgen2/tokenize.py to tokenize.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/pygments_styles.py to pygments_styles.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/quickstart.py to quickstart.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/roles.py to roles.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/search/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/search/en.py to en.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/search/ja.py to ja.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/setup_command.py to setup_command.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/theming.py to theming.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/transforms.py to transforms.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/compat.py to compat.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/console.py to console.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/docfields.py to docfields.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/docstrings.py to docstrings.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/inspect.py to inspect.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/jsdump.py to jsdump.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/jsonimpl.py to jsonimpl.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/matching.py to matching.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/nodes.py to nodes.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/osutil.py to osutil.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/png.py to png.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/pycompat.py to pycompat.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/smartypants.py to smartypants.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/stemmer.py to stemmer.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/tags.py to tags.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/texescape.py to texescape.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/util/websupport.py to websupport.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/versioning.py to versioning.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/errors.py to errors.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search/nullsearch.py to nullsearch.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search/whooshsearch.py to whooshsearch.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/search/xapiansearch.py to xapiansearch.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage/differ.py to differ.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage/sqlalchemy_db.py to sqlalchemy_db.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/websupport/storage/sqlalchemystorage.py to sqlalchemystorage.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/html.py to html.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/latex.py to latex.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/manpage.py to manpage.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/texinfo.py to texinfo.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/text.py to text.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/websupport.py to websupport.pyc
byte-compiling build/bdist.macosx-10.11-x86_64/egg/sphinx/writers/xml.py to xml.pyc
creating build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Sphinx.egg-info/PKG-INFO -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Sphinx.egg-info/SOURCES.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Sphinx.egg-info/dependency_links.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Sphinx.egg-info/entry_points.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Sphinx.egg-info/not-zip-safe -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Sphinx.egg-info/requires.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
copying Sphinx.egg-info/top_level.txt -> build/bdist.macosx-10.11-x86_64/egg/EGG-INFO
creating dist
creating 'dist/Sphinx-1.2b3-py2.7.egg' and adding 'build/bdist.macosx-10.11-x86_64/egg' to it
[ 89%] Building CXX object CMakeFiles/yaml-cpp.dir/src/tag.cpp.o
[ 92%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o
[ 96%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o
removing 'build/bdist.macosx-10.11-x86_64/egg' (and everything under it)
Processing Sphinx-1.2b3-py2.7.egg
creating /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Sphinx-1.2b3-py2.7.egg
Extracting Sphinx-1.2b3-py2.7.egg to /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages
[100%] Linking CXX static library libyaml-cpp.a
[100%] Built target yaml-cpp
[ 25%] Performing install step for 'YAML_CPP_LOCAL'
Adding Sphinx 1.2b3 to easy-install.pth file
Installing sphinx-apidoc script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Installing sphinx-build script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Installing sphinx-quickstart script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Installing sphinx-autogen script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Installed /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Sphinx-1.2b3-py2.7.egg
Processing dependencies for Sphinx==1.2b3
Searching for Jinja2==2.7.1
Best match: Jinja2 2.7.1
Processing Jinja2-2.7.1-py2.7.egg
Jinja2 2.7.1 is already the active version in easy-install.pth
Using /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Jinja2-2.7.1-py2.7.egg
Searching for docutils==0.11
Best match: docutils 0.11
Adding docutils 0.11 to easy-install.pth file
Using /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages
Searching for Pygments==1.6
Best match: Pygments 1.6
Processing Pygments-1.6-py2.7.egg
Adding Pygments 1.6 to easy-install.pth file
Installing pygmentize script to /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/bin
Using /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/Pygments-1.6-py2.7.egg
Searching for MarkupSafe==0.23
Best match: MarkupSafe 0.23
Processing MarkupSafe-0.23-py2.7-macosx-10.11-x86_64.egg
MarkupSafe 0.23 is already the active version in easy-install.pth
Using /private/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/python2.7/site-packages/MarkupSafe-0.23-py2.7-macosx-10.11-x86_64.egg
Finished processing dependencies for Sphinx==1.2b3
[ 25%] Completed 'Sphinx'
[100%] Built target yaml-cpp
Install the project...
-- Install configuration: ""
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/libyaml-cpp.a
[ 25%] Built target Sphinx
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/aliasmanager.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/anchor.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/binary.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/contrib
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/contrib/anchordict.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/contrib/graphbuilder.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/conversion.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/dll.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/emitfromevents.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/emitter.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/emittermanip.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/eventhandler.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/exceptions.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/iterator.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/ltnode.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/mark.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/node.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/nodeimpl.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/nodereadimpl.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/nodeutil.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/noncopyable.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/null.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/ostream.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/parser.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/stlemitter.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/stlnode.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/traits.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include/yaml-cpp/yaml.h
-- Installing: /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/lib/pkgconfig/yaml-cpp.pc
[ 25%] Completed 'YAML_CPP_LOCAL'
[ 25%] Built target YAML_CPP_LOCAL
Scanning dependencies of target OpenColorIO_STATIC
Scanning dependencies of target OpenColorIO
[ 26%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/AllocationOp.cpp.o
[ 26%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/AllocationTransform.cpp.o
[ 28%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/CDLTransform.cpp.o
[ 28%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Baker.cpp.o
[ 28%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/AllocationOp.cpp.o
[ 29%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Baker.cpp.o
[ 29%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/AllocationTransform.cpp.o
[ 30%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Caching.cpp.o
[ 30%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ColorSpace.cpp.o
[ 30%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/CDLTransform.cpp.o
[ 30%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Caching.cpp.o
[ 31%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ColorSpace.cpp.o
[ 31%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ColorSpaceTransform.cpp.o
[ 31%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ColorSpaceTransform.cpp.o
[ 32%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Config.cpp.o
[ 32%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Context.cpp.o
[ 33%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Config.cpp.o
[ 34%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/DisplayTransform.cpp.o
[ 34%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Context.cpp.o
[ 34%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Exception.cpp.o
[ 35%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/DisplayTransform.cpp.o
[ 35%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Exception.cpp.o
[ 36%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ExponentOps.cpp.o
[ 36%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ExponentTransform.cpp.o
[ 36%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ExponentOps.cpp.o
[ 37%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ExponentTransform.cpp.o
[ 37%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormat3DL.cpp.o
[ 38%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCC.cpp.o
[ 38%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormat3DL.cpp.o
[ 39%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatCC.cpp.o
[ 39%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCCC.cpp.o
[ 40%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCSP.cpp.o
[ 40%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatCCC.cpp.o
[ 40%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatHDL.cpp.o
[ 41%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatCSP.cpp.o
[ 41%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatHDL.cpp.o
[ 41%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasCube.cpp.o
[ 41%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatIridasCube.cpp.o
[ 42%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasItx.cpp.o
[ 43%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatIridasItx.cpp.o
[ 43%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatIridasLook.cpp.o
[ 43%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasLook.cpp.o
[ 44%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatPandora.cpp.o
[ 44%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpi1D.cpp.o
[ 45%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpi3D.cpp.o
[ 46%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatPandora.cpp.o
[ 46%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpiMtx.cpp.o
[ 46%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatTruelight.cpp.o
[ 47%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileFormatVF.cpp.o
[ 47%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatSpi1D.cpp.o
[ 48%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatSpi3D.cpp.o
[ 48%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatSpiMtx.cpp.o
[ 48%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatTruelight.cpp.o
[ 49%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileFormatVF.cpp.o
[ 49%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/FileTransform.cpp.o
[ 49%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/FileTransform.cpp.o
[ 50%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/GpuShaderDesc.cpp.o
[ 51%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/GpuShaderDesc.cpp.o
[ 51%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/GpuShaderUtils.cpp.o
[ 52%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/GroupTransform.cpp.o
[ 52%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/HashUtils.cpp.o
[ 52%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ImageDesc.cpp.o
[ 52%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/GpuShaderUtils.cpp.o
[ 53%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ImagePacking.cpp.o
[ 54%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/GroupTransform.cpp.o
[ 54%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/HashUtils.cpp.o
[ 54%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ImageDesc.cpp.o
[ 55%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ImagePacking.cpp.o
[ 55%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/LogOps.cpp.o
[ 55%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/LogOps.cpp.o
[ 56%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/LogTransform.cpp.o
[ 56%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Logging.cpp.o
[ 57%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Look.cpp.o
[ 57%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/LookParse.cpp.o
[ 57%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/LookTransform.cpp.o
[ 58%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Lut1DOp.cpp.o
[ 59%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/LogTransform.cpp.o
[ 59%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Logging.cpp.o
[ 60%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Look.cpp.o
[ 60%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Lut3DOp.cpp.o
[ 60%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/LookParse.cpp.o
[ 60%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/LookTransform.cpp.o
[ 61%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/MathUtils.cpp.o
[ 61%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/MatrixOps.cpp.o
[ 62%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/MatrixTransform.cpp.o
[ 63%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Lut1DOp.cpp.o
[ 63%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/NoOps.cpp.o
[ 63%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Lut3DOp.cpp.o
[ 64%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/MathUtils.cpp.o
[ 64%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/MatrixOps.cpp.o
[ 64%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/OCIOYaml.cpp.o
[ 64%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/MatrixTransform.cpp.o
[ 65%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/NoOps.cpp.o
[ 66%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Op.cpp.o
[ 66%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/OCIOYaml.cpp.o
[ 66%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/OpOptimizers.cpp.o
[ 67%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ParseUtils.cpp.o
[ 67%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/PathUtils.cpp.o
[ 68%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Processor.cpp.o
[ 69%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Op.cpp.o
[ 69%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/ScanlineHelper.cpp.o
[ 69%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/OpOptimizers.cpp.o
[ 70%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ParseUtils.cpp.o
[ 70%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/Transform.cpp.o
[ 70%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/PathUtils.cpp.o
[ 70%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Processor.cpp.o
[ 71%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/ScanlineHelper.cpp.o
[ 72%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/TruelightOp.cpp.o
[ 72%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/Transform.cpp.o
[ 73%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/TruelightOp.cpp.o
[ 73%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/TruelightTransform.cpp.o
[ 74%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/md5/md5.cpp.o
[ 74%] Building CXX object src/core/CMakeFiles/OpenColorIO_STATIC.dir/pystring/pystring.cpp.o
[ 74%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/TruelightTransform.cpp.o
[ 75%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/UnitTest.cpp.o
[ 75%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/md5/md5.cpp.o
[ 75%] Building CXX object src/core/CMakeFiles/OpenColorIO.dir/pystring/pystring.cpp.o
[ 76%] Linking CXX static library libOpenColorIO.a
[ 76%] Built target OpenColorIO_STATIC
[ 76%] Compiling .java files, packaged .jar and creating jni C headers
[ 77%] Linking CXX shared library libOpenColorIO.dylib
[ 77%] Built target OpenColorIO
[ 77%] Creating PyDoc.h
Scanning dependencies of target ociocheck
Scanning dependencies of target ociobakelut
[ 77%] Building CXX object src/apps/ociocheck/CMakeFiles/ociocheck.dir/__/share/pystring.cpp.o
[ 78%] Building CXX object src/apps/ociocheck/CMakeFiles/ociocheck.dir/main.cpp.o
[ 78%] Building CXX object src/apps/ociobakelut/CMakeFiles/ociobakelut.dir/__/share/pystring.cpp.o
[ 79%] Building CXX object src/apps/ociocheck/CMakeFiles/ociocheck.dir/__/share/strutil.cpp.o
[ 79%] Building CXX object src/apps/ociocheck/CMakeFiles/ociocheck.dir/__/share/argparse.cpp.o
[ 79%] Building CXX object src/apps/ociobakelut/CMakeFiles/ociobakelut.dir/__/share/argparse.cpp.o
Scanning dependencies of target PyOpenColorIO
[ 80%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyAllocationTransform.cpp.o
/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/jniglue/org/OpenColorIO/Context.java:50: error: cannot find symbol
public native void setEnvironmentMode(EnvironmentMode mode);
^
symbol: class EnvironmentMode
location: class Context
/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/jniglue/org/OpenColorIO/Context.java:51: error: cannot find symbol
public native EnvironmentMode getEnvironmentMode();
^
symbol: class EnvironmentMode
location: class Context
/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/jniglue/org/OpenColorIO/Globals.java:63: error: cannot find symbol
public native String EnvironmentModeToString(EnvironmentMode mode);
^
symbol: class EnvironmentMode
location: class Globals
3 errors
make[2]: *** [src/jniglue/org_OpenColorIO_ExceptionBase.h] Error 1
make[1]: *** [src/jniglue/CMakeFiles/OpenColorIO-JNI.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 81%] Building CXX object src/apps/ociobakelut/CMakeFiles/ociobakelut.dir/__/share/strutil.cpp.o
[ 81%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyBaker.cpp.o
[ 81%] Building CXX object src/apps/ociobakelut/CMakeFiles/ociobakelut.dir/main.cpp.o
[ 82%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyCDLTransform.cpp.o
[ 83%] Building CXX object src/apps/ociobakelut/CMakeFiles/ociobakelut.dir/ocioicc.cpp.o
[ 83%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyColorSpace.cpp.o
[ 83%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyColorSpaceTransform.cpp.o
[ 84%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyConfig.cpp.o
[ 84%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyConstants.cpp.o
[ 84%] Linking CXX executable ociocheck
[ 85%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyContext.cpp.o
[ 85%] Built target ociocheck
[ 85%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyDisplayTransform.cpp.o
[ 86%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyExponentTransform.cpp.o
[ 86%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyFileTransform.cpp.o
[ 86%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyGpuShaderDesc.cpp.o
[ 87%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyGroupTransform.cpp.o
[ 87%] Linking CXX executable ociobakelut
[ 87%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyLogTransform.cpp.o
[ 87%] Built target ociobakelut
[ 88%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyLook.cpp.o
[ 88%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyLookTransform.cpp.o
[ 89%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyMain.cpp.o
[ 89%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyMatrixTransform.cpp.o
[ 89%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyProcessor.cpp.o
[ 90%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyProcessorMetadata.cpp.o
[ 90%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyTransform.cpp.o
[ 91%] Building CXX object src/pyglue/CMakeFiles/PyOpenColorIO.dir/PyUtil.cpp.o
[ 91%] Linking CXX shared module PyOpenColorIO.so
[ 91%] Built target PyOpenColorIO
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: f6dad377b63946d403df7ed755fb14426a33df31
Last commit: 8 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: c6840b1b95e50d0e4495302d6098bc719864710a
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
GCC-4.2: build 0
Clang: 7.3 build 703
Git: 2.7.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Perl: /usr/bin/perl
Python: /usr/local/opt/python/bin/python => /usr/local/Cellar/python/2.7.12/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_92, 1.7.0_79
OS X: 10.11.5-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/little-cms2/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: CMakeCCompilerId.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: CMakeCCompilerId.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_46021.dir/testCCompiler.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_46021.dir/testCCompiler.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bbe14.dir/testCCompiler.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bbe14.dir/testCCompiler.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bbe14.dir/testCCompiler.c.o -o cmTC_bbe14
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bbe14.dir/testCCompiler.c.o -o cmTC_bbe14 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_46021.dir/testCCompiler.c.o -o cmTC_46021
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_46021.dir/testCCompiler.c.o -o cmTC_46021 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_11a2b.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_11a2b.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_aec06.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_aec06.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_11a2b.dir/CMakeCCompilerABI.c.o -o cmTC_11a2b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_11a2b.dir/CMakeCCompilerABI.c.o -o cmTC_11a2b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_aec06.dir/CMakeCCompilerABI.c.o -o cmTC_aec06
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_aec06.dir/CMakeCCompilerABI.c.o -o cmTC_aec06 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_a6351.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_a6351.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_4f425.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_4f425.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6351.dir/feature_tests.c.o -o cmTC_a6351
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6351.dir/feature_tests.c.o -o cmTC_a6351 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f425.dir/feature_tests.c.o -o cmTC_4f425
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f425.dir/feature_tests.c.o -o cmTC_4f425 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_bdc94.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_bdc94.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_383f1.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_383f1.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_383f1.dir/feature_tests.c.o -o cmTC_383f1
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_383f1.dir/feature_tests.c.o -o cmTC_383f1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bdc94.dir/feature_tests.c.o -o cmTC_bdc94
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bdc94.dir/feature_tests.c.o -o cmTC_bdc94 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_660f7.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_660f7.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_0d735.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_0d735.dir/feature_tests.c.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0d735.dir/feature_tests.c.o -o cmTC_0d735
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0d735.dir/feature_tests.c.o -o cmTC_0d735 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_660f7.dir/feature_tests.c.o -o cmTC_660f7
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_660f7.dir/feature_tests.c.o -o cmTC_660f7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e709f.dir/testCXXCompiler.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e709f.dir/testCXXCompiler.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e4959.dir/testCXXCompiler.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e4959.dir/testCXXCompiler.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e709f.dir/testCXXCompiler.cxx.o -o cmTC_e709f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e709f.dir/testCXXCompiler.cxx.o -o cmTC_e709f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4959.dir/testCXXCompiler.cxx.o -o cmTC_e4959
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4959.dir/testCXXCompiler.cxx.o -o cmTC_e4959 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8ab8f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8ab8f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3aaa1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_3aaa1.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.0_1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3aaa1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3aaa1
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3aaa1.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3aaa1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_8ab8f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_8ab8f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_8ab8f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_8ab8f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_645c2.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_645c2.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_e8265.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_e8265.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_645c2.dir/feature_tests.cxx.o -o cmTC_645c2
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_645c2.dir/feature_tests.cxx.o -o cmTC_645c2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e8265.dir/feature_tests.cxx.o -o cmTC_e8265
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e8265.dir/feature_tests.cxx.o -o cmTC_e8265 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_da6d8.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_da6d8.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_a83f9.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_a83f9.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da6d8.dir/feature_tests.cxx.o -o cmTC_da6d8
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da6d8.dir/feature_tests.cxx.o -o cmTC_da6d8 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a83f9.dir/feature_tests.cxx.o -o cmTC_a83f9
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a83f9.dir/feature_tests.cxx.o -o cmTC_a83f9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_5b957.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_5b957.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/yaml-cpp/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_3ae48.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_3ae48.dir/feature_tests.cxx.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/build/tinyxml/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b957.dir/feature_tests.cxx.o -o cmTC_5b957
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b957.dir/feature_tests.cxx.o -o cmTC_5b957 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ae48.dir/feature_tests.cxx.o -o cmTC_3ae48
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3ae48.dir/feature_tests.cxx.o -o cmTC_3ae48 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/tcl-tk/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c markupsafe/_speedups.c -o build/temp.macosx-10.11-x86_64-2.7/markupsafe/_speedups.o
superenv removed: -g -O2 -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
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/opt/tcl-tk/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c markupsafe/_speedups.c -o build/temp.macosx-10.11-x86_64-2.7/markupsafe/_speedups.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -bundle -undefined dynamic_lookup -L/usr/local/opt/tcl-tk/lib build/temp.macosx-10.11-x86_64-2.7/markupsafe/_speedups.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/tcl-tk/lib -o build/lib.macosx-10.11-x86_64-2.7/markupsafe/_speedups.so
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -L/usr/local/opt/tcl-tk/lib build/temp.macosx-10.11-x86_64-2.7/markupsafe/_speedups.o -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.11-x86_64-2.7/markupsafe/_speedups.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/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 -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinyxmlerror.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinyxmlerror.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinyxmlerror.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinyxmlerror.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinyxmlparser.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinyxmlparser.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinyxmlparser.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinyxmlparser.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinyxml.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinyxml.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinyxml.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinyxml.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinystr.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinystr.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -DTIXML_USE_STL -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/tinyxml.dir/tinystr.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/tinyxml-prefix/src/tinyxml/tinystr.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/aliasmanager.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/aliasmanager.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/aliasmanager.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/aliasmanager.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/conversion.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/conversion.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/conversion.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/conversion.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/binary.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/binary.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/binary.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/binary.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/directives.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/directives.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/directives.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/directives.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitfromevents.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitfromevents.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitter.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitterstate.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitterstate.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitterutils.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/emitterutils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/exp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/exp.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/exp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/exp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/iterator.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/iterator.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/iterator.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/iterator.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/node.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/node.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/node.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/node.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/nodebuilder.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/nodebuilder.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/nodeownership.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/nodeownership.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/nodeownership.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/nodeownership.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/null.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/null.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/null.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/null.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/ostream.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/ostream.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/ostream.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/ostream.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/parser.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/parser.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/parser.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/parser.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/regex.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/regex.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/regex.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/regex.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scanner.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scanner.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scanscalar.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scanscalar.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scantag.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scantag.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scantoken.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/scantoken.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/simplekey.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/simplekey.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/singledocparser.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/singledocparser.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/stream.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/stream.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/stream.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/stream.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/tag.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/tag.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/tag.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/tag.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/contrib/graphbuilder.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/contrib/graphbuilder.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/contrib/graphbuilderadapter.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src -mmacosx-version-min=10.11 -fPIC -fvisibility-inlines-hidden -fvisibility=hidden -o CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/YAML_CPP_LOCAL-prefix/src/YAML_CPP_LOCAL/src/contrib/graphbuilderadapter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/AllocationTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/AllocationTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/AllocationOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/AllocationOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Baker.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Baker.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Baker.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Baker.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/AllocationTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/AllocationTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Caching.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Caching.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Caching.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Caching.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/AllocationOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/AllocationOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/AllocationOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Baker.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Baker.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Baker.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Baker.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/CDLTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/CDLTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/CDLTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/CDLTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ColorSpace.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpace.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ColorSpace.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpace.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/CDLTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/CDLTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/CDLTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/CDLTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Caching.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Caching.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Caching.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Caching.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ColorSpace.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpace.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ColorSpace.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpace.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ColorSpaceTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpaceTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ColorSpaceTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpaceTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ColorSpaceTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpaceTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ColorSpaceTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ColorSpaceTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Config.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Config.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Config.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Config.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Context.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Context.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Context.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Context.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Config.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Config.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Config.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Config.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/DisplayTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/DisplayTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/DisplayTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/DisplayTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Context.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Context.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Context.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Context.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Exception.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Exception.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Exception.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Exception.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/DisplayTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/DisplayTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/DisplayTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/DisplayTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Exception.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Exception.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Exception.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Exception.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ExponentOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ExponentOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ExponentTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ExponentTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ExponentOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ExponentOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ExponentTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ExponentTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ExponentTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormat3DL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormat3DL.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormat3DL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormat3DL.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCC.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCC.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormat3DL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormat3DL.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormat3DL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormat3DL.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCC.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCC.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCCC.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCCC.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCSP.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCSP.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatCSP.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCSP.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatCCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCCC.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatCCC.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCCC.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatHDL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatHDL.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatHDL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatHDL.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatCSP.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCSP.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatCSP.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatCSP.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatHDL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatHDL.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatHDL.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatHDL.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasCube.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasCube.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasCube.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasCube.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatIridasCube.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasCube.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatIridasCube.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasCube.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasItx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasItx.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasItx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasItx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatIridasItx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasItx.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatIridasItx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasItx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatIridasLook.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasLook.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatIridasLook.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasLook.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasLook.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasLook.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatIridasLook.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatIridasLook.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatPandora.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatPandora.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatPandora.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatPandora.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpi1D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi1D.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpi1D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi1D.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpi3D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi3D.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpi3D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi3D.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatPandora.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatPandora.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatPandora.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatPandora.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpiMtx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpiMtx.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatSpiMtx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpiMtx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatTruelight.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatTruelight.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatTruelight.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatTruelight.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatVF.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatVF.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileFormatVF.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatVF.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatSpi1D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi1D.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatSpi1D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi1D.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatSpi3D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi3D.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatSpi3D.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpi3D.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatSpiMtx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpiMtx.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatSpiMtx.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatSpiMtx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatTruelight.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatTruelight.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatTruelight.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatTruelight.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/FileTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatVF.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatVF.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileFormatVF.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileFormatVF.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/FileTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/FileTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/GpuShaderDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderDesc.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/GpuShaderDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderDesc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/GpuShaderDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderDesc.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/GpuShaderDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderDesc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/GpuShaderUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/GpuShaderUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/GroupTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GroupTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/GroupTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GroupTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/HashUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/HashUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/HashUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/HashUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ImageDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImageDesc.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ImageDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImageDesc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/GpuShaderUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/GpuShaderUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GpuShaderUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ImagePacking.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImagePacking.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ImagePacking.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImagePacking.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/GroupTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GroupTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/GroupTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/GroupTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/HashUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/HashUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/HashUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/HashUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ImageDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImageDesc.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ImageDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImageDesc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ImagePacking.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImagePacking.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ImagePacking.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ImagePacking.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LogOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LogOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LogOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LogOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LogTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LogTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Logging.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Logging.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Logging.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Logging.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Look.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Look.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Look.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Look.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LookParse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookParse.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LookParse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookParse.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LookTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/LookTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Lut1DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut1DOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Lut1DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut1DOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LogTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LogTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LogTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Logging.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Logging.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Logging.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Logging.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Look.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Look.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Look.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Look.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Lut3DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut3DOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Lut3DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut3DOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LookParse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookParse.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LookParse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookParse.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LookTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/LookTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/LookTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/MathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MathUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/MathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MathUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/MatrixOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/MatrixOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/MatrixTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/MatrixTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Lut1DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut1DOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Lut1DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut1DOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/NoOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/NoOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/NoOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/NoOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Lut3DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut3DOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Lut3DOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Lut3DOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/MathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MathUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/MathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MathUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/MatrixOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/MatrixOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/OCIOYaml.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OCIOYaml.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/OCIOYaml.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OCIOYaml.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/MatrixTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/MatrixTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/MatrixTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/NoOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/NoOps.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/NoOps.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/NoOps.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Op.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Op.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Op.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Op.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/OCIOYaml.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OCIOYaml.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/OCIOYaml.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OCIOYaml.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/OpOptimizers.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OpOptimizers.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/OpOptimizers.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OpOptimizers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ParseUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ParseUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ParseUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ParseUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/PathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/PathUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/PathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/PathUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Processor.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Processor.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Processor.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Processor.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Op.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Op.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Op.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Op.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ScanlineHelper.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ScanlineHelper.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/ScanlineHelper.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ScanlineHelper.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/OpOptimizers.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OpOptimizers.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/OpOptimizers.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/OpOptimizers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ParseUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ParseUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ParseUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ParseUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Transform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Transform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/Transform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Transform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/PathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/PathUtils.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/PathUtils.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/PathUtils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Processor.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Processor.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Processor.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Processor.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ScanlineHelper.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ScanlineHelper.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/ScanlineHelper.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/ScanlineHelper.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/TruelightOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/TruelightOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Transform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Transform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/Transform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/Transform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/TruelightOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightOp.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/TruelightOp.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightOp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/TruelightTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/TruelightTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/md5/md5.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/md5/md5.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/md5/md5.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/md5/md5.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/pystring/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/pystring/pystring.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -DTIXML_USE_STL -o CMakeFiles/OpenColorIO_STATIC.dir/pystring/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/pystring/pystring.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/TruelightTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/TruelightTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/TruelightTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/UnitTest.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/UnitTest.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/UnitTest.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/UnitTest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/md5/md5.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/md5/md5.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/md5/md5.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/md5/md5.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/pystring/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/pystring/pystring.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DOpenColorIO_EXPORTS -DUSE_SSE -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/ext/dist/include -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/ext/oiio/src/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -fPIC -DTIXML_USE_STL -o CMakeFiles/OpenColorIO.dir/pystring/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/core/pystring/pystring.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 1.0.0 -current_version 1.0.9 -o libOpenColorIO.1.0.9.dylib -install_name /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/core/libOpenColorIO.1.dylib CMakeFiles/OpenColorIO.dir/AllocationOp.cpp.o CMakeFiles/OpenColorIO.dir/AllocationTransform.cpp.o CMakeFiles/OpenColorIO.dir/Baker.cpp.o CMakeFiles/OpenColorIO.dir/CDLTransform.cpp.o CMakeFiles/OpenColorIO.dir/Caching.cpp.o CMakeFiles/OpenColorIO.dir/ColorSpace.cpp.o CMakeFiles/OpenColorIO.dir/ColorSpaceTransform.cpp.o CMakeFiles/OpenColorIO.dir/Config.cpp.o CMakeFiles/OpenColorIO.dir/Context.cpp.o CMakeFiles/OpenColorIO.dir/DisplayTransform.cpp.o CMakeFiles/OpenColorIO.dir/Exception.cpp.o CMakeFiles/OpenColorIO.dir/ExponentOps.cpp.o CMakeFiles/OpenColorIO.dir/ExponentTransform.cpp.o CMakeFiles/OpenColorIO.dir/FileFormat3DL.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatCC.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatCCC.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatCSP.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatHDL.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatIridasCube.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatIridasItx.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatIridasLook.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatPandora.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatSpi1D.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatSpi3D.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatSpiMtx.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatTruelight.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatVF.cpp.o CMakeFiles/OpenColorIO.dir/FileTransform.cpp.o CMakeFiles/OpenColorIO.dir/GpuShaderDesc.cpp.o CMakeFiles/OpenColorIO.dir/GpuShaderUtils.cpp.o CMakeFiles/OpenColorIO.dir/GroupTransform.cpp.o CMakeFiles/OpenColorIO.dir/HashUtils.cpp.o CMakeFiles/OpenColorIO.dir/ImageDesc.cpp.o CMakeFiles/OpenColorIO.dir/ImagePacking.cpp.o CMakeFiles/OpenColorIO.dir/LogOps.cpp.o CMakeFiles/OpenColorIO.dir/LogTransform.cpp.o CMakeFiles/OpenColorIO.dir/Logging.cpp.o CMakeFiles/OpenColorIO.dir/Look.cpp.o CMakeFiles/OpenColorIO.dir/LookParse.cpp.o CMakeFiles/OpenColorIO.dir/LookTransform.cpp.o CMakeFiles/OpenColorIO.dir/Lut1DOp.cpp.o CMakeFiles/OpenColorIO.dir/Lut3DOp.cpp.o CMakeFiles/OpenColorIO.dir/MathUtils.cpp.o CMakeFiles/OpenColorIO.dir/MatrixOps.cpp.o CMakeFiles/OpenColorIO.dir/MatrixTransform.cpp.o CMakeFiles/OpenColorIO.dir/NoOps.cpp.o CMakeFiles/OpenColorIO.dir/OCIOYaml.cpp.o CMakeFiles/OpenColorIO.dir/Op.cpp.o CMakeFiles/OpenColorIO.dir/OpOptimizers.cpp.o CMakeFiles/OpenColorIO.dir/ParseUtils.cpp.o CMakeFiles/OpenColorIO.dir/PathUtils.cpp.o CMakeFiles/OpenColorIO.dir/Processor.cpp.o CMakeFiles/OpenColorIO.dir/ScanlineHelper.cpp.o CMakeFiles/OpenColorIO.dir/Transform.cpp.o CMakeFiles/OpenColorIO.dir/TruelightOp.cpp.o CMakeFiles/OpenColorIO.dir/TruelightTransform.cpp.o CMakeFiles/OpenColorIO.dir/UnitTest.cpp.o CMakeFiles/OpenColorIO.dir/md5/md5.cpp.o CMakeFiles/OpenColorIO.dir/pystring/pystring.cpp.o ../../ext/dist/lib/libtinyxml.a ../../ext/dist/lib/libyaml-cpp.a
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -msse2 -DNDEBUG -mmacosx-version-min=10.11 -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 1.0.0 -current_version 1.0.9 -o libOpenColorIO.1.0.9.dylib -install_name /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/core/libOpenColorIO.1.dylib CMakeFiles/OpenColorIO.dir/AllocationOp.cpp.o CMakeFiles/OpenColorIO.dir/AllocationTransform.cpp.o CMakeFiles/OpenColorIO.dir/Baker.cpp.o CMakeFiles/OpenColorIO.dir/CDLTransform.cpp.o CMakeFiles/OpenColorIO.dir/Caching.cpp.o CMakeFiles/OpenColorIO.dir/ColorSpace.cpp.o CMakeFiles/OpenColorIO.dir/ColorSpaceTransform.cpp.o CMakeFiles/OpenColorIO.dir/Config.cpp.o CMakeFiles/OpenColorIO.dir/Context.cpp.o CMakeFiles/OpenColorIO.dir/DisplayTransform.cpp.o CMakeFiles/OpenColorIO.dir/Exception.cpp.o CMakeFiles/OpenColorIO.dir/ExponentOps.cpp.o CMakeFiles/OpenColorIO.dir/ExponentTransform.cpp.o CMakeFiles/OpenColorIO.dir/FileFormat3DL.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatCC.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatCCC.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatCSP.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatHDL.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatIridasCube.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatIridasItx.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatIridasLook.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatPandora.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatSpi1D.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatSpi3D.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatSpiMtx.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatTruelight.cpp.o CMakeFiles/OpenColorIO.dir/FileFormatVF.cpp.o CMakeFiles/OpenColorIO.dir/FileTransform.cpp.o CMakeFiles/OpenColorIO.dir/GpuShaderDesc.cpp.o CMakeFiles/OpenColorIO.dir/GpuShaderUtils.cpp.o CMakeFiles/OpenColorIO.dir/GroupTransform.cpp.o CMakeFiles/OpenColorIO.dir/HashUtils.cpp.o CMakeFiles/OpenColorIO.dir/ImageDesc.cpp.o CMakeFiles/OpenColorIO.dir/ImagePacking.cpp.o CMakeFiles/OpenColorIO.dir/LogOps.cpp.o CMakeFiles/OpenColorIO.dir/LogTransform.cpp.o CMakeFiles/OpenColorIO.dir/Logging.cpp.o CMakeFiles/OpenColorIO.dir/Look.cpp.o CMakeFiles/OpenColorIO.dir/LookParse.cpp.o CMakeFiles/OpenColorIO.dir/LookTransform.cpp.o CMakeFiles/OpenColorIO.dir/Lut1DOp.cpp.o CMakeFiles/OpenColorIO.dir/Lut3DOp.cpp.o CMakeFiles/OpenColorIO.dir/MathUtils.cpp.o CMakeFiles/OpenColorIO.dir/MatrixOps.cpp.o CMakeFiles/OpenColorIO.dir/MatrixTransform.cpp.o CMakeFiles/OpenColorIO.dir/NoOps.cpp.o CMakeFiles/OpenColorIO.dir/OCIOYaml.cpp.o CMakeFiles/OpenColorIO.dir/Op.cpp.o CMakeFiles/OpenColorIO.dir/OpOptimizers.cpp.o CMakeFiles/OpenColorIO.dir/ParseUtils.cpp.o CMakeFiles/OpenColorIO.dir/PathUtils.cpp.o CMakeFiles/OpenColorIO.dir/Processor.cpp.o CMakeFiles/OpenColorIO.dir/ScanlineHelper.cpp.o CMakeFiles/OpenColorIO.dir/Transform.cpp.o CMakeFiles/OpenColorIO.dir/TruelightOp.cpp.o CMakeFiles/OpenColorIO.dir/TruelightTransform.cpp.o CMakeFiles/OpenColorIO.dir/UnitTest.cpp.o CMakeFiles/OpenColorIO.dir/md5/md5.cpp.o CMakeFiles/OpenColorIO.dir/pystring/pystring.cpp.o ../../ext/dist/lib/libtinyxml.a ../../ext/dist/lib/libyaml-cpp.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/__/share/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/pystring.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/__/share/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/pystring.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/__/share/argparse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/argparse.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/__/share/argparse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/argparse.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/__/share/strutil.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/strutil.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/__/share/strutil.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/strutil.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/__/share/argparse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/argparse.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/__/share/argparse.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/argparse.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/__/share/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/pystring.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/__/share/pystring.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/pystring.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/main.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/ociocheck/main.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociocheck.dir/main.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/ociocheck/main.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyAllocationTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyAllocationTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyAllocationTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyAllocationTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/__/share/strutil.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/strutil.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/__/share/strutil.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share/strutil.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyBaker.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyBaker.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyBaker.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyBaker.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/main.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/ociobakelut/main.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/main.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/ociobakelut/main.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyCDLTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyCDLTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyCDLTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyCDLTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/ocioicc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/ociobakelut/ocioicc.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DUSE_SSE -I/System/Library/Frameworks -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/share -I/usr/local/Cellar/little-cms2/2.7/include -msse2 -DNDEBUG -mmacosx-version-min=10.11 -o CMakeFiles/ociobakelut.dir/ocioicc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/apps/ociobakelut/ocioicc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyColorSpace.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyColorSpace.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyColorSpace.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyColorSpace.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyColorSpaceTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyColorSpaceTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyColorSpaceTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyColorSpaceTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyConstants.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyConstants.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyConstants.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyConstants.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyConfig.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyConfig.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyConfig.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyConfig.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyContext.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyContext.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyContext.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyContext.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ociocheck.dir/main.cpp.o CMakeFiles/ociocheck.dir/__/share/argparse.cpp.o CMakeFiles/ociocheck.dir/__/share/pystring.cpp.o CMakeFiles/ociocheck.dir/__/share/strutil.cpp.o -o ociocheck ../../core/libOpenColorIO.1.0.9.dylib ../../../ext/dist/lib/libtinyxml.a ../../../ext/dist/lib/libyaml-cpp.a
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -msse2 -DNDEBUG -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ociocheck.dir/main.cpp.o CMakeFiles/ociocheck.dir/__/share/argparse.cpp.o CMakeFiles/ociocheck.dir/__/share/pystring.cpp.o CMakeFiles/ociocheck.dir/__/share/strutil.cpp.o -o ociocheck ../../core/libOpenColorIO.1.0.9.dylib ../../../ext/dist/lib/libtinyxml.a ../../../ext/dist/lib/libyaml-cpp.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyDisplayTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyDisplayTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyDisplayTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyDisplayTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyExponentTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyExponentTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyExponentTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyExponentTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyFileTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyFileTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyFileTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyFileTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyGpuShaderDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyGpuShaderDesc.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyGpuShaderDesc.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyGpuShaderDesc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyGroupTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyGroupTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyGroupTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyGroupTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -msse2 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ociobakelut.dir/__/share/argparse.cpp.o CMakeFiles/ociobakelut.dir/__/share/pystring.cpp.o CMakeFiles/ociobakelut.dir/__/share/strutil.cpp.o CMakeFiles/ociobakelut.dir/main.cpp.o CMakeFiles/ociobakelut.dir/ocioicc.cpp.o -o ociobakelut -L/usr/local/Cellar/little-cms2/2.7/lib -llcms2 ../../core/libOpenColorIO.1.0.9.dylib ../../../ext/dist/lib/libtinyxml.a ../../../ext/dist/lib/libyaml-cpp.a -Wl,-rpath,/usr/local/Cellar/little-cms2/2.7/lib
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -msse2 -DNDEBUG -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ociobakelut.dir/__/share/argparse.cpp.o CMakeFiles/ociobakelut.dir/__/share/pystring.cpp.o CMakeFiles/ociobakelut.dir/__/share/strutil.cpp.o CMakeFiles/ociobakelut.dir/main.cpp.o CMakeFiles/ociobakelut.dir/ocioicc.cpp.o -o ociobakelut -L/usr/local/Cellar/little-cms2/2.7/lib -llcms2 ../../core/libOpenColorIO.1.0.9.dylib ../../../ext/dist/lib/libtinyxml.a ../../../ext/dist/lib/libyaml-cpp.a -Wl,-rpath,/usr/local/Cellar/little-cms2/2.7/lib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyLogTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyLogTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyLogTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyLogTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyLook.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyLook.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyLook.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyLook.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyLookTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyLookTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyLookTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyLookTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyMain.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyMain.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyMain.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyMain.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyMatrixTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyMatrixTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyMatrixTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyMatrixTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyProcessor.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyProcessor.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyProcessor.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyProcessor.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyProcessorMetadata.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyProcessorMetadata.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyProcessorMetadata.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyProcessorMetadata.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyTransform.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyTransform.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyTransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyUtil.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyUtil.cpp
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DPyOpenColorIO_EXPORTS -DUSE_SSE -I/System/Library/Frameworks -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/export -I/tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/macbuild/src/pyglue -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/PyOpenColorIO.dir/PyUtil.cpp.o -c /tmp/opencolorio-20160714-8789-1dpmwpf/OpenColorIO-1.0.9/src/pyglue/PyUtil.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -msse2 -undefined dynamic_lookup -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -bundle -Wl,-headerpad_max_install_names -o PyOpenColorIO.so CMakeFiles/PyOpenColorIO.dir/PyAllocationTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyBaker.cpp.o CMakeFiles/PyOpenColorIO.dir/PyCDLTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyColorSpace.cpp.o CMakeFiles/PyOpenColorIO.dir/PyColorSpaceTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyConfig.cpp.o CMakeFiles/PyOpenColorIO.dir/PyConstants.cpp.o CMakeFiles/PyOpenColorIO.dir/PyContext.cpp.o CMakeFiles/PyOpenColorIO.dir/PyDisplayTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyExponentTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyFileTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyGpuShaderDesc.cpp.o CMakeFiles/PyOpenColorIO.dir/PyGroupTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyLogTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyLook.cpp.o CMakeFiles/PyOpenColorIO.dir/PyLookTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyMain.cpp.o CMakeFiles/PyOpenColorIO.dir/PyMatrixTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyProcessor.cpp.o CMakeFiles/PyOpenColorIO.dir/PyProcessorMetadata.cpp.o CMakeFiles/PyOpenColorIO.dir/PyTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyUtil.cpp.o ../core/libOpenColorIO.1.0.9.dylib ../../ext/dist/lib/libtinyxml.a ../../ext/dist/lib/libyaml-cpp.a
superenv removed: -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -msse2 -undefined dynamic_lookup -DNDEBUG -mmacosx-version-min=10.11 -bundle -Wl,-headerpad_max_install_names -o PyOpenColorIO.so CMakeFiles/PyOpenColorIO.dir/PyAllocationTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyBaker.cpp.o CMakeFiles/PyOpenColorIO.dir/PyCDLTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyColorSpace.cpp.o CMakeFiles/PyOpenColorIO.dir/PyColorSpaceTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyConfig.cpp.o CMakeFiles/PyOpenColorIO.dir/PyConstants.cpp.o CMakeFiles/PyOpenColorIO.dir/PyContext.cpp.o CMakeFiles/PyOpenColorIO.dir/PyDisplayTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyExponentTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyFileTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyGpuShaderDesc.cpp.o CMakeFiles/PyOpenColorIO.dir/PyGroupTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyLogTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyLook.cpp.o CMakeFiles/PyOpenColorIO.dir/PyLookTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyMain.cpp.o CMakeFiles/PyOpenColorIO.dir/PyMatrixTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyProcessor.cpp.o CMakeFiles/PyOpenColorIO.dir/PyProcessorMetadata.cpp.o CMakeFiles/PyOpenColorIO.dir/PyTransform.cpp.o CMakeFiles/PyOpenColorIO.dir/PyUtil.cpp.o ../core/libOpenColorIO.1.0.9.dylib ../../ext/dist/lib/libtinyxml.a ../../ext/dist/lib/libyaml-cpp.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment