Skip to content

Instantly share code, notes, and snippets.

@NikolausDemmel
Last active August 29, 2015 13:57
Show Gist options
  • Save NikolausDemmel/9392464 to your computer and use it in GitHub Desktop.
Save NikolausDemmel/9392464 to your computer and use it in GitHub Desktop.
Testing cmake FindPythonLibs module on Mac OS X 10.9 with brewed python installed
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION FIND_INTERP NO
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for latest version
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.5")
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION FIND_INTERP YES
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for latest version
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.6")
-- %%% Finding PythonLibs
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.5")
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.7 FIND_INTERP NO
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 2.7
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 2.7
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.7" (found /usr/lib/libpython2.7.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES = /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.7 FIND_INTERP YES
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 2.7
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 2.7
-- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")
-- %%% Finding PythonLibs 2.7.6
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.7.6" (found /usr/lib/libpython2.7.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python2.7
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.6 FIND_INTERP NO
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 2.6
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 2.6
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.6" (found /usr/lib/libpython2.6.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.6.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.6.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES = /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.6 FIND_INTERP YES
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 2.6
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 2.6
-- Found PythonInterp: /usr/bin/python2.6 (found suitable version "2.6.8", minimum required is "2.6")
-- %%% Finding PythonLibs 2.6.8
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.6.8" (found /usr/lib/libpython2.6.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.6.8
-- % PYTHON_EXECUTABLE = /usr/bin/python2.6
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.6.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.6.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 3 FIND_INTERP NO
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 3
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 3
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "3" (found PYTHON_LIBRARY-NOTFOUND)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_LIBRARY = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 3 FIND_INTERP YES
-- % CMAKE_MODULE_PATH = ~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 3
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 3
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.3.4", minimum required is "3")
-- %%% Finding PythonLibs 3.3.4
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "3.3.4" (found PYTHON_LIBRARY-NOTFOUND)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 3.3.4
-- % PYTHON_EXECUTABLE = /usr/local/bin/python3
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_LIBRARY = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-*- mode: compilation; default-directory: "~/work/cmake_python_test/" -*-
Compilation started at Wed Apr 2 12:25:11
make -k
rm -rf test
mkdir test
cd test && cmake "-Wno-dev" .. -DFIND_INTERP=NO -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION FIND_INTERP NO
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for latest version
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.5")
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test
rm -rf test-interp
mkdir test-interp
cd test-interp && cmake "-Wno-dev" .. -DFIND_INTERP=YES -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION FIND_INTERP YES
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for latest version
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.6")
-- %%% Finding PythonLibs
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.5")
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES = /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test-interp
rm -rf test-2.7
mkdir test-2.7
cd test-2.7 && cmake "-Wno-dev" .. -DVERSION=2.7 -DFIND_INTERP=NO -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.7 FIND_INTERP NO
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 2.7
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 2.7
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.7" (found /usr/lib/libpython2.7.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES = /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test-2.7
rm -rf test-2.7-interp
mkdir test-2.7-interp
cd test-2.7-interp && cmake "-Wno-dev" .. -DVERSION=2.7 -DFIND_INTERP=YES -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.7 FIND_INTERP YES
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 2.7
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 2.7
-- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")
-- %%% Finding PythonLibs 2.7.6
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.7.6" (found /usr/lib/libpython2.7.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python2.7
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES = /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test-2.7-interp
rm -rf test-2.6
mkdir test-2.6
cd test-2.6 && cmake "-Wno-dev" .. -DVERSION=2.6 -DFIND_INTERP=NO -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.6 FIND_INTERP NO
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 2.6
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 2.6
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.6" (found /usr/lib/libpython2.6.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.6.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.6.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES = /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test-2.6
rm -rf test-2.6-interp
mkdir test-2.6-interp
cd test-2.6-interp && cmake "-Wno-dev" .. -DVERSION=2.6 -DFIND_INTERP=YES -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.6 FIND_INTERP YES
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 2.6
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 2.6
-- Found PythonInterp: /usr/bin/python2.6 (found suitable version "2.6.8", minimum required is "2.6")
-- %%% Finding PythonLibs 2.6.8
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "2.6.8" (found /usr/lib/libpython2.6.dylib)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.6.8
-- % PYTHON_EXECUTABLE = /usr/bin/python2.6
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = /usr/lib/libpython2.6.dylib
-- % PYTHON_LIBRARY = /usr/lib/libpython2.6.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES = /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test-2.6-interp
rm -rf test-3
mkdir test-3
cd test-3 && cmake "-Wno-dev" .. -DVERSION=3 -DFIND_INTERP=NO -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 3 FIND_INTERP NO
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 3
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 3
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "3" (found PYTHON_LIBRARY-NOTFOUND)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING =
-- % PYTHON_EXECUTABLE =
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_LIBRARY = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test-3
rm -rf test-3-interp
mkdir test-3-interp
cd test-3-interp && cmake "-Wno-dev" .. -DVERSION=3 -DFIND_INTERP=YES -DCMAKE_MODULE_PATH=
-- The C compiler identification is AppleClang 5.1.0.5030038
-- The CXX compiler identification is AppleClang 5.1.0.5030038
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 3 FIND_INTERP YES
-- % CMAKE_VERSION = 3.0.20140401
-- % CMAKE_SYSTEM = Darwin-13.1.0
-- % CMAKE_MODULE_PATH =
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 3
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 3
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.4", minimum required is "3")
-- %%% Finding PythonLibs 3.4
-- Could NOT find PythonLibs: Found unsuitable version "2.7.5", but required is exact version "3.4" (found PYTHON_LIBRARY-NOTFOUND)
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 3.4
-- % PYTHON_EXECUTABLE = /usr/local/bin/python3
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING = 2.7.5
-- % PYTHON_LIBRARIES = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_LIBRARY = PYTHON_LIBRARY-NOTFOUND
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Headers
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS = /System/Library/Frameworks/Python.framework
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/demmeln/work/cmake_python_test/test-3-interp
Compilation finished at Wed Apr 2 12:25:15
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION FIND_INTERP NO
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for latest version
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.6")
-- Found Python executable: /usr/local/bin/python
-- Found Python version: 2.7.6
-- Found Python library: /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_INCLUDE_PATH = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION FIND_INTERP YES
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for latest version
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.6")
-- %%% Finding PythonLibs
-- Found Python executable: /usr/local/bin/python
-- Found Python version: 2.7.6
-- Found Python library: /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_INCLUDE_PATH = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.7 FIND_INTERP NO
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 2.7
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 2.7
-- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")
-- Found Python executable: /usr/local/bin/python2.7
-- Found Python version: 2.7.6
-- Found Python library: /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python2.7
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_INCLUDE_PATH = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.7 FIND_INTERP YES
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 2.7
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 2.7
-- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7")
-- %%% Finding PythonLibs 2.7.6
-- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7.6")
-- Found Python executable: /usr/local/bin/python2.7
-- Found Python version: 2.7.6
-- Found Python library: /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.7.6
-- % PYTHON_EXECUTABLE = /usr/local/bin/python2.7
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_LIBRARY = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_INCLUDE_PATH = /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/include/python2.7
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.6 FIND_INTERP NO
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 2.6
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 2.6
-- Found PythonInterp: /usr/bin/python2.6 (found suitable version "2.6.8", minimum required is "2.6")
-- Found Python executable: /usr/bin/python2.6
-- Found Python version: 2.6.8
-- Found Python library: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.6.8
-- % PYTHON_EXECUTABLE = /usr/bin/python2.6
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib
-- % PYTHON_LIBRARY = /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 2.6 FIND_INTERP YES
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 2.6
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 2.6
-- Found PythonInterp: /usr/bin/python2.6 (found suitable version "2.6.8", minimum required is "2.6")
-- %%% Finding PythonLibs 2.6.8
-- Found PythonInterp: /usr/bin/python2.6 (found suitable version "2.6.8", minimum required is "2.6.8")
-- Found Python executable: /usr/bin/python2.6
-- Found Python version: 2.6.8
-- Found Python library: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 2.6.8
-- % PYTHON_EXECUTABLE = /usr/bin/python2.6
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib
-- % PYTHON_LIBRARY = /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/libpython2.6.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-- % PYTHON_INCLUDE_PATH = /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 3 FIND_INTERP NO
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Not looking for PythonInterp
-- % Looking for version 3
-- %
-- %%%%%%%% FIND
-- %%% Not Finding PythonInterp
-- %%% Finding PythonLibs 3
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.3.4", minimum required is "3")
-- Found Python executable: /usr/local/bin/python3
-- Found Python version: 3.3.4
-- Found Python library: /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 3.3.4
-- % PYTHON_EXECUTABLE = /usr/local/bin/python3
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib
-- % PYTHON_LIBRARY = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/include/python3.3m
-- % PYTHON_INCLUDE_PATH = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/include/python3.3m
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
--
--
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- %%%%%%%% CONFIGURATION VERSION 3 FIND_INTERP YES
-- % CMAKE_MODULE_PATH = /Users/demmeln/work/cmake_python_test/modules;~/work/CMake/Modules
-- % PYTHON_LIBRARY =
-- % PYTHON_INCLUDE_DIR =
-- % Looking for PythonInterp before PythonLibs
-- % Looking for version 3
-- %
-- %%%%%%%% FIND
-- %%% Finding PythonInterp 3
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.3.4", minimum required is "3")
-- %%% Finding PythonLibs 3.3.4
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.3.4", minimum required is "3.3.4")
-- Found Python executable: /usr/local/bin/python3
-- Found Python version: 3.3.4
-- Found Python library: /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib
-- %
-- %%%%%%%% RESULTS
-- %%% PythonInterp result
-- % PYTHON_VERSION_STRING = 3.3.4
-- % PYTHON_EXECUTABLE = /usr/local/bin/python3
-- %%% PythonLibs result
-- % PYTHONLIBS_VERSION_STRING =
-- % PYTHON_LIBRARIES = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib
-- % PYTHON_LIBRARY = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/lib/libpython3.3.dylib
-- % PYTHON_DEBUG_LIBRARIES =
-- % PYTHON_INCLUDE_DIR =
-- % PYTHON_INCLUDE_DIRS = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/include/python3.3m
-- % PYTHON_INCLUDE_PATH = /usr/local/Cellar/python3/3.3.4/Frameworks/Python.framework/Versions/3.3/include/python3.3m
-- % PYTHON_FRAMEWORK_INCLUDES =
-- % Python_FRAMEWORKS =
-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment