diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/bin/runCmakeTest.sh boost-python-numpy-0.0.4.ppa0~trusty/build/bin/runCmakeTest.sh --- boost-python-numpy-0.0.3.ppa10~trusty/build/bin/runCmakeTest.sh 2017-11-29 18:40:38.619307000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/bin/runCmakeTest.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/bash -export PYTHONPATH=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib:${PYTHONPATH} -/usr/bin/python2 $1 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython2NumpyConfig.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython2NumpyConfig.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython2NumpyConfig.cmake 2017-11-29 18:40:38.623307000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython2NumpyConfig.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -set(BoostNumpy_VERSION x.y.z) - - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was BoostNumpyConfig.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(set_and_check _var _file) - set(${_var} "${_file}") - if(NOT EXISTS "${_file}") - message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") - endif() -endmacro() - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### - -set_and_check(BoostNumpy_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") -set(BoostNumpy_INCLUDE_DIRS ${BoostNumpy_INCLUDE_DIR}) - -include("${CMAKE_CURRENT_LIST_DIR}/BoostPython2NumpyTargets.cmake") diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython2NumpyConfigVersion.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython2NumpyConfigVersion.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython2NumpyConfigVersion.cmake 2017-11-29 18:40:38.627307000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython2NumpyConfigVersion.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -# This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, -# but only if the requested major version is the same as the current one. -# The variable CVF_VERSION must be set before calling configure_file(). - - -set(PACKAGE_VERSION "0.24.0") - -if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}" ) - set(PACKAGE_VERSION_COMPATIBLE FALSE) -else() - - if("0.24.0" MATCHES "^([0-9]+)\\.") - set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") - else() - set(CVF_VERSION_MAJOR "0.24.0") - endif() - - if("${PACKAGE_FIND_VERSION_MAJOR}" STREQUAL "${CVF_VERSION_MAJOR}") - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - - if( "${PACKAGE_FIND_VERSION}" STREQUAL "${PACKAGE_VERSION}") - set(PACKAGE_VERSION_EXACT TRUE) - endif() -endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT "${CMAKE_SIZEOF_VOID_P}" STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython3NumpyConfig.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython3NumpyConfig.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython3NumpyConfig.cmake 2017-11-29 18:38:05.357964000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython3NumpyConfig.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ -set(BoostNumpy_VERSION x.y.z) - - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was BoostNumpyConfig.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(set_and_check _var _file) - set(${_var} "${_file}") - if(NOT EXISTS "${_file}") - message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") - endif() -endmacro() - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### - -set_and_check(BoostNumpy_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") -set(BoostNumpy_INCLUDE_DIRS ${BoostNumpy_INCLUDE_DIR}) - -include("${CMAKE_CURRENT_LIST_DIR}/BoostPython3NumpyTargets.cmake") diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython3NumpyConfigVersion.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython3NumpyConfigVersion.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/BoostPython3NumpyConfigVersion.cmake 2017-11-29 18:38:05.357964000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/BoostPython3NumpyConfigVersion.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -# This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, -# but only if the requested major version is the same as the current one. -# The variable CVF_VERSION must be set before calling configure_file(). - - -set(PACKAGE_VERSION "0.24.0") - -if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}" ) - set(PACKAGE_VERSION_COMPATIBLE FALSE) -else() - - if("0.24.0" MATCHES "^([0-9]+)\\.") - set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") - else() - set(CVF_VERSION_MAJOR "0.24.0") - endif() - - if("${PACKAGE_FIND_VERSION_MAJOR}" STREQUAL "${CVF_VERSION_MAJOR}") - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - - if( "${PACKAGE_FIND_VERSION}" STREQUAL "${PACKAGE_VERSION}") - set(PACKAGE_VERSION_EXACT TRUE) - endif() -endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT "${CMAKE_SIZEOF_VOID_P}" STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeCache.txt boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeCache.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeCache.txt 2017-11-29 18:40:38.639308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeCache.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,525 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build -# It was generated by CMake: /usr/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//No help, variable specified on the command line. -BOOST_NUMPY_PYTHON_VERSION:UNINITIALIZED=2 - -//Build Boost.NumPy Documentation -BUILD_DOCS:BOOL=OFF - -//Build Boost.NumPy Examples -BUILD_EXAMPLES:BOOL=ON - -//Build Boost.NumPy Tests -BUILD_TESTS:BOOL=ON - -//Value Computed by CMake -BoostNumpyTests_BINARY_DIR:STATIC=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test - -//Value Computed by CMake -BoostNumpyTests_SOURCE_DIR:STATIC=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test - -//The directory containing a CMake configuration file for Boost. -Boost_DIR:PATH=Boost_DIR-NOTFOUND - -//Path to a file. -Boost_INCLUDE_DIR:PATH=/usr/include - -//Boost library directory -Boost_LIBRARY_DIR:PATH=/usr/lib/x86_64-linux-gnu - -//Boost python library (debug) -Boost_PYTHON_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_python.so - -//Boost python library (release) -Boost_PYTHON_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_python.so - -//Output directory for static libraries. -CMAKE_ARCHIVE_OUTPUT_DIRECTORY:PATH=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib - -//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or -// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. -CMAKE_BUILD_TYPE:STRING= - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//Flags used by the compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release builds for minimum -// size. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during release builds with debug info. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Flags used by the compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the compiler during debug builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the compiler during release builds for minimum -// size. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the compiler during release builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the compiler during release builds with debug info. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Flags used by the linker. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Output directory for shared libraries. -CMAKE_LIBRARY_OUTPUT_DIRECTORY:PATH=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib - -//Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make - -//Flags used by the linker during the creation of modules. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=boost.numpy - -//Output directory for executables and DLL's. -CMAKE_RUNTIME_OUTPUT_DIRECTORY:PATH=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/bin - -//Flags used by the linker during the creation of dll's. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during debug builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during release minsize builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during release builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during Release with Debug Info builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If true, cmake will use relative paths in makefiles and projects. -CMAKE_USE_RELATIVE_PATHS:BOOL=OFF - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//Enable to build Debian packages -CPACK_BINARY_DEB:BOOL=OFF - -//Enable to build IFW packages -CPACK_BINARY_IFW:BOOL=OFF - -//Enable to build NSIS packages -CPACK_BINARY_NSIS:BOOL=OFF - -//Enable to build RPM packages -CPACK_BINARY_RPM:BOOL=OFF - -//Enable to build STGZ packages -CPACK_BINARY_STGZ:BOOL=ON - -//Enable to build TBZ2 packages -CPACK_BINARY_TBZ2:BOOL=OFF - -//Enable to build TGZ packages -CPACK_BINARY_TGZ:BOOL=ON - -//Enable to build TXZ packages -CPACK_BINARY_TXZ:BOOL=OFF - -//Enable to build TZ packages -CPACK_BINARY_TZ:BOOL=ON - -//Enable to build TBZ2 source packages -CPACK_SOURCE_TBZ2:BOOL=ON - -//Enable to build TGZ source packages -CPACK_SOURCE_TGZ:BOOL=ON - -//Enable to build TXZ source packages -CPACK_SOURCE_TXZ:BOOL=ON - -//Enable to build TZ source packages -CPACK_SOURCE_TZ:BOOL=ON - -//Enable to build ZIP source packages -CPACK_SOURCE_ZIP:BOOL=OFF - -//The subdirectory relative to the install prefix where header -// will be installed (default prefix/include) -INCLUDE_INSTALL_DIR:PATH=include - -//type of library to make for boost_python2_numpy -LIBRARY_TYPE:STRING=SHARED - -//The subdirectory relative to the install prefix where libraries -// will be installed (default is prefix/lib) -LIB_INSTALL_DIR:PATH=lib - -//Add module dtype_mod -PYTHON_ENABLE_MODULE_dtype_mod:BOOL=ON - -//Add module gaussian -PYTHON_ENABLE_MODULE_gaussian:BOOL=ON - -//Add module indexing_mod -PYTHON_ENABLE_MODULE_indexing_mod:BOOL=ON - -//Add module ndarray_mod -PYTHON_ENABLE_MODULE_ndarray_mod:BOOL=ON - -//Add module shapes_mod -PYTHON_ENABLE_MODULE_shapes_mod:BOOL=ON - -//Add module templates_mod -PYTHON_ENABLE_MODULE_templates_mod:BOOL=ON - -//Add module ufunc_mod -PYTHON_ENABLE_MODULE_ufunc_mod:BOOL=ON - -//Path to a program. -PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 - -//Path to a file. -PYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 - -//Path to a library. -PYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython2.7.so - -//Path to a library. -PYTHON_LIBRARY_DEBUG:FILEPATH=PYTHON_LIBRARY_DEBUG-NOTFOUND - -//Add module dtype_mod shared -PYTHON_MODULE_dtype_mod_BUILD_SHARED:BOOL=ON - -//Add module gaussian shared -PYTHON_MODULE_gaussian_BUILD_SHARED:BOOL=ON - -//Add module indexing_mod shared -PYTHON_MODULE_indexing_mod_BUILD_SHARED:BOOL=ON - -//Add module ndarray_mod shared -PYTHON_MODULE_ndarray_mod_BUILD_SHARED:BOOL=ON - -//Add module shapes_mod shared -PYTHON_MODULE_shapes_mod_BUILD_SHARED:BOOL=ON - -//Add module templates_mod shared -PYTHON_MODULE_templates_mod_BUILD_SHARED:BOOL=ON - -//Add module ufunc_mod shared -PYTHON_MODULE_ufunc_mod_BUILD_SHARED:BOOL=ON - -//Value Computed by CMake -boost.numpy_BINARY_DIR:STATIC=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build - -//Value Computed by CMake -boost.numpy_SOURCE_DIR:STATIC=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty - -//Dependencies for the target -boost_python2_numpy_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libboost_python.so;general;/usr/lib/x86_64-linux-gnu/libpython2.7.so; - -//Dependencies for the target -dtype_mod_LIB_DEPENDS:STATIC=general;boost_python2_numpy; - -//Dependencies for the target -gaussian_LIB_DEPENDS:STATIC=general;boost_python2_numpy; - -//Dependencies for the target -indexing_mod_LIB_DEPENDS:STATIC=general;boost_python2_numpy; - -//Dependencies for the target -ndarray_mod_LIB_DEPENDS:STATIC=general;boost_python2_numpy; - -//Dependencies for the target -shapes_mod_LIB_DEPENDS:STATIC=general;boost_python2_numpy; - -//Dependencies for the target -templates_mod_LIB_DEPENDS:STATIC=general;boost_python2_numpy; - -//Dependencies for the target -ufunc_mod_LIB_DEPENDS:STATIC=general;boost_python2_numpy; - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: Boost_DIR -Boost_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Boost_INCLUDE_DIR -Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Boost_LIBRARY_DIR -Boost_LIBRARY_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Boost_PYTHON_LIBRARY_DEBUG -Boost_PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Boost_PYTHON_LIBRARY_RELEASE -Boost_PYTHON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=2 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Start directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty -//Install .so files without execute permission. -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=4 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.2 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS -CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_DEB -CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_IFW -CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_NSIS -CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_RPM -CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_STGZ -CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TBZ2 -CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TGZ -CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TXZ -CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TZ -CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TBZ2 -CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TGZ -CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TXZ -CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TZ -CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_ZIP -CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 -//Details about finding NUMPY -FIND_PACKAGE_MESSAGE_DETAILS_NUMPY:INTERNAL=/usr/local/lib/python2.7/dist-packages/numpy/core/include1.13.3 -//Details about finding PythonInterp -FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2][v2.7.6()] -//Details about finding PythonLibs -FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpython2.7.so][/usr/include/python2.7][v2.7.6(2)] -//ADVANCED property for variable: PYTHON_ENABLE_MODULE_dtype_mod -PYTHON_ENABLE_MODULE_dtype_mod-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_ENABLE_MODULE_gaussian -PYTHON_ENABLE_MODULE_gaussian-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_ENABLE_MODULE_indexing_mod -PYTHON_ENABLE_MODULE_indexing_mod-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_ENABLE_MODULE_ndarray_mod -PYTHON_ENABLE_MODULE_ndarray_mod-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_ENABLE_MODULE_shapes_mod -PYTHON_ENABLE_MODULE_shapes_mod-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_ENABLE_MODULE_templates_mod -PYTHON_ENABLE_MODULE_templates_mod-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_ENABLE_MODULE_ufunc_mod -PYTHON_ENABLE_MODULE_ufunc_mod-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_EXECUTABLE -PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_INCLUDE_DIR -PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_LIBRARY -PYTHON_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_LIBRARY_DEBUG -PYTHON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_MODULE_dtype_mod_BUILD_SHARED -PYTHON_MODULE_dtype_mod_BUILD_SHARED-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_MODULE_gaussian_BUILD_SHARED -PYTHON_MODULE_gaussian_BUILD_SHARED-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_MODULE_indexing_mod_BUILD_SHARED -PYTHON_MODULE_indexing_mod_BUILD_SHARED-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_MODULE_ndarray_mod_BUILD_SHARED -PYTHON_MODULE_ndarray_mod_BUILD_SHARED-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_MODULE_shapes_mod_BUILD_SHARED -PYTHON_MODULE_shapes_mod_BUILD_SHARED-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_MODULE_templates_mod_BUILD_SHARED -PYTHON_MODULE_templates_mod_BUILD_SHARED-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PYTHON_MODULE_ufunc_mod_BUILD_SHARED -PYTHON_MODULE_ufunc_mod_BUILD_SHARED-ADVANCED:INTERNAL=1 -//Components requested for this build tree. -_Boost_COMPONENTS_SEARCHED:INTERNAL=python -//Last used Boost_INCLUDE_DIR value. -_Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include -//Last used Boost_LIBRARY_DIR value. -_Boost_LIBRARY_DIR_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu -//Last used Boost_NAMESPACE value. -_Boost_NAMESPACE_LAST:INTERNAL=boost -//Last used Boost_USE_MULTITHREADED value. -_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeCCompiler.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeCCompiler.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeCCompiler.cmake 2017-11-29 18:38:04.973951000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeCCompiler.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,63 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "4.8.5") -set(CMAKE_C_COMPILE_FEATURES "c_function_prototypes;c_restrict;c_variadic_macros;c_static_assert") -set(CMAKE_C90_COMPILE_FEATURES "c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_static_assert") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_SIMULATE_VERSION "") - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") -endif() - - - - -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") - - - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake 2017-11-29 18:38:05.193959000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "4.8.5") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_template_template_parameters;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_SIMULATE_VERSION "") - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_COMPILER_IS_GNUCXX 1) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) -set(CMAKE_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "ELF") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") -endif() - - - - -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") - - - Binary files /tmp/tmp8OWPZl/ia5Plwo0Sg/boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_C.bin and /tmp/tmp8OWPZl/3gYA6Cyg7D/boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_C.bin differ Binary files /tmp/tmp8OWPZl/ia5Plwo0Sg/boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_CXX.bin and /tmp/tmp8OWPZl/3gYA6Cyg7D/boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_CXX.bin differ diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeSystem.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeSystem.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CMakeSystem.cmake 2017-11-29 18:38:04.733943000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CMakeSystem.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-4.4.0-101-generic") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "4.4.0-101-generic") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Linux-4.4.0-101-generic") -set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "4.4.0-101-generic") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) Binary files /tmp/tmp8OWPZl/ia5Plwo0Sg/boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CompilerIdC/a.out and /tmp/tmp8OWPZl/3gYA6Cyg7D/boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CompilerIdC/a.out differ diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CompilerIdC/CMakeCCompilerId.c boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CompilerIdC/CMakeCCompilerId.c --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CompilerIdC/CMakeCCompilerId.c 2017-11-29 18:38:04.745943000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CompilerIdC/CMakeCCompilerId.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,499 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" - -#elif defined(SDCC) -# define COMPILER_ID "SDCC" - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID "" -# endif - -#else /* unknown platform */ -# define PLATFORM_ID "" - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM) -# define ARCHITECTURE_ID "ARM" - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID "" -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif - (void)argv; - return require; -} -#endif Binary files /tmp/tmp8OWPZl/ia5Plwo0Sg/boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CompilerIdCXX/a.out and /tmp/tmp8OWPZl/3gYA6Cyg7D/boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CompilerIdCXX/a.out differ diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/3.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 2017-11-29 18:38:04.777944000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/3.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,489 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif - /* __INTEL_COMPILER = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__sgi) -# define COMPILER_ID "MIPSpro" - -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# else /* unknown platform */ -# define PLATFORM_ID "" -# endif - -#else /* unknown platform */ -# define PLATFORM_ID "" - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM) -# define ARCHITECTURE_ID "ARM" - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID "" -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number components. */ -#ifdef COMPILER_VERSION_MAJOR -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif - (void)argv; - return require; -} diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/cmake.check_cache boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/cmake.check_cache --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/cmake.check_cache 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/cmake.check_cache 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/CMakeDirectoryInformation.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/CMakeDirectoryInformation.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/CMakeDirectoryInformation.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/CMakeOutput.log boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/CMakeOutput.log --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/CMakeOutput.log 2017-11-29 18:38:05.193959000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/CMakeOutput.log 1970-01-01 00:00:00.000000000 +0000 @@ -1,548 +0,0 @@ -The system is: Linux - 4.4.0-101-generic - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/cc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/3.2.2/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /usr/bin/c++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/3.2.2/CompilerIdCXX/a.out" - -Determining if the C compiler works passed with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec1082221231/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec1082221231.dir/build.make CMakeFiles/cmTryCompileExec1082221231.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building C object CMakeFiles/cmTryCompileExec1082221231.dir/testCCompiler.c.o -/usr/bin/cc -o CMakeFiles/cmTryCompileExec1082221231.dir/testCCompiler.c.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/testCCompiler.c" -Linking C executable cmTryCompileExec1082221231 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1082221231.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTryCompileExec1082221231.dir/testCCompiler.c.o -o cmTryCompileExec1082221231 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec3034256022/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec3034256022.dir/build.make CMakeFiles/cmTryCompileExec3034256022.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building C object CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -o CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.2/Modules/CMakeCCompilerABI.c -Linking C executable cmTryCompileExec3034256022 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3034256022.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3034256022 -rdynamic -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.5-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 4.8.5 (Ubuntu 4.8.5-2ubuntu1~14.04.1) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3034256022' '-rdynamic' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3034256022 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec3034256022/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3034256022.dir/build.make CMakeFiles/cmTryCompileExec3034256022.dir/build] - ignore line: [make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1] - ignore line: [Building C object CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.2/Modules/CMakeCCompilerABI.c] - ignore line: [Linking C executable cmTryCompileExec3034256022] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3034256022.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3034256022 -rdynamic ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.5-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 4.8.5 (Ubuntu 4.8.5-2ubuntu1~14.04.1) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3034256022' '-rdynamic' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec3034256022 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore - arg [--sysroot=/] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [--as-needed] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-zrelro] ==> ignore - arg [-o] ==> ignore - arg [cmTryCompileExec3034256022] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] - arg [CMakeFiles/cmTryCompileExec3034256022.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--no-as-needed] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore - remove lib [gcc] - remove lib [gcc_s] - remove lib [gcc] - remove lib [gcc_s] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] - implicit libs: [c] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting C [-std=c11] compiler features compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec639674207/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec639674207.dir/build.make CMakeFiles/cmTryCompileExec639674207.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building C object CMakeFiles/cmTryCompileExec639674207.dir/feature_tests.c.o -/usr/bin/cc -std=c11 -o CMakeFiles/cmTryCompileExec639674207.dir/feature_tests.c.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/feature_tests.c" -Linking C executable cmTryCompileExec639674207 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec639674207.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTryCompileExec639674207.dir/feature_tests.c.o -o cmTryCompileExec639674207 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:1c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c99] compiler features compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec1789083890/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec1789083890.dir/build.make CMakeFiles/cmTryCompileExec1789083890.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building C object CMakeFiles/cmTryCompileExec1789083890.dir/feature_tests.c.o -/usr/bin/cc -std=c99 -o CMakeFiles/cmTryCompileExec1789083890.dir/feature_tests.c.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/feature_tests.c" -Linking C executable cmTryCompileExec1789083890 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1789083890.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTryCompileExec1789083890.dir/feature_tests.c.o -o cmTryCompileExec1789083890 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:1c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:1c_variadic_macros - - -Detecting C [-std=c90] compiler features compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec4162630268/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec4162630268.dir/build.make CMakeFiles/cmTryCompileExec4162630268.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building C object CMakeFiles/cmTryCompileExec4162630268.dir/feature_tests.c.o -/usr/bin/cc -std=c90 -o CMakeFiles/cmTryCompileExec4162630268.dir/feature_tests.c.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/feature_tests.c" -Linking C executable cmTryCompileExec4162630268 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4162630268.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTryCompileExec4162630268.dir/feature_tests.c.o -o cmTryCompileExec4162630268 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - - Feature record: C_FEATURE:1c_function_prototypes - Feature record: C_FEATURE:0c_restrict - Feature record: C_FEATURE:0c_static_assert - Feature record: C_FEATURE:0c_variadic_macros -Determining if the CXX compiler works passed with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec366286203/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec366286203.dir/build.make CMakeFiles/cmTryCompileExec366286203.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building CXX object CMakeFiles/cmTryCompileExec366286203.dir/testCXXCompiler.cxx.o -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec366286203.dir/testCXXCompiler.cxx.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx" -Linking CXX executable cmTryCompileExec366286203 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec366286203.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTryCompileExec366286203.dir/testCXXCompiler.cxx.o -o cmTryCompileExec366286203 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec4165557898/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec4165557898.dir/build.make CMakeFiles/cmTryCompileExec4165557898.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building CXX object CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp -Linking CXX executable cmTryCompileExec4165557898 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4165557898.dir/link.txt --verbose=1 -/usr/bin/c++ -v CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec4165557898 -rdynamic -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.5-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu -Thread model: posix -gcc version 4.8.5 (Ubuntu 4.8.5-2ubuntu1~14.04.1) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec4165557898' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64' - /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec4165557898 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec4165557898/fast"] - ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec4165557898.dir/build.make CMakeFiles/cmTryCompileExec4165557898.dir/build] - ignore line: [make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1] - ignore line: [Building CXX object CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Linking CXX executable cmTryCompileExec4165557898] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4165557898.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec4165557898 -rdynamic ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper] - ignore line: [Target: x86_64-linux-gnu] - ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.5-2ubuntu1~14.04.1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] - ignore line: [Thread model: posix] - ignore line: [gcc version 4.8.5 (Ubuntu 4.8.5-2ubuntu1~14.04.1) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec4165557898' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec4165557898 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore - arg [--sysroot=/] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [--as-needed] ==> ignore - arg [-export-dynamic] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-zrelro] ==> ignore - arg [-o] ==> ignore - arg [cmTryCompileExec4165557898] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] - arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] - arg [CMakeFiles/cmTryCompileExec4165557898.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore - remove lib [gcc_s] - remove lib [gcc] - remove lib [gcc_s] - remove lib [gcc] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;c] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - - - -Detecting CXX [-std=c++1y] compiler features compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec2395023876/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec2395023876.dir/build.make CMakeFiles/cmTryCompileExec2395023876.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building CXX object CMakeFiles/cmTryCompileExec2395023876.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++1y -o CMakeFiles/cmTryCompileExec2395023876.dir/feature_tests.cxx.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/feature_tests.cxx" -Linking CXX executable cmTryCompileExec2395023876 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2395023876.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTryCompileExec2395023876.dir/feature_tests.cxx.o -o cmTryCompileExec2395023876 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++11] compiler features compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec2840813054/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec2840813054.dir/build.make CMakeFiles/cmTryCompileExec2840813054.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building CXX object CMakeFiles/cmTryCompileExec2840813054.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTryCompileExec2840813054.dir/feature_tests.cxx.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/feature_tests.cxx" -Linking CXX executable cmTryCompileExec2840813054 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2840813054.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTryCompileExec2840813054.dir/feature_tests.cxx.o -o cmTryCompileExec2840813054 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:1cxx_alias_templates - Feature record: CXX_FEATURE:1cxx_alignas - Feature record: CXX_FEATURE:1cxx_alignof - Feature record: CXX_FEATURE:1cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:1cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:1cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:1cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:1cxx_default_function_template_args - Feature record: CXX_FEATURE:1cxx_defaulted_functions - Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:1cxx_delegating_constructors - Feature record: CXX_FEATURE:1cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:1cxx_enum_forward_declarations - Feature record: CXX_FEATURE:1cxx_explicit_conversions - Feature record: CXX_FEATURE:1cxx_extended_friend_declarations - Feature record: CXX_FEATURE:1cxx_extern_templates - Feature record: CXX_FEATURE:1cxx_final - Feature record: CXX_FEATURE:1cxx_func_identifier - Feature record: CXX_FEATURE:1cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:1cxx_inheriting_constructors - Feature record: CXX_FEATURE:1cxx_inline_namespaces - Feature record: CXX_FEATURE:1cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:1cxx_local_type_template_args - Feature record: CXX_FEATURE:1cxx_long_long_type - Feature record: CXX_FEATURE:1cxx_noexcept - Feature record: CXX_FEATURE:1cxx_nonstatic_member_init - Feature record: CXX_FEATURE:1cxx_nullptr - Feature record: CXX_FEATURE:1cxx_override - Feature record: CXX_FEATURE:1cxx_range_for - Feature record: CXX_FEATURE:1cxx_raw_string_literals - Feature record: CXX_FEATURE:1cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:1cxx_right_angle_brackets - Feature record: CXX_FEATURE:1cxx_rvalue_references - Feature record: CXX_FEATURE:1cxx_sizeof_member - Feature record: CXX_FEATURE:1cxx_static_assert - Feature record: CXX_FEATURE:1cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:1cxx_thread_local - Feature record: CXX_FEATURE:1cxx_trailing_return_types - Feature record: CXX_FEATURE:1cxx_unicode_literals - Feature record: CXX_FEATURE:1cxx_uniform_initialization - Feature record: CXX_FEATURE:1cxx_unrestricted_unions - Feature record: CXX_FEATURE:1cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:1cxx_variadic_macros - Feature record: CXX_FEATURE:1cxx_variadic_templates - - -Detecting CXX [-std=c++98] compiler features compiled with the following output: -Change Dir: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp - -Run Build Command:"/usr/bin/make" "cmTryCompileExec928622299/fast" -/usr/bin/make -f CMakeFiles/cmTryCompileExec928622299.dir/build.make CMakeFiles/cmTryCompileExec928622299.dir/build -make[1]: Entering directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' -/usr/bin/cmake -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp/CMakeFiles" 1 -Building CXX object CMakeFiles/cmTryCompileExec928622299.dir/feature_tests.cxx.o -/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTryCompileExec928622299.dir/feature_tests.cxx.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/feature_tests.cxx" -Linking CXX executable cmTryCompileExec928622299 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec928622299.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTryCompileExec928622299.dir/feature_tests.cxx.o -o cmTryCompileExec928622299 -rdynamic -make[1]: Leaving directory `/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/CMakeTmp' - - - Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers - Feature record: CXX_FEATURE:0cxx_alias_templates - Feature record: CXX_FEATURE:0cxx_alignas - Feature record: CXX_FEATURE:0cxx_alignof - Feature record: CXX_FEATURE:0cxx_attributes - Feature record: CXX_FEATURE:0cxx_attribute_deprecated - Feature record: CXX_FEATURE:0cxx_auto_type - Feature record: CXX_FEATURE:0cxx_binary_literals - Feature record: CXX_FEATURE:0cxx_constexpr - Feature record: CXX_FEATURE:0cxx_contextual_conversions - Feature record: CXX_FEATURE:0cxx_decltype - Feature record: CXX_FEATURE:0cxx_decltype_auto - Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types - Feature record: CXX_FEATURE:0cxx_default_function_template_args - Feature record: CXX_FEATURE:0cxx_defaulted_functions - Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers - Feature record: CXX_FEATURE:0cxx_delegating_constructors - Feature record: CXX_FEATURE:0cxx_deleted_functions - Feature record: CXX_FEATURE:0cxx_digit_separators - Feature record: CXX_FEATURE:0cxx_enum_forward_declarations - Feature record: CXX_FEATURE:0cxx_explicit_conversions - Feature record: CXX_FEATURE:0cxx_extended_friend_declarations - Feature record: CXX_FEATURE:0cxx_extern_templates - Feature record: CXX_FEATURE:0cxx_final - Feature record: CXX_FEATURE:0cxx_func_identifier - Feature record: CXX_FEATURE:0cxx_generalized_initializers - Feature record: CXX_FEATURE:0cxx_generic_lambdas - Feature record: CXX_FEATURE:0cxx_inheriting_constructors - Feature record: CXX_FEATURE:0cxx_inline_namespaces - Feature record: CXX_FEATURE:0cxx_lambdas - Feature record: CXX_FEATURE:0cxx_lambda_init_captures - Feature record: CXX_FEATURE:0cxx_local_type_template_args - Feature record: CXX_FEATURE:0cxx_long_long_type - Feature record: CXX_FEATURE:0cxx_noexcept - Feature record: CXX_FEATURE:0cxx_nonstatic_member_init - Feature record: CXX_FEATURE:0cxx_nullptr - Feature record: CXX_FEATURE:0cxx_override - Feature record: CXX_FEATURE:0cxx_range_for - Feature record: CXX_FEATURE:0cxx_raw_string_literals - Feature record: CXX_FEATURE:0cxx_reference_qualified_functions - Feature record: CXX_FEATURE:0cxx_relaxed_constexpr - Feature record: CXX_FEATURE:0cxx_return_type_deduction - Feature record: CXX_FEATURE:0cxx_right_angle_brackets - Feature record: CXX_FEATURE:0cxx_rvalue_references - Feature record: CXX_FEATURE:0cxx_sizeof_member - Feature record: CXX_FEATURE:0cxx_static_assert - Feature record: CXX_FEATURE:0cxx_strong_enums - Feature record: CXX_FEATURE:1cxx_template_template_parameters - Feature record: CXX_FEATURE:0cxx_thread_local - Feature record: CXX_FEATURE:0cxx_trailing_return_types - Feature record: CXX_FEATURE:0cxx_unicode_literals - Feature record: CXX_FEATURE:0cxx_uniform_initialization - Feature record: CXX_FEATURE:0cxx_unrestricted_unions - Feature record: CXX_FEATURE:0cxx_user_literals - Feature record: CXX_FEATURE:0cxx_variable_templates - Feature record: CXX_FEATURE:0cxx_variadic_macros - Feature record: CXX_FEATURE:0cxx_variadic_templates diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/CMakeRuleHashes.txt boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/CMakeRuleHashes.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/CMakeRuleHashes.txt 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/CMakeRuleHashes.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -# Hashes of file build rules. -c037588e2827fafdfdab5b0ae0cf84ff libs/numpy/test/CMakeFiles/dtype.py -7070e21d189d2fea90d4d45ecd1efd1d libs/numpy/test/CMakeFiles/indexing.py -93f9a2016e013a60b08dbbdcbb06e88e libs/numpy/test/CMakeFiles/ndarray.py -5423a398215358f945b1d183fda5076c libs/numpy/test/CMakeFiles/shapes.py -882a5613b955b73de52e75389ceeed44 libs/numpy/test/CMakeFiles/templates.py -7dfd67502cace7067995b95b0be7b413 libs/numpy/test/CMakeFiles/ufunc.py diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ -# Generated by CMake 3.2.2 - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget boost_python2_numpy) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) - -# Create imported target boost_python2_numpy -add_library(boost_python2_numpy SHARED IMPORTED) - -set_target_properties(boost_python2_numpy PROPERTIES - INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libboost_python.so;/usr/lib/x86_64-linux-gnu/libpython2.7.so" -) - -if(CMAKE_VERSION VERSION_LESS 2.8.12) - message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") -endif() - -# Load information for each installed configuration. -get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -file(GLOB CONFIG_FILES "${_DIR}/BoostPython2NumpyTargets-*.cmake") -foreach(f ${CONFIG_FILES}) - include(${f}) -endforeach() - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(target ${_IMPORT_CHECK_TARGETS} ) - foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) - if(NOT EXISTS "${file}" ) - message(FATAL_ERROR "The imported target \"${target}\" references the file - \"${file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - unset(_IMPORT_CHECK_FILES_FOR_${target}) -endforeach() -unset(_IMPORT_CHECK_TARGETS) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets-noconfig.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets-noconfig.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets-noconfig.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets-noconfig.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "boost_python2_numpy" for configuration "" -set_property(TARGET boost_python2_numpy APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(boost_python2_numpy PROPERTIES - IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib64/libboost_python2_numpy.so" - IMPORTED_SONAME_NOCONFIG "libboost_python2_numpy.so" - ) - -list(APPEND _IMPORT_CHECK_TARGETS boost_python2_numpy ) -list(APPEND _IMPORT_CHECK_FILES_FOR_boost_python2_numpy "${_IMPORT_PREFIX}/lib64/libboost_python2_numpy.so" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets.cmake 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ -# Generated by CMake 3.2.2 - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget boost_python3_numpy) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) - -# Create imported target boost_python3_numpy -add_library(boost_python3_numpy SHARED IMPORTED) - -set_target_properties(boost_python3_numpy PROPERTIES - INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libboost_python-py34.so;/usr/lib/x86_64-linux-gnu/libpython3.4m.so" -) - -if(CMAKE_VERSION VERSION_LESS 2.8.12) - message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") -endif() - -# Load information for each installed configuration. -get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -file(GLOB CONFIG_FILES "${_DIR}/BoostPython3NumpyTargets-*.cmake") -foreach(f ${CONFIG_FILES}) - include(${f}) -endforeach() - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(target ${_IMPORT_CHECK_TARGETS} ) - foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) - if(NOT EXISTS "${file}" ) - message(FATAL_ERROR "The imported target \"${target}\" references the file - \"${file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - unset(_IMPORT_CHECK_FILES_FOR_${target}) -endforeach() -unset(_IMPORT_CHECK_TARGETS) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets-noconfig.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets-noconfig.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets-noconfig.cmake 2017-11-29 18:39:41.741324000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Export/lib/BoostPython3Numpy/cmake/BoostPython3NumpyTargets-noconfig.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "boost_python3_numpy" for configuration "" -set_property(TARGET boost_python3_numpy APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(boost_python3_numpy PROPERTIES - IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib64/libboost_python3_numpy.so" - IMPORTED_SONAME_NOCONFIG "libboost_python3_numpy.so" - ) - -list(APPEND _IMPORT_CHECK_TARGETS boost_python3_numpy ) -list(APPEND _IMPORT_CHECK_FILES_FOR_boost_python3_numpy "${_IMPORT_PREFIX}/lib64/libboost_python3_numpy.so" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) Binary files /tmp/tmp8OWPZl/ia5Plwo0Sg/boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/feature_tests.bin and /tmp/tmp8OWPZl/3gYA6Cyg7D/boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/feature_tests.bin differ diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/feature_tests.c boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/feature_tests.c --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/feature_tests.c 2017-11-29 18:38:04.941950000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/feature_tests.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ - - const char features[] = {"" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 -"1" -#else -"0" -#endif -"c_function_prototypes\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_variadic_macros\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/feature_tests.cxx boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/feature_tests.cxx --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/feature_tests.cxx 2017-11-29 18:38:05.153957000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/feature_tests.cxx 1970-01-01 00:00:00.000000000 +0000 @@ -1,405 +0,0 @@ - - const char features[] = {"" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_aggregate_default_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alias_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_alignof\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_attributes\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_attribute_deprecated\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_auto_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_binary_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_contextual_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_decltype\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_decltype_auto\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_decltype_incomplete_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_default_function_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_defaulted_move_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_delegating_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_deleted_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_digit_separators\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_enum_forward_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_explicit_conversions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_extended_friend_declarations\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_extern_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_final\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_func_identifier\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_generalized_initializers\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_generic_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_inheriting_constructors\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_inline_namespaces\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_lambdas\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_lambda_init_captures\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_local_type_template_args\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_long_long_type\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_noexcept\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_nonstatic_member_init\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_nullptr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_override\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_range_for\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_raw_string_literals\n" -"CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_reference_qualified_functions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L -"1" -#else -"0" -#endif -"cxx_return_type_deduction\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_right_angle_brackets\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_rvalue_references\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_sizeof_member\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_static_assert\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_strong_enums\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus -"1" -#else -"0" -#endif -"cxx_template_template_parameters\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_thread_local\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_trailing_return_types\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unicode_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_uniform_initialization\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_unrestricted_unions\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L -"1" -#else -"0" -#endif -"cxx_user_literals\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_variable_templates\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_macros\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) -"1" -#else -"0" -#endif -"cxx_variadic_templates\n" - -}; - -int main(int argc, char** argv) { (void)argv; return features[argc]; } diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Makefile2 boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Makefile2 --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Makefile2 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Makefile2 1970-01-01 00:00:00.000000000 +0000 @@ -1,852 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# The main recursive all target -all: -.PHONY : all - -# The main recursive preinstall target -preinstall: -.PHONY : preinstall - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -#============================================================================= -# Directory level rules for directory libs/numpy/src - -# Convenience name for "all" pass in the directory. -libs/numpy/src/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all -.PHONY : libs/numpy/src/all - -# Convenience name for "clean" pass in the directory. -libs/numpy/src/clean: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/clean -.PHONY : libs/numpy/src/clean - -# Convenience name for "preinstall" pass in the directory. -libs/numpy/src/preinstall: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall -.PHONY : libs/numpy/src/preinstall - -#============================================================================= -# Target rules for target libs/numpy/src/CMakeFiles/boost_python2_numpy.dir - -# All Build rule for target. -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all: - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 1 2 3 4 5 6 - @echo "Built target boost_python2_numpy" -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - -# Include target in all. -all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 6 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/rule - -# Convenience name for target. -boost_python2_numpy: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/rule -.PHONY : boost_python2_numpy - -# Pre-install relink rule for target. -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall: - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall - -# Prepare target for install. -preinstall: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall -.PHONY : preinstall - -# clean rule for target. -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/clean: - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/clean -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/clean - -# clean rule for target. -clean: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/clean -.PHONY : clean - -#============================================================================= -# Directory level rules for directory libs/numpy/example - -# Convenience name for "all" pass in the directory. -libs/numpy/example/all: libs/numpy/example/CMakeFiles/dtype.dir/all -libs/numpy/example/all: libs/numpy/example/CMakeFiles/fromdata.dir/all -libs/numpy/example/all: libs/numpy/example/CMakeFiles/gaussian.dir/all -libs/numpy/example/all: libs/numpy/example/CMakeFiles/ndarray.dir/all -libs/numpy/example/all: libs/numpy/example/CMakeFiles/simple.dir/all -libs/numpy/example/all: libs/numpy/example/CMakeFiles/ufunc.dir/all -libs/numpy/example/all: libs/numpy/example/CMakeFiles/wrap.dir/all -.PHONY : libs/numpy/example/all - -# Convenience name for "clean" pass in the directory. -libs/numpy/example/clean: libs/numpy/example/CMakeFiles/dtype.dir/clean -libs/numpy/example/clean: libs/numpy/example/CMakeFiles/fromdata.dir/clean -libs/numpy/example/clean: libs/numpy/example/CMakeFiles/gaussian.dir/clean -libs/numpy/example/clean: libs/numpy/example/CMakeFiles/ndarray.dir/clean -libs/numpy/example/clean: libs/numpy/example/CMakeFiles/simple.dir/clean -libs/numpy/example/clean: libs/numpy/example/CMakeFiles/ufunc.dir/clean -libs/numpy/example/clean: libs/numpy/example/CMakeFiles/wrap.dir/clean -.PHONY : libs/numpy/example/clean - -# Convenience name for "preinstall" pass in the directory. -libs/numpy/example/preinstall: -.PHONY : libs/numpy/example/preinstall - -#============================================================================= -# Target rules for target libs/numpy/example/CMakeFiles/dtype.dir - -# All Build rule for target. -libs/numpy/example/CMakeFiles/dtype.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/depend - $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - @echo "Built target dtype" -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/all - -# Include target in all. -all: libs/numpy/example/CMakeFiles/dtype.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/example/CMakeFiles/dtype.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/dtype.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/rule - -# Convenience name for target. -dtype: libs/numpy/example/CMakeFiles/dtype.dir/rule -.PHONY : dtype - -# clean rule for target. -libs/numpy/example/CMakeFiles/dtype.dir/clean: - $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/clean -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/clean - -# clean rule for target. -clean: libs/numpy/example/CMakeFiles/dtype.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/example/CMakeFiles/fromdata.dir - -# All Build rule for target. -libs/numpy/example/CMakeFiles/fromdata.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/depend - $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 9 - @echo "Built target fromdata" -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/all - -# Include target in all. -all: libs/numpy/example/CMakeFiles/fromdata.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/example/CMakeFiles/fromdata.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/fromdata.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/rule - -# Convenience name for target. -fromdata: libs/numpy/example/CMakeFiles/fromdata.dir/rule -.PHONY : fromdata - -# clean rule for target. -libs/numpy/example/CMakeFiles/fromdata.dir/clean: - $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/clean -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/clean - -# clean rule for target. -clean: libs/numpy/example/CMakeFiles/fromdata.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/example/CMakeFiles/gaussian.dir - -# All Build rule for target. -libs/numpy/example/CMakeFiles/gaussian.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/depend - $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 10 - @echo "Built target gaussian" -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/all - -# Include target in all. -all: libs/numpy/example/CMakeFiles/gaussian.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/example/CMakeFiles/gaussian.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/gaussian.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/rule - -# Convenience name for target. -gaussian: libs/numpy/example/CMakeFiles/gaussian.dir/rule -.PHONY : gaussian - -# clean rule for target. -libs/numpy/example/CMakeFiles/gaussian.dir/clean: - $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/clean -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/clean - -# clean rule for target. -clean: libs/numpy/example/CMakeFiles/gaussian.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/example/CMakeFiles/ndarray.dir - -# All Build rule for target. -libs/numpy/example/CMakeFiles/ndarray.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/depend - $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 12 - @echo "Built target ndarray" -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/all - -# Include target in all. -all: libs/numpy/example/CMakeFiles/ndarray.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/example/CMakeFiles/ndarray.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/ndarray.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/rule - -# Convenience name for target. -ndarray: libs/numpy/example/CMakeFiles/ndarray.dir/rule -.PHONY : ndarray - -# clean rule for target. -libs/numpy/example/CMakeFiles/ndarray.dir/clean: - $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/clean -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/clean - -# clean rule for target. -clean: libs/numpy/example/CMakeFiles/ndarray.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/example/CMakeFiles/simple.dir - -# All Build rule for target. -libs/numpy/example/CMakeFiles/simple.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/depend - $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 15 - @echo "Built target simple" -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/all - -# Include target in all. -all: libs/numpy/example/CMakeFiles/simple.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/example/CMakeFiles/simple.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/simple.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/rule - -# Convenience name for target. -simple: libs/numpy/example/CMakeFiles/simple.dir/rule -.PHONY : simple - -# clean rule for target. -libs/numpy/example/CMakeFiles/simple.dir/clean: - $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/clean -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/clean - -# clean rule for target. -clean: libs/numpy/example/CMakeFiles/simple.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/example/CMakeFiles/ufunc.dir - -# All Build rule for target. -libs/numpy/example/CMakeFiles/ufunc.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/depend - $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 17 - @echo "Built target ufunc" -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/all - -# Include target in all. -all: libs/numpy/example/CMakeFiles/ufunc.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/example/CMakeFiles/ufunc.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/ufunc.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/rule - -# Convenience name for target. -ufunc: libs/numpy/example/CMakeFiles/ufunc.dir/rule -.PHONY : ufunc - -# clean rule for target. -libs/numpy/example/CMakeFiles/ufunc.dir/clean: - $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/clean -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/clean - -# clean rule for target. -clean: libs/numpy/example/CMakeFiles/ufunc.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/example/CMakeFiles/wrap.dir - -# All Build rule for target. -libs/numpy/example/CMakeFiles/wrap.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/depend - $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 19 - @echo "Built target wrap" -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/all - -# Include target in all. -all: libs/numpy/example/CMakeFiles/wrap.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/example/CMakeFiles/wrap.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/wrap.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/rule - -# Convenience name for target. -wrap: libs/numpy/example/CMakeFiles/wrap.dir/rule -.PHONY : wrap - -# clean rule for target. -libs/numpy/example/CMakeFiles/wrap.dir/clean: - $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/clean -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/clean - -# clean rule for target. -clean: libs/numpy/example/CMakeFiles/wrap.dir/clean -.PHONY : clean - -#============================================================================= -# Directory level rules for directory libs/numpy/test - -# Convenience name for "all" pass in the directory. -libs/numpy/test/all: libs/numpy/test/CMakeFiles/dtype.py.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/dtype_mod.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/indexing.py.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/indexing_mod.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/ndarray.py.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/ndarray_mod.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/shapes.py.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/shapes_mod.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/templates.py.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/templates_mod.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/ufunc.py.dir/all -libs/numpy/test/all: libs/numpy/test/CMakeFiles/ufunc_mod.dir/all -.PHONY : libs/numpy/test/all - -# Convenience name for "clean" pass in the directory. -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/dtype.py.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/dtype_mod.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/indexing.py.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/indexing_mod.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/ndarray.py.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/ndarray_mod.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/shapes.py.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/shapes_mod.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/templates.py.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/templates_mod.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/ufunc.py.dir/clean -libs/numpy/test/clean: libs/numpy/test/CMakeFiles/ufunc_mod.dir/clean -.PHONY : libs/numpy/test/clean - -# Convenience name for "preinstall" pass in the directory. -libs/numpy/test/preinstall: -.PHONY : libs/numpy/test/preinstall - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/dtype.py.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/dtype.py.dir/all: - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype.py.dir/build.make libs/numpy/test/CMakeFiles/dtype.py.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype.py.dir/build.make libs/numpy/test/CMakeFiles/dtype.py.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" - @echo "Built target dtype.py" -.PHONY : libs/numpy/test/CMakeFiles/dtype.py.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/dtype.py.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/dtype.py.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/dtype.py.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/dtype.py.dir/rule - -# Convenience name for target. -dtype.py: libs/numpy/test/CMakeFiles/dtype.py.dir/rule -.PHONY : dtype.py - -# clean rule for target. -libs/numpy/test/CMakeFiles/dtype.py.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype.py.dir/build.make libs/numpy/test/CMakeFiles/dtype.py.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/dtype.py.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/dtype.py.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/dtype_mod.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/dtype_mod.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 8 - @echo "Built target dtype_mod" -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/dtype_mod.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/dtype_mod.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/dtype_mod.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/rule - -# Convenience name for target. -dtype_mod: libs/numpy/test/CMakeFiles/dtype_mod.dir/rule -.PHONY : dtype_mod - -# clean rule for target. -libs/numpy/test/CMakeFiles/dtype_mod.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/dtype_mod.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/indexing.py.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/indexing.py.dir/all: - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing.py.dir/build.make libs/numpy/test/CMakeFiles/indexing.py.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing.py.dir/build.make libs/numpy/test/CMakeFiles/indexing.py.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" - @echo "Built target indexing.py" -.PHONY : libs/numpy/test/CMakeFiles/indexing.py.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/indexing.py.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/indexing.py.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/indexing.py.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/indexing.py.dir/rule - -# Convenience name for target. -indexing.py: libs/numpy/test/CMakeFiles/indexing.py.dir/rule -.PHONY : indexing.py - -# clean rule for target. -libs/numpy/test/CMakeFiles/indexing.py.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing.py.dir/build.make libs/numpy/test/CMakeFiles/indexing.py.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/indexing.py.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/indexing.py.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/indexing_mod.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/indexing_mod.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 11 - @echo "Built target indexing_mod" -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/indexing_mod.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/indexing_mod.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/indexing_mod.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/rule - -# Convenience name for target. -indexing_mod: libs/numpy/test/CMakeFiles/indexing_mod.dir/rule -.PHONY : indexing_mod - -# clean rule for target. -libs/numpy/test/CMakeFiles/indexing_mod.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/indexing_mod.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/ndarray.py.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/ndarray.py.dir/all: - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make libs/numpy/test/CMakeFiles/ndarray.py.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make libs/numpy/test/CMakeFiles/ndarray.py.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" - @echo "Built target ndarray.py" -.PHONY : libs/numpy/test/CMakeFiles/ndarray.py.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/ndarray.py.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/ndarray.py.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ndarray.py.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/ndarray.py.dir/rule - -# Convenience name for target. -ndarray.py: libs/numpy/test/CMakeFiles/ndarray.py.dir/rule -.PHONY : ndarray.py - -# clean rule for target. -libs/numpy/test/CMakeFiles/ndarray.py.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make libs/numpy/test/CMakeFiles/ndarray.py.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/ndarray.py.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/ndarray.py.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/ndarray_mod.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/ndarray_mod.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 13 - @echo "Built target ndarray_mod" -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/ndarray_mod.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/ndarray_mod.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ndarray_mod.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/rule - -# Convenience name for target. -ndarray_mod: libs/numpy/test/CMakeFiles/ndarray_mod.dir/rule -.PHONY : ndarray_mod - -# clean rule for target. -libs/numpy/test/CMakeFiles/ndarray_mod.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/ndarray_mod.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/shapes.py.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/shapes.py.dir/all: - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes.py.dir/build.make libs/numpy/test/CMakeFiles/shapes.py.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes.py.dir/build.make libs/numpy/test/CMakeFiles/shapes.py.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" - @echo "Built target shapes.py" -.PHONY : libs/numpy/test/CMakeFiles/shapes.py.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/shapes.py.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/shapes.py.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/shapes.py.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/shapes.py.dir/rule - -# Convenience name for target. -shapes.py: libs/numpy/test/CMakeFiles/shapes.py.dir/rule -.PHONY : shapes.py - -# clean rule for target. -libs/numpy/test/CMakeFiles/shapes.py.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes.py.dir/build.make libs/numpy/test/CMakeFiles/shapes.py.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/shapes.py.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/shapes.py.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/shapes_mod.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/shapes_mod.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 14 - @echo "Built target shapes_mod" -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/shapes_mod.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/shapes_mod.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/shapes_mod.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/rule - -# Convenience name for target. -shapes_mod: libs/numpy/test/CMakeFiles/shapes_mod.dir/rule -.PHONY : shapes_mod - -# clean rule for target. -libs/numpy/test/CMakeFiles/shapes_mod.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/shapes_mod.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/templates.py.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/templates.py.dir/all: - $(MAKE) -f libs/numpy/test/CMakeFiles/templates.py.dir/build.make libs/numpy/test/CMakeFiles/templates.py.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/templates.py.dir/build.make libs/numpy/test/CMakeFiles/templates.py.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" - @echo "Built target templates.py" -.PHONY : libs/numpy/test/CMakeFiles/templates.py.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/templates.py.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/templates.py.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/templates.py.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/templates.py.dir/rule - -# Convenience name for target. -templates.py: libs/numpy/test/CMakeFiles/templates.py.dir/rule -.PHONY : templates.py - -# clean rule for target. -libs/numpy/test/CMakeFiles/templates.py.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/templates.py.dir/build.make libs/numpy/test/CMakeFiles/templates.py.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/templates.py.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/templates.py.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/templates_mod.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/templates_mod.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 16 - @echo "Built target templates_mod" -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/templates_mod.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/templates_mod.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/templates_mod.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/rule - -# Convenience name for target. -templates_mod: libs/numpy/test/CMakeFiles/templates_mod.dir/rule -.PHONY : templates_mod - -# clean rule for target. -libs/numpy/test/CMakeFiles/templates_mod.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/templates_mod.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/ufunc.py.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/ufunc.py.dir/all: - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make libs/numpy/test/CMakeFiles/ufunc.py.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make libs/numpy/test/CMakeFiles/ufunc.py.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" - @echo "Built target ufunc.py" -.PHONY : libs/numpy/test/CMakeFiles/ufunc.py.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/ufunc.py.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/ufunc.py.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ufunc.py.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/ufunc.py.dir/rule - -# Convenience name for target. -ufunc.py: libs/numpy/test/CMakeFiles/ufunc.py.dir/rule -.PHONY : ufunc.py - -# clean rule for target. -libs/numpy/test/CMakeFiles/ufunc.py.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make libs/numpy/test/CMakeFiles/ufunc.py.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/ufunc.py.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/ufunc.py.dir/clean -.PHONY : clean - -#============================================================================= -# Target rules for target libs/numpy/test/CMakeFiles/ufunc_mod.dir - -# All Build rule for target. -libs/numpy/test/CMakeFiles/ufunc_mod.dir/all: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/all - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 18 - @echo "Built target ufunc_mod" -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/all - -# Include target in all. -all: libs/numpy/test/CMakeFiles/ufunc_mod.dir/all -.PHONY : all - -# Build rule for subdir invocation for target. -libs/numpy/test/CMakeFiles/ufunc_mod.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 7 - $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ufunc_mod.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/rule - -# Convenience name for target. -ufunc_mod: libs/numpy/test/CMakeFiles/ufunc_mod.dir/rule -.PHONY : ufunc_mod - -# clean rule for target. -libs/numpy/test/CMakeFiles/ufunc_mod.dir/clean: - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/clean -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/clean - -# clean rule for target. -clean: libs/numpy/test/CMakeFiles/ufunc_mod.dir/clean -.PHONY : clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Makefile.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Makefile.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/Makefile.cmake 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/Makefile.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,91 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "../CMakeLists.txt" - "CMakeFiles/3.2.2/CMakeCCompiler.cmake" - "CMakeFiles/3.2.2/CMakeCXXCompiler.cmake" - "CMakeFiles/3.2.2/CMakeSystem.cmake" - "../cmake/BoostNumpyConfig.cmake.in" - "../libs/numpy/cmake/FindNumPy.cmake" - "../libs/numpy/example/CMakeLists.txt" - "../libs/numpy/src/CMakeLists.txt" - "../libs/numpy/test/CMakeLists.txt" - "../libs/numpy/test/runCmakeTest.sh.in" - "/usr/share/cmake-3.2/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" - "/usr/share/cmake-3.2/Modules/CMakeCInformation.cmake" - "/usr/share/cmake-3.2/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake-3.2/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake-3.2/Modules/CMakeFindFrameworks.cmake" - "/usr/share/cmake-3.2/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake-3.2/Modules/CMakePackageConfigHelpers.cmake" - "/usr/share/cmake-3.2/Modules/CMakeParseArguments.cmake" - "/usr/share/cmake-3.2/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake-3.2/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake-3.2/Modules/CMakeUnixFindMake.cmake" - "/usr/share/cmake-3.2/Modules/CPack.cmake" - "/usr/share/cmake-3.2/Modules/CPackComponent.cmake" - "/usr/share/cmake-3.2/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake-3.2/Modules/Compiler/GNU-CXX.cmake" - "/usr/share/cmake-3.2/Modules/Compiler/GNU.cmake" - "/usr/share/cmake-3.2/Modules/FindBoost.cmake" - "/usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake" - "/usr/share/cmake-3.2/Modules/FindPackageMessage.cmake" - "/usr/share/cmake-3.2/Modules/FindPythonInterp.cmake" - "/usr/share/cmake-3.2/Modules/FindPythonLibs.cmake" - "/usr/share/cmake-3.2/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake-3.2/Modules/Platform/Linux-GNU-CXX.cmake" - "/usr/share/cmake-3.2/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake-3.2/Modules/Platform/Linux.cmake" - "/usr/share/cmake-3.2/Modules/Platform/UnixPaths.cmake" - "/usr/share/cmake-3.2/Modules/SelectLibraryConfigurations.cmake" - "/usr/share/cmake-3.2/Modules/WriteBasicConfigVersionFile.cmake" - "/usr/share/cmake-3.2/Templates/CPackConfig.cmake.in" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "BoostPython2NumpyConfig.cmake" - "BoostPython2NumpyConfigVersion.cmake" - "CPackConfig.cmake" - "CPackSourceConfig.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "libs/numpy/src/CMakeFiles/CMakeDirectoryInformation.cmake" - "libs/numpy/example/CMakeFiles/CMakeDirectoryInformation.cmake" - "libs/numpy/test/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - "libs/numpy/example/CMakeFiles/dtype.dir/DependInfo.cmake" - "libs/numpy/example/CMakeFiles/fromdata.dir/DependInfo.cmake" - "libs/numpy/example/CMakeFiles/ufunc.dir/DependInfo.cmake" - "libs/numpy/example/CMakeFiles/ndarray.dir/DependInfo.cmake" - "libs/numpy/example/CMakeFiles/simple.dir/DependInfo.cmake" - "libs/numpy/example/CMakeFiles/gaussian.dir/DependInfo.cmake" - "libs/numpy/example/CMakeFiles/wrap.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/dtype.py.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/templates_mod.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/ndarray.py.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/shapes_mod.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/ufunc_mod.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/templates.py.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/ndarray_mod.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/shapes.py.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/ufunc.py.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/indexing.py.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/indexing_mod.dir/DependInfo.cmake" - "libs/numpy/test/CMakeFiles/dtype_mod.dir/DependInfo.cmake" - ) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/progress.marks boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/progress.marks --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/progress.marks 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/progress.marks 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -19 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/TargetDirectories.txt boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/TargetDirectories.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/CMakeFiles/TargetDirectories.txt 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CMakeFiles/TargetDirectories.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/simple.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir -/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/cmake_install.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/cmake_install.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/cmake_install.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/cmake_install.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ -# Install script for directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/boost" FILES_MATCHING REGEX "/[^/]*\\.hpp$") -endif() - -if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake") - file(DIFFERENT EXPORT_FILE_CHANGED FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake") - if(EXPORT_FILE_CHANGED) - file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets-*.cmake") - if(OLD_CONFIG_FILES) - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") - file(REMOVE ${OLD_CONFIG_FILES}) - endif() - endif() - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/BoostPython2Numpy/cmake" TYPE FILE FILES "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets.cmake") - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/BoostPython2Numpy/cmake" TYPE FILE FILES "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/Export/lib/BoostPython2Numpy/cmake/BoostPython2NumpyTargets-noconfig.cmake") - endif() -endif() - -if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/BoostPython2Numpy/cmake" TYPE FILE FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/BoostPython2NumpyConfig.cmake" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/BoostPython2NumpyConfigVersion.cmake" - ) -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/cmake_install.cmake") - include("/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/cmake_install.cmake") - include("/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CPackConfig.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CPackConfig.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CPackConfig.cmake 2017-11-29 18:38:05.365965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CPackConfig.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -SET(CPACK_BINARY_7Z "") -SET(CPACK_BINARY_BUNDLE "") -SET(CPACK_BINARY_CYGWIN "") -SET(CPACK_BINARY_DEB "OFF") -SET(CPACK_BINARY_DRAGNDROP "") -SET(CPACK_BINARY_IFW "OFF") -SET(CPACK_BINARY_NSIS "OFF") -SET(CPACK_BINARY_OSXX11 "") -SET(CPACK_BINARY_PACKAGEMAKER "") -SET(CPACK_BINARY_RPM "OFF") -SET(CPACK_BINARY_STGZ "ON") -SET(CPACK_BINARY_TBZ2 "OFF") -SET(CPACK_BINARY_TGZ "ON") -SET(CPACK_BINARY_TXZ "OFF") -SET(CPACK_BINARY_TZ "ON") -SET(CPACK_BINARY_WIX "") -SET(CPACK_BINARY_ZIP "") -SET(CPACK_CMAKE_GENERATOR "Unix Makefiles") -SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -SET(CPACK_DEBIAN_PACKAGE_DEPENDS "python-dev, python-numpy, libboost-python-dev") -SET(CPACK_GENERATOR "STGZ;TGZ;TZ") -SET(CPACK_INSTALL_CMAKE_PROJECTS "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build;boost.numpy;ALL;/") -SET(CPACK_INSTALL_PREFIX "/usr/local") -SET(CPACK_MODULE_PATH "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/cmake") -SET(CPACK_NSIS_DISPLAY_NAME "boost-numpy 24") -SET(CPACK_NSIS_INSTALLER_ICON_CODE "") -SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -SET(CPACK_NSIS_PACKAGE_NAME "boost-numpy 24") -SET(CPACK_OUTPUT_CONFIG_FILE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackConfig.cmake") -SET(CPACK_PACKAGE_CONTACT "ndarray-dev@googlegroups.com") -SET(CPACK_PACKAGE_DEFAULT_LOCATION "/") -SET(CPACK_PACKAGE_DESCRIPTION "It is intended as a replacement for the old numeric support in Boost.Python proper, which is now out-of-date and does not support C/C++ pointer access to the data. Because it builds against the NumPy headers and hence has a dependency that Boost.Python does not, it is intended to be built as a separate library. This is also not intended to be a high-level C++ array library; it would be more accurate to consider it a C++ NumPy API, with the intent of making the NumPy C-API available in a form that is safer and more convenient for C++ users (and particularly those using Boost.Python, of course).") -SET(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.2/Templates/CPack.GenericDescription.txt") -SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Boost.NumPy is an extension for Boost.Python that adds NumPy support.") -SET(CPACK_PACKAGE_FILE_NAME "boost-numpy-24-Linux") -SET(CPACK_PACKAGE_INSTALL_DIRECTORY "boost-numpy 24") -SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "boost-numpy 24") -SET(CPACK_PACKAGE_NAME "boost-numpy") -SET(CPACK_PACKAGE_RELOCATABLE "true") -SET(CPACK_PACKAGE_VENDOR "Humanity") -SET(CPACK_PACKAGE_VERSION "24") -SET(CPACK_PACKAGE_VERSION_MAJOR "0") -SET(CPACK_PACKAGE_VERSION_MINOR "1") -SET(CPACK_PACKAGE_VERSION_PATCH "1") -SET(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-3.2/Templates/CPack.GenericLicense.txt") -SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.2/Templates/CPack.GenericDescription.txt") -SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.2/Templates/CPack.GenericWelcome.txt") -SET(CPACK_SET_DESTDIR "OFF") -SET(CPACK_SOURCE_7Z "") -SET(CPACK_SOURCE_CYGWIN "") -SET(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackSourceConfig.cmake") -SET(CPACK_SOURCE_TBZ2 "ON") -SET(CPACK_SOURCE_TGZ "ON") -SET(CPACK_SOURCE_TXZ "ON") -SET(CPACK_SOURCE_TZ "ON") -SET(CPACK_SOURCE_ZIP "OFF") -SET(CPACK_SYSTEM_NAME "Linux") -SET(CPACK_TOPLEVEL_TAG "Linux") -SET(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CPackSourceConfig.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CPackSourceConfig.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CPackSourceConfig.cmake 2017-11-29 18:38:05.369965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CPackSourceConfig.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,89 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -SET(CPACK_BINARY_7Z "") -SET(CPACK_BINARY_BUNDLE "") -SET(CPACK_BINARY_CYGWIN "") -SET(CPACK_BINARY_DEB "OFF") -SET(CPACK_BINARY_DRAGNDROP "") -SET(CPACK_BINARY_IFW "OFF") -SET(CPACK_BINARY_NSIS "OFF") -SET(CPACK_BINARY_OSXX11 "") -SET(CPACK_BINARY_PACKAGEMAKER "") -SET(CPACK_BINARY_RPM "OFF") -SET(CPACK_BINARY_STGZ "ON") -SET(CPACK_BINARY_TBZ2 "OFF") -SET(CPACK_BINARY_TGZ "ON") -SET(CPACK_BINARY_TXZ "OFF") -SET(CPACK_BINARY_TZ "ON") -SET(CPACK_BINARY_WIX "") -SET(CPACK_BINARY_ZIP "") -SET(CPACK_CMAKE_GENERATOR "Unix Makefiles") -SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -SET(CPACK_DEBIAN_PACKAGE_DEPENDS "python-dev, python-numpy, libboost-python-dev") -SET(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") -SET(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#") -SET(CPACK_INSTALLED_DIRECTORIES "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty;/") -SET(CPACK_INSTALL_CMAKE_PROJECTS "") -SET(CPACK_INSTALL_PREFIX "/usr/local") -SET(CPACK_MODULE_PATH "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/cmake") -SET(CPACK_NSIS_DISPLAY_NAME "boost-numpy 24") -SET(CPACK_NSIS_INSTALLER_ICON_CODE "") -SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -SET(CPACK_NSIS_PACKAGE_NAME "boost-numpy 24") -SET(CPACK_OUTPUT_CONFIG_FILE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackConfig.cmake") -SET(CPACK_PACKAGE_CONTACT "ndarray-dev@googlegroups.com") -SET(CPACK_PACKAGE_DEFAULT_LOCATION "/") -SET(CPACK_PACKAGE_DESCRIPTION "It is intended as a replacement for the old numeric support in Boost.Python proper, which is now out-of-date and does not support C/C++ pointer access to the data. Because it builds against the NumPy headers and hence has a dependency that Boost.Python does not, it is intended to be built as a separate library. This is also not intended to be a high-level C++ array library; it would be more accurate to consider it a C++ NumPy API, with the intent of making the NumPy C-API available in a form that is safer and more convenient for C++ users (and particularly those using Boost.Python, of course).") -SET(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.2/Templates/CPack.GenericDescription.txt") -SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Boost.NumPy is an extension for Boost.Python that adds NumPy support.") -SET(CPACK_PACKAGE_FILE_NAME "boost-numpy-24-Source") -SET(CPACK_PACKAGE_INSTALL_DIRECTORY "boost-numpy 24") -SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "boost-numpy 24") -SET(CPACK_PACKAGE_NAME "boost-numpy") -SET(CPACK_PACKAGE_RELOCATABLE "true") -SET(CPACK_PACKAGE_VENDOR "Humanity") -SET(CPACK_PACKAGE_VERSION "24") -SET(CPACK_PACKAGE_VERSION_MAJOR "0") -SET(CPACK_PACKAGE_VERSION_MINOR "1") -SET(CPACK_PACKAGE_VERSION_PATCH "1") -SET(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-3.2/Templates/CPack.GenericLicense.txt") -SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.2/Templates/CPack.GenericDescription.txt") -SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.2/Templates/CPack.GenericWelcome.txt") -SET(CPACK_SET_DESTDIR "OFF") -SET(CPACK_SOURCE_7Z "") -SET(CPACK_SOURCE_CYGWIN "") -SET(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -SET(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp$;\\.#;/#") -SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty;/") -SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackSourceConfig.cmake") -SET(CPACK_SOURCE_PACKAGE_FILE_NAME "boost-numpy-24-Source") -SET(CPACK_SOURCE_TBZ2 "ON") -SET(CPACK_SOURCE_TGZ "ON") -SET(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") -SET(CPACK_SOURCE_TXZ "ON") -SET(CPACK_SOURCE_TZ "ON") -SET(CPACK_SOURCE_ZIP "OFF") -SET(CPACK_STRIP_FILES "") -SET(CPACK_SYSTEM_NAME "Linux") -SET(CPACK_TOPLEVEL_TAG "Linux-Source") -SET(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/CTestTestfile.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/CTestTestfile.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/CTestTestfile.cmake 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/CTestTestfile.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty -# Build directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs(libs/numpy/src) -subdirs(libs/numpy/example) -subdirs(libs/numpy/test) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/CMakeDirectoryInformation.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/CMakeDirectoryInformation.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/CMakeDirectoryInformation.cmake 2017-11-29 18:38:05.377965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/build.make 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/example/CMakeFiles/dtype.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/example/CMakeFiles/dtype.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/example/CMakeFiles/dtype.dir/flags.make - -libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o: libs/numpy/example/CMakeFiles/dtype.dir/flags.make -libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o: ../libs/numpy/example/dtype.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/dtype.dir/dtype.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/dtype.cpp" - -libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/dtype.dir/dtype.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/dtype.cpp" > CMakeFiles/dtype.dir/dtype.cpp.i - -libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/dtype.dir/dtype.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/dtype.cpp" -o CMakeFiles/dtype.dir/dtype.cpp.s - -libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.requires: -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.requires - -libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.provides: libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.requires - $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.provides.build -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.provides - -libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.provides.build: libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o - -# Object files for target dtype -dtype_OBJECTS = \ -"CMakeFiles/dtype.dir/dtype.cpp.o" - -# External object files for target dtype -dtype_EXTERNAL_OBJECTS = - -bin/dtype: libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o -bin/dtype: libs/numpy/example/CMakeFiles/dtype.dir/build.make -bin/dtype: lib/libboost_python2_numpy.so -bin/dtype: /usr/lib/x86_64-linux-gnu/libboost_python.so -bin/dtype: /usr/lib/x86_64-linux-gnu/libpython2.7.so -bin/dtype: libs/numpy/example/CMakeFiles/dtype.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/dtype" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/dtype.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/example/CMakeFiles/dtype.dir/build: bin/dtype -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/build - -libs/numpy/example/CMakeFiles/dtype.dir/requires: libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o.requires -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/requires - -libs/numpy/example/CMakeFiles/dtype.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -P CMakeFiles/dtype.dir/cmake_clean.cmake -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/clean - -libs/numpy/example/CMakeFiles/dtype.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/cmake_clean.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/dtype.dir/dtype.cpp.o" - "../../../bin/dtype.pdb" - "../../../bin/dtype" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/dtype.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/DependInfo.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/dtype.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/depend.make 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for dtype. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/flags.make 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/link.txt 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ CMakeFiles/dtype.dir/dtype.cpp.o -o ../../../bin/dtype -rdynamic ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/dtype.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 7 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/build.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/example/CMakeFiles/fromdata.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/example/CMakeFiles/fromdata.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/example/CMakeFiles/fromdata.dir/flags.make - -libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o: libs/numpy/example/CMakeFiles/fromdata.dir/flags.make -libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o: ../libs/numpy/example/fromdata.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/fromdata.dir/fromdata.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/fromdata.cpp" - -libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/fromdata.dir/fromdata.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/fromdata.cpp" > CMakeFiles/fromdata.dir/fromdata.cpp.i - -libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/fromdata.dir/fromdata.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/fromdata.cpp" -o CMakeFiles/fromdata.dir/fromdata.cpp.s - -libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.requires: -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.requires - -libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.provides: libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.requires - $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.provides.build -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.provides - -libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.provides.build: libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o - -# Object files for target fromdata -fromdata_OBJECTS = \ -"CMakeFiles/fromdata.dir/fromdata.cpp.o" - -# External object files for target fromdata -fromdata_EXTERNAL_OBJECTS = - -bin/fromdata: libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o -bin/fromdata: libs/numpy/example/CMakeFiles/fromdata.dir/build.make -bin/fromdata: lib/libboost_python2_numpy.so -bin/fromdata: /usr/lib/x86_64-linux-gnu/libboost_python.so -bin/fromdata: /usr/lib/x86_64-linux-gnu/libpython2.7.so -bin/fromdata: libs/numpy/example/CMakeFiles/fromdata.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/fromdata" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fromdata.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/example/CMakeFiles/fromdata.dir/build: bin/fromdata -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/build - -libs/numpy/example/CMakeFiles/fromdata.dir/requires: libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o.requires -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/requires - -libs/numpy/example/CMakeFiles/fromdata.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -P CMakeFiles/fromdata.dir/cmake_clean.cmake -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/clean - -libs/numpy/example/CMakeFiles/fromdata.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/cmake_clean.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/fromdata.dir/fromdata.cpp.o" - "../../../bin/fromdata.pdb" - "../../../bin/fromdata" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/fromdata.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/DependInfo.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/fromdata.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/depend.make 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for fromdata. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/flags.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/link.txt 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ CMakeFiles/fromdata.dir/fromdata.cpp.o -o ../../../bin/fromdata -rdynamic ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/fromdata.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 9 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/build.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/example/CMakeFiles/gaussian.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/example/CMakeFiles/gaussian.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/example/CMakeFiles/gaussian.dir/flags.make - -libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o: libs/numpy/example/CMakeFiles/gaussian.dir/flags.make -libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o: ../libs/numpy/example/gaussian.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/gaussian.dir/gaussian.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/gaussian.cpp" - -libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gaussian.dir/gaussian.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/gaussian.cpp" > CMakeFiles/gaussian.dir/gaussian.cpp.i - -libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gaussian.dir/gaussian.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/gaussian.cpp" -o CMakeFiles/gaussian.dir/gaussian.cpp.s - -libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.requires: -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.requires - -libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.provides: libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.requires - $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.provides.build -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.provides - -libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.provides.build: libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o - -# Object files for target gaussian -gaussian_OBJECTS = \ -"CMakeFiles/gaussian.dir/gaussian.cpp.o" - -# External object files for target gaussian -gaussian_EXTERNAL_OBJECTS = - -lib/gaussian.so: libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o -lib/gaussian.so: libs/numpy/example/CMakeFiles/gaussian.dir/build.make -lib/gaussian.so: lib/libboost_python2_numpy.so -lib/gaussian.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/gaussian.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/gaussian.so: libs/numpy/example/CMakeFiles/gaussian.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared module ../../../lib/gaussian.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gaussian.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/example/CMakeFiles/gaussian.dir/build: lib/gaussian.so -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/build - -libs/numpy/example/CMakeFiles/gaussian.dir/requires: libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o.requires -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/requires - -libs/numpy/example/CMakeFiles/gaussian.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -P CMakeFiles/gaussian.dir/cmake_clean.cmake -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/clean - -libs/numpy/example/CMakeFiles/gaussian.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/cmake_clean.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/gaussian.dir/gaussian.cpp.o" - "../../../lib/gaussian.pdb" - "../../../lib/gaussian.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/gaussian.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/DependInfo.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/gaussian.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/depend.make 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for gaussian. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/flags.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dgaussian_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/link.txt 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,gaussian.so -o ../../../lib/gaussian.so CMakeFiles/gaussian.dir/gaussian.cpp.o ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/gaussian.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 10 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/build.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/example/CMakeFiles/ndarray.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/example/CMakeFiles/ndarray.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/example/CMakeFiles/ndarray.dir/flags.make - -libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o: libs/numpy/example/CMakeFiles/ndarray.dir/flags.make -libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o: ../libs/numpy/example/ndarray.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/ndarray.dir/ndarray.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ndarray.cpp" - -libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ndarray.dir/ndarray.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ndarray.cpp" > CMakeFiles/ndarray.dir/ndarray.cpp.i - -libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ndarray.dir/ndarray.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ndarray.cpp" -o CMakeFiles/ndarray.dir/ndarray.cpp.s - -libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.requires: -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.requires - -libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.provides: libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.requires - $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.provides.build -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.provides - -libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.provides.build: libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o - -# Object files for target ndarray -ndarray_OBJECTS = \ -"CMakeFiles/ndarray.dir/ndarray.cpp.o" - -# External object files for target ndarray -ndarray_EXTERNAL_OBJECTS = - -bin/ndarray: libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o -bin/ndarray: libs/numpy/example/CMakeFiles/ndarray.dir/build.make -bin/ndarray: lib/libboost_python2_numpy.so -bin/ndarray: /usr/lib/x86_64-linux-gnu/libboost_python.so -bin/ndarray: /usr/lib/x86_64-linux-gnu/libpython2.7.so -bin/ndarray: libs/numpy/example/CMakeFiles/ndarray.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/ndarray" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ndarray.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/example/CMakeFiles/ndarray.dir/build: bin/ndarray -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/build - -libs/numpy/example/CMakeFiles/ndarray.dir/requires: libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o.requires -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/requires - -libs/numpy/example/CMakeFiles/ndarray.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -P CMakeFiles/ndarray.dir/cmake_clean.cmake -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/clean - -libs/numpy/example/CMakeFiles/ndarray.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/cmake_clean.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ndarray.dir/ndarray.cpp.o" - "../../../bin/ndarray.pdb" - "../../../bin/ndarray" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/ndarray.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/DependInfo.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ndarray.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/depend.make 2017-11-29 18:38:05.377965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for ndarray. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/flags.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/link.txt 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ CMakeFiles/ndarray.dir/ndarray.cpp.o -o ../../../bin/ndarray -rdynamic ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ndarray.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 12 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/progress.marks boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/progress.marks --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/progress.marks 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/progress.marks 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -13 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/build.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/example/CMakeFiles/simple.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/example/CMakeFiles/simple.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/example/CMakeFiles/simple.dir/flags.make - -libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o: libs/numpy/example/CMakeFiles/simple.dir/flags.make -libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o: ../libs/numpy/example/simple.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/simple.dir/simple.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/simple.cpp" - -libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/simple.dir/simple.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/simple.cpp" > CMakeFiles/simple.dir/simple.cpp.i - -libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/simple.dir/simple.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/simple.cpp" -o CMakeFiles/simple.dir/simple.cpp.s - -libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.requires: -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.requires - -libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.provides: libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.requires - $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.provides.build -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.provides - -libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.provides.build: libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o - -# Object files for target simple -simple_OBJECTS = \ -"CMakeFiles/simple.dir/simple.cpp.o" - -# External object files for target simple -simple_EXTERNAL_OBJECTS = - -bin/simple: libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o -bin/simple: libs/numpy/example/CMakeFiles/simple.dir/build.make -bin/simple: lib/libboost_python2_numpy.so -bin/simple: /usr/lib/x86_64-linux-gnu/libboost_python.so -bin/simple: /usr/lib/x86_64-linux-gnu/libpython2.7.so -bin/simple: libs/numpy/example/CMakeFiles/simple.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/simple" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/simple.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/example/CMakeFiles/simple.dir/build: bin/simple -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/build - -libs/numpy/example/CMakeFiles/simple.dir/requires: libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o.requires -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/requires - -libs/numpy/example/CMakeFiles/simple.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -P CMakeFiles/simple.dir/cmake_clean.cmake -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/clean - -libs/numpy/example/CMakeFiles/simple.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/cmake_clean.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/simple.dir/simple.cpp.o" - "../../../bin/simple.pdb" - "../../../bin/simple" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/simple.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/DependInfo.cmake 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/simple.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/depend.make 2017-11-29 18:38:05.377965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for simple. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/flags.make 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/link.txt 2017-11-29 18:40:38.647308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ CMakeFiles/simple.dir/simple.cpp.o -o ../../../bin/simple -rdynamic ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/simple.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 15 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/build.make 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/example/CMakeFiles/ufunc.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/example/CMakeFiles/ufunc.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/example/CMakeFiles/ufunc.dir/flags.make - -libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o: libs/numpy/example/CMakeFiles/ufunc.dir/flags.make -libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o: ../libs/numpy/example/ufunc.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/ufunc.dir/ufunc.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ufunc.cpp" - -libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ufunc.dir/ufunc.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ufunc.cpp" > CMakeFiles/ufunc.dir/ufunc.cpp.i - -libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ufunc.dir/ufunc.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ufunc.cpp" -o CMakeFiles/ufunc.dir/ufunc.cpp.s - -libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.requires: -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.requires - -libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.provides: libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.requires - $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.provides.build -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.provides - -libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.provides.build: libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o - -# Object files for target ufunc -ufunc_OBJECTS = \ -"CMakeFiles/ufunc.dir/ufunc.cpp.o" - -# External object files for target ufunc -ufunc_EXTERNAL_OBJECTS = - -bin/ufunc: libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o -bin/ufunc: libs/numpy/example/CMakeFiles/ufunc.dir/build.make -bin/ufunc: lib/libboost_python2_numpy.so -bin/ufunc: /usr/lib/x86_64-linux-gnu/libboost_python.so -bin/ufunc: /usr/lib/x86_64-linux-gnu/libpython2.7.so -bin/ufunc: libs/numpy/example/CMakeFiles/ufunc.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/ufunc" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ufunc.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/example/CMakeFiles/ufunc.dir/build: bin/ufunc -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/build - -libs/numpy/example/CMakeFiles/ufunc.dir/requires: libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o.requires -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/requires - -libs/numpy/example/CMakeFiles/ufunc.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -P CMakeFiles/ufunc.dir/cmake_clean.cmake -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/clean - -libs/numpy/example/CMakeFiles/ufunc.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/cmake_clean.cmake 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ufunc.dir/ufunc.cpp.o" - "../../../bin/ufunc.pdb" - "../../../bin/ufunc" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/ufunc.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/DependInfo.cmake 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/ufunc.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/depend.make 2017-11-29 18:38:05.377965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for ufunc. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/flags.make 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/link.txt 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ CMakeFiles/ufunc.dir/ufunc.cpp.o -o ../../../bin/ufunc -rdynamic ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/ufunc.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 17 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/build.make 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/example/CMakeFiles/wrap.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/example/CMakeFiles/wrap.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/example/CMakeFiles/wrap.dir/flags.make - -libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o: libs/numpy/example/CMakeFiles/wrap.dir/flags.make -libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o: ../libs/numpy/example/wrap.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/wrap.dir/wrap.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/wrap.cpp" - -libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/wrap.dir/wrap.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/wrap.cpp" > CMakeFiles/wrap.dir/wrap.cpp.i - -libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/wrap.dir/wrap.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/wrap.cpp" -o CMakeFiles/wrap.dir/wrap.cpp.s - -libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.requires: -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.requires - -libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.provides: libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.requires - $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.provides.build -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.provides - -libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.provides.build: libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o - -# Object files for target wrap -wrap_OBJECTS = \ -"CMakeFiles/wrap.dir/wrap.cpp.o" - -# External object files for target wrap -wrap_EXTERNAL_OBJECTS = - -bin/wrap: libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o -bin/wrap: libs/numpy/example/CMakeFiles/wrap.dir/build.make -bin/wrap: lib/libboost_python2_numpy.so -bin/wrap: /usr/lib/x86_64-linux-gnu/libboost_python.so -bin/wrap: /usr/lib/x86_64-linux-gnu/libpython2.7.so -bin/wrap: libs/numpy/example/CMakeFiles/wrap.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../../../bin/wrap" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/wrap.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/example/CMakeFiles/wrap.dir/build: bin/wrap -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/build - -libs/numpy/example/CMakeFiles/wrap.dir/requires: libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o.requires -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/requires - -libs/numpy/example/CMakeFiles/wrap.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" && $(CMAKE_COMMAND) -P CMakeFiles/wrap.dir/cmake_clean.cmake -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/clean - -libs/numpy/example/CMakeFiles/wrap.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/cmake_clean.cmake 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/wrap.dir/wrap.cpp.o" - "../../../bin/wrap.pdb" - "../../../bin/wrap" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/wrap.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/DependInfo.cmake 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example/wrap.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/depend.make 2017-11-29 18:38:05.377965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for wrap. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/flags.make 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/link.txt 2017-11-29 18:40:38.651308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ CMakeFiles/wrap.dir/wrap.cpp.o -o ../../../bin/wrap -rdynamic ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CMakeFiles/wrap.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 19 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/cmake_install.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/cmake_install.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/cmake_install.cmake 2017-11-29 18:38:05.377965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/cmake_install.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -# Install script for directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CTestTestfile.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CTestTestfile.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/CTestTestfile.cmake 2017-11-29 18:38:05.377965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/CTestTestfile.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/example -# Build directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/Makefile boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/Makefile --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/example/Makefile 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/example/Makefile 1970-01-01 00:00:00.000000000 +0000 @@ -1,486 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: install/local -.PHONY : install/local/fast - -# The main all target -all: cmake_check_build_system - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/example/CMakeFiles/progress.marks" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : all - -# The main clean target -clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -libs/numpy/example/CMakeFiles/dtype.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/dtype.dir/rule -.PHONY : libs/numpy/example/CMakeFiles/dtype.dir/rule - -# Convenience name for target. -dtype: libs/numpy/example/CMakeFiles/dtype.dir/rule -.PHONY : dtype - -# fast build rule for target. -dtype/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/build -.PHONY : dtype/fast - -# Convenience name for target. -libs/numpy/example/CMakeFiles/fromdata.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/fromdata.dir/rule -.PHONY : libs/numpy/example/CMakeFiles/fromdata.dir/rule - -# Convenience name for target. -fromdata: libs/numpy/example/CMakeFiles/fromdata.dir/rule -.PHONY : fromdata - -# fast build rule for target. -fromdata/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/build -.PHONY : fromdata/fast - -# Convenience name for target. -libs/numpy/example/CMakeFiles/gaussian.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/gaussian.dir/rule -.PHONY : libs/numpy/example/CMakeFiles/gaussian.dir/rule - -# Convenience name for target. -gaussian: libs/numpy/example/CMakeFiles/gaussian.dir/rule -.PHONY : gaussian - -# fast build rule for target. -gaussian/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/build -.PHONY : gaussian/fast - -# Convenience name for target. -libs/numpy/example/CMakeFiles/ndarray.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/ndarray.dir/rule -.PHONY : libs/numpy/example/CMakeFiles/ndarray.dir/rule - -# Convenience name for target. -ndarray: libs/numpy/example/CMakeFiles/ndarray.dir/rule -.PHONY : ndarray - -# fast build rule for target. -ndarray/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/build -.PHONY : ndarray/fast - -# Convenience name for target. -libs/numpy/example/CMakeFiles/simple.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/simple.dir/rule -.PHONY : libs/numpy/example/CMakeFiles/simple.dir/rule - -# Convenience name for target. -simple: libs/numpy/example/CMakeFiles/simple.dir/rule -.PHONY : simple - -# fast build rule for target. -simple/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/build -.PHONY : simple/fast - -# Convenience name for target. -libs/numpy/example/CMakeFiles/ufunc.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/ufunc.dir/rule -.PHONY : libs/numpy/example/CMakeFiles/ufunc.dir/rule - -# Convenience name for target. -ufunc: libs/numpy/example/CMakeFiles/ufunc.dir/rule -.PHONY : ufunc - -# fast build rule for target. -ufunc/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/build -.PHONY : ufunc/fast - -# Convenience name for target. -libs/numpy/example/CMakeFiles/wrap.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/example/CMakeFiles/wrap.dir/rule -.PHONY : libs/numpy/example/CMakeFiles/wrap.dir/rule - -# Convenience name for target. -wrap: libs/numpy/example/CMakeFiles/wrap.dir/rule -.PHONY : wrap - -# fast build rule for target. -wrap/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/build -.PHONY : wrap/fast - -dtype.o: dtype.cpp.o -.PHONY : dtype.o - -# target to build an object file -dtype.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.o -.PHONY : dtype.cpp.o - -dtype.i: dtype.cpp.i -.PHONY : dtype.i - -# target to preprocess a source file -dtype.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.i -.PHONY : dtype.cpp.i - -dtype.s: dtype.cpp.s -.PHONY : dtype.s - -# target to generate assembly for a file -dtype.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/dtype.cpp.s -.PHONY : dtype.cpp.s - -fromdata.o: fromdata.cpp.o -.PHONY : fromdata.o - -# target to build an object file -fromdata.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.o -.PHONY : fromdata.cpp.o - -fromdata.i: fromdata.cpp.i -.PHONY : fromdata.i - -# target to preprocess a source file -fromdata.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.i -.PHONY : fromdata.cpp.i - -fromdata.s: fromdata.cpp.s -.PHONY : fromdata.s - -# target to generate assembly for a file -fromdata.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/fromdata.cpp.s -.PHONY : fromdata.cpp.s - -gaussian.o: gaussian.cpp.o -.PHONY : gaussian.o - -# target to build an object file -gaussian.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.o -.PHONY : gaussian.cpp.o - -gaussian.i: gaussian.cpp.i -.PHONY : gaussian.i - -# target to preprocess a source file -gaussian.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.i -.PHONY : gaussian.cpp.i - -gaussian.s: gaussian.cpp.s -.PHONY : gaussian.s - -# target to generate assembly for a file -gaussian.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/gaussian.cpp.s -.PHONY : gaussian.cpp.s - -ndarray.o: ndarray.cpp.o -.PHONY : ndarray.o - -# target to build an object file -ndarray.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.o -.PHONY : ndarray.cpp.o - -ndarray.i: ndarray.cpp.i -.PHONY : ndarray.i - -# target to preprocess a source file -ndarray.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.i -.PHONY : ndarray.cpp.i - -ndarray.s: ndarray.cpp.s -.PHONY : ndarray.s - -# target to generate assembly for a file -ndarray.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/ndarray.cpp.s -.PHONY : ndarray.cpp.s - -simple.o: simple.cpp.o -.PHONY : simple.o - -# target to build an object file -simple.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.o -.PHONY : simple.cpp.o - -simple.i: simple.cpp.i -.PHONY : simple.i - -# target to preprocess a source file -simple.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.i -.PHONY : simple.cpp.i - -simple.s: simple.cpp.s -.PHONY : simple.s - -# target to generate assembly for a file -simple.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/simple.cpp.s -.PHONY : simple.cpp.s - -ufunc.o: ufunc.cpp.o -.PHONY : ufunc.o - -# target to build an object file -ufunc.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.o -.PHONY : ufunc.cpp.o - -ufunc.i: ufunc.cpp.i -.PHONY : ufunc.i - -# target to preprocess a source file -ufunc.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.i -.PHONY : ufunc.cpp.i - -ufunc.s: ufunc.cpp.s -.PHONY : ufunc.s - -# target to generate assembly for a file -ufunc.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/ufunc.cpp.s -.PHONY : ufunc.cpp.s - -wrap.o: wrap.cpp.o -.PHONY : wrap.o - -# target to build an object file -wrap.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.o -.PHONY : wrap.cpp.o - -wrap.i: wrap.cpp.i -.PHONY : wrap.i - -# target to preprocess a source file -wrap.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.i -.PHONY : wrap.cpp.i - -wrap.s: wrap.cpp.s -.PHONY : wrap.s - -# target to generate assembly for a file -wrap.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/wrap.cpp.s -.PHONY : wrap.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... dtype" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... install" - @echo "... fromdata" - @echo "... ufunc" - @echo "... ndarray" - @echo "... simple" - @echo "... list_install_components" - @echo "... package" - @echo "... gaussian" - @echo "... test" - @echo "... wrap" - @echo "... package_source" - @echo "... install/local" - @echo "... dtype.o" - @echo "... dtype.i" - @echo "... dtype.s" - @echo "... fromdata.o" - @echo "... fromdata.i" - @echo "... fromdata.s" - @echo "... gaussian.o" - @echo "... gaussian.i" - @echo "... gaussian.s" - @echo "... ndarray.o" - @echo "... ndarray.i" - @echo "... ndarray.s" - @echo "... simple.o" - @echo "... simple.i" - @echo "... simple.s" - @echo "... ufunc.o" - @echo "... ufunc.i" - @echo "... ufunc.s" - @echo "... wrap.o" - @echo "... wrap.i" - @echo "... wrap.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,263 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o: ../libs/numpy/src/dtype.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python2_numpy.dir/dtype.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" > CMakeFiles/boost_python2_numpy.dir/dtype.cpp.i - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python2_numpy.dir/dtype.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" -o CMakeFiles/boost_python2_numpy.dir/dtype.cpp.s - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o: ../libs/numpy/src/scalars.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_2) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python2_numpy.dir/scalars.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" > CMakeFiles/boost_python2_numpy.dir/scalars.cpp.i - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python2_numpy.dir/scalars.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" -o CMakeFiles/boost_python2_numpy.dir/scalars.cpp.s - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o: ../libs/numpy/src/ndarray.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_3) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" > CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.i - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" -o CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.s - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o: ../libs/numpy/src/matrix.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_4) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python2_numpy.dir/matrix.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" > CMakeFiles/boost_python2_numpy.dir/matrix.cpp.i - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python2_numpy.dir/matrix.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" -o CMakeFiles/boost_python2_numpy.dir/matrix.cpp.s - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o: ../libs/numpy/src/ufunc.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_5) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" > CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.i - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" -o CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.s - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o: ../libs/numpy/src/numpy.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_6) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python2_numpy.dir/numpy.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" > CMakeFiles/boost_python2_numpy.dir/numpy.cpp.i - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python2_numpy.dir/numpy.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" -o CMakeFiles/boost_python2_numpy.dir/numpy.cpp.s - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o - -# Object files for target boost_python2_numpy -boost_python2_numpy_OBJECTS = \ -"CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o" - -# External object files for target boost_python2_numpy -boost_python2_numpy_EXTERNAL_OBJECTS = - -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make -lib/libboost_python2_numpy.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/libboost_python2_numpy.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library ../../../lib/libboost_python2_numpy.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/boost_python2_numpy.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build: lib/libboost_python2_numpy.so -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build - -# Object files for target boost_python2_numpy -boost_python2_numpy_OBJECTS = \ -"CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o" \ -"CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o" - -# External object files for target boost_python2_numpy -boost_python2_numpy_EXTERNAL_OBJECTS = - -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/relink.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/boost_python2_numpy.dir/relink.txt --verbose=$(VERBOSE) - -# Rule to relink during preinstall. -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall: libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o.requires -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/requires - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && $(CMAKE_COMMAND) -P CMakeFiles/boost_python2_numpy.dir/cmake_clean.cmake -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/clean - -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/cmake_clean.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o" - "CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o" - "CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o" - "CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o" - "CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o" - "CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o" - "../../../lib/libboost_python2_numpy.pdb" - "../../../lib/libboost_python2_numpy.so" - "../../../lib/libboost_python2_numpy.pdb" - "CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/boost_python2_numpy.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend.make 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for boost_python2_numpy. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dboost_python2_numpy_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/link.txt 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,libboost_python2_numpy.so -o ../../../lib/libboost_python2_numpy.so CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o -lboost_python -lpython2.7 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 -CMAKE_PROGRESS_3 = 3 -CMAKE_PROGRESS_4 = 4 -CMAKE_PROGRESS_5 = 5 -CMAKE_PROGRESS_6 = 6 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/relink.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/relink.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/relink.txt 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/relink.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,libboost_python2_numpy.so -o CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o -lboost_python -lpython2.7 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,234 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o: ../libs/numpy/src/dtype.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python3_numpy.dir/dtype.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" > CMakeFiles/boost_python3_numpy.dir/dtype.cpp.i - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python3_numpy.dir/dtype.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" -o CMakeFiles/boost_python3_numpy.dir/dtype.cpp.s - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o: ../libs/numpy/src/scalars.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_2) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python3_numpy.dir/scalars.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" > CMakeFiles/boost_python3_numpy.dir/scalars.cpp.i - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python3_numpy.dir/scalars.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" -o CMakeFiles/boost_python3_numpy.dir/scalars.cpp.s - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o: ../libs/numpy/src/ndarray.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_3) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" > CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.i - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" -o CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.s - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o: ../libs/numpy/src/matrix.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_4) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python3_numpy.dir/matrix.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" > CMakeFiles/boost_python3_numpy.dir/matrix.cpp.i - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python3_numpy.dir/matrix.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" -o CMakeFiles/boost_python3_numpy.dir/matrix.cpp.s - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o: ../libs/numpy/src/ufunc.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_5) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" > CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.i - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" -o CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.s - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o: ../libs/numpy/src/numpy.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_6) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/boost_python3_numpy.dir/numpy.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" > CMakeFiles/boost_python3_numpy.dir/numpy.cpp.i - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/boost_python3_numpy.dir/numpy.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" -o CMakeFiles/boost_python3_numpy.dir/numpy.cpp.s - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.requires: -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.requires - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.provides: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.requires - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.provides.build -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.provides - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.provides.build: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o - -# Object files for target boost_python3_numpy -boost_python3_numpy_OBJECTS = \ -"CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o" \ -"CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o" \ -"CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o" \ -"CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o" \ -"CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o" \ -"CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o" - -# External object files for target boost_python3_numpy -boost_python3_numpy_EXTERNAL_OBJECTS = - -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build.make -lib/libboost_python3_numpy.so: /usr/lib/x86_64-linux-gnu/libboost_python-py34.so -lib/libboost_python3_numpy.so: /usr/lib/x86_64-linux-gnu/libpython3.4m.so -lib/libboost_python3_numpy.so: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library ../../../lib/libboost_python3_numpy.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/boost_python3_numpy.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build: lib/libboost_python3_numpy.so -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/build - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o.requires -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/requires: libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o.requires -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/requires - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" && $(CMAKE_COMMAND) -P CMakeFiles/boost_python3_numpy.dir/cmake_clean.cmake -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/clean - -libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/cmake_clean.cmake 2017-11-29 18:39:41.745324000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o" - "CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o" - "CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o" - "CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o" - "CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o" - "CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o" - "../../../lib/libboost_python3_numpy.pdb" - "../../../lib/libboost_python3_numpy.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/boost_python3_numpy.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/DependInfo.cmake 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/dtype.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/matrix.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ndarray.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/numpy.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/scalars.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o" - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src/ufunc.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python3.4m" - "/usr/local/lib/python3.4/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/depend.make 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for boost_python3_numpy. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python3.4m -I/usr/local/lib/python3.4/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dboost_python3_numpy_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/link.txt 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,libboost_python3_numpy.so -o ../../../lib/libboost_python3_numpy.so CMakeFiles/boost_python3_numpy.dir/dtype.cpp.o CMakeFiles/boost_python3_numpy.dir/scalars.cpp.o CMakeFiles/boost_python3_numpy.dir/ndarray.cpp.o CMakeFiles/boost_python3_numpy.dir/matrix.cpp.o CMakeFiles/boost_python3_numpy.dir/ufunc.cpp.o CMakeFiles/boost_python3_numpy.dir/numpy.cpp.o -lboost_python-py34 -lpython3.4m diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/progress.make 2017-11-29 18:39:41.757325000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/boost_python3_numpy.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 -CMAKE_PROGRESS_3 = 3 -CMAKE_PROGRESS_4 = 4 -CMAKE_PROGRESS_5 = 5 -CMAKE_PROGRESS_6 = 6 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/CMakeDirectoryInformation.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/CMakeDirectoryInformation.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/CMakeDirectoryInformation.cmake 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/progress.marks boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/progress.marks --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CMakeFiles/progress.marks 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CMakeFiles/progress.marks 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -6 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/cmake_install.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/cmake_install.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/cmake_install.cmake 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/cmake_install.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -# Install script for directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/CMakeRelink.dir/libboost_python2_numpy.so") -endif() - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CTestTestfile.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CTestTestfile.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/CTestTestfile.cmake 2017-11-29 18:38:05.373965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/CTestTestfile.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/src -# Build directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/Makefile boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/Makefile --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/src/Makefile 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/src/Makefile 1970-01-01 00:00:00.000000000 +0000 @@ -1,374 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: install/local -.PHONY : install/local/fast - -# The main all target -all: cmake_check_build_system - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/progress.marks" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/src/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : all - -# The main clean target -clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/src/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/src/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/src/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/rule -.PHONY : libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/rule - -# Convenience name for target. -boost_python2_numpy: libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/rule -.PHONY : boost_python2_numpy - -# fast build rule for target. -boost_python2_numpy/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build -.PHONY : boost_python2_numpy/fast - -# Manual pre-install relink rule for target. -boost_python2_numpy/preinstall: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall -.PHONY : boost_python2_numpy/preinstall - -dtype.o: dtype.cpp.o -.PHONY : dtype.o - -# target to build an object file -dtype.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.o -.PHONY : dtype.cpp.o - -dtype.i: dtype.cpp.i -.PHONY : dtype.i - -# target to preprocess a source file -dtype.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.i -.PHONY : dtype.cpp.i - -dtype.s: dtype.cpp.s -.PHONY : dtype.s - -# target to generate assembly for a file -dtype.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/dtype.cpp.s -.PHONY : dtype.cpp.s - -matrix.o: matrix.cpp.o -.PHONY : matrix.o - -# target to build an object file -matrix.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.o -.PHONY : matrix.cpp.o - -matrix.i: matrix.cpp.i -.PHONY : matrix.i - -# target to preprocess a source file -matrix.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.i -.PHONY : matrix.cpp.i - -matrix.s: matrix.cpp.s -.PHONY : matrix.s - -# target to generate assembly for a file -matrix.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/matrix.cpp.s -.PHONY : matrix.cpp.s - -ndarray.o: ndarray.cpp.o -.PHONY : ndarray.o - -# target to build an object file -ndarray.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.o -.PHONY : ndarray.cpp.o - -ndarray.i: ndarray.cpp.i -.PHONY : ndarray.i - -# target to preprocess a source file -ndarray.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.i -.PHONY : ndarray.cpp.i - -ndarray.s: ndarray.cpp.s -.PHONY : ndarray.s - -# target to generate assembly for a file -ndarray.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ndarray.cpp.s -.PHONY : ndarray.cpp.s - -numpy.o: numpy.cpp.o -.PHONY : numpy.o - -# target to build an object file -numpy.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.o -.PHONY : numpy.cpp.o - -numpy.i: numpy.cpp.i -.PHONY : numpy.i - -# target to preprocess a source file -numpy.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.i -.PHONY : numpy.cpp.i - -numpy.s: numpy.cpp.s -.PHONY : numpy.s - -# target to generate assembly for a file -numpy.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/numpy.cpp.s -.PHONY : numpy.cpp.s - -scalars.o: scalars.cpp.o -.PHONY : scalars.o - -# target to build an object file -scalars.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.o -.PHONY : scalars.cpp.o - -scalars.i: scalars.cpp.i -.PHONY : scalars.i - -# target to preprocess a source file -scalars.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.i -.PHONY : scalars.cpp.i - -scalars.s: scalars.cpp.s -.PHONY : scalars.s - -# target to generate assembly for a file -scalars.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/scalars.cpp.s -.PHONY : scalars.cpp.s - -ufunc.o: ufunc.cpp.o -.PHONY : ufunc.o - -# target to build an object file -ufunc.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.o -.PHONY : ufunc.cpp.o - -ufunc.i: ufunc.cpp.i -.PHONY : ufunc.i - -# target to preprocess a source file -ufunc.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.i -.PHONY : ufunc.cpp.i - -ufunc.s: ufunc.cpp.s -.PHONY : ufunc.s - -# target to generate assembly for a file -ufunc.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/ufunc.cpp.s -.PHONY : ufunc.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... install" - @echo "... list_install_components" - @echo "... boost_python2_numpy" - @echo "... package" - @echo "... test" - @echo "... package_source" - @echo "... install/local" - @echo "... dtype.o" - @echo "... dtype.i" - @echo "... dtype.s" - @echo "... matrix.o" - @echo "... matrix.i" - @echo "... matrix.s" - @echo "... ndarray.o" - @echo "... ndarray.i" - @echo "... ndarray.s" - @echo "... numpy.o" - @echo "... numpy.i" - @echo "... numpy.s" - @echo "... scalars.o" - @echo "... scalars.i" - @echo "... scalars.s" - @echo "... ufunc.o" - @echo "... ufunc.i" - @echo "... ufunc.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/CMakeDirectoryInformation.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/CMakeDirectoryInformation.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/CMakeDirectoryInformation.cmake 2017-11-29 18:38:05.385965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/CMakeDirectoryInformation.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/test/CMakeFiles/dtype_mod.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/dtype_mod.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/test/CMakeFiles/dtype_mod.dir/flags.make - -libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o: libs/numpy/test/CMakeFiles/dtype_mod.dir/flags.make -libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o: ../libs/numpy/test/dtype_mod.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/dtype_mod.cpp" - -libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/dtype_mod.dir/dtype_mod.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/dtype_mod.cpp" > CMakeFiles/dtype_mod.dir/dtype_mod.cpp.i - -libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/dtype_mod.dir/dtype_mod.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/dtype_mod.cpp" -o CMakeFiles/dtype_mod.dir/dtype_mod.cpp.s - -libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.requires: -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.requires - -libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.provides: libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.requires - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.provides.build -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.provides - -libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.provides.build: libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o - -# Object files for target dtype_mod -dtype_mod_OBJECTS = \ -"CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o" - -# External object files for target dtype_mod -dtype_mod_EXTERNAL_OBJECTS = - -lib/dtype_mod.so: libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o -lib/dtype_mod.so: libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make -lib/dtype_mod.so: lib/libboost_python2_numpy.so -lib/dtype_mod.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/dtype_mod.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/dtype_mod.so: libs/numpy/test/CMakeFiles/dtype_mod.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared module ../../../lib/dtype_mod.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/dtype_mod.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/dtype_mod.dir/build: lib/dtype_mod.so -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/build - -libs/numpy/test/CMakeFiles/dtype_mod.dir/requires: libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o.requires -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/requires - -libs/numpy/test/CMakeFiles/dtype_mod.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/dtype_mod.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/clean - -libs/numpy/test/CMakeFiles/dtype_mod.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/cmake_clean.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o" - "../../../lib/dtype_mod.pdb" - "../../../lib/dtype_mod.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/dtype_mod.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/DependInfo.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/dtype_mod.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/depend.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for dtype_mod. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/flags.make 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Ddtype_mod_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/link.txt 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,dtype_mod.so -o ../../../lib/dtype_mod.so CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype_mod.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 8 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/build.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Utility rule file for dtype.py. - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/dtype.py.dir/progress.make - -libs/numpy/test/CMakeFiles/dtype.py: ../libs/numpy/test/dtype.py - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/cmake -E copy_if_different /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/dtype.py /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/dtype.py - -dtype.py: libs/numpy/test/CMakeFiles/dtype.py -dtype.py: libs/numpy/test/CMakeFiles/dtype.py.dir/build.make -.PHONY : dtype.py - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/dtype.py.dir/build: dtype.py -.PHONY : libs/numpy/test/CMakeFiles/dtype.py.dir/build - -libs/numpy/test/CMakeFiles/dtype.py.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/dtype.py.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/dtype.py.dir/clean - -libs/numpy/test/CMakeFiles/dtype.py.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/dtype.py.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/cmake_clean.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/dtype.py" -) - -# Per-language clean rules from dependency scanning. -foreach(lang) - include(CMakeFiles/dtype.py.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/DependInfo.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/dtype.py.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/test/CMakeFiles/indexing_mod.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/indexing_mod.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/test/CMakeFiles/indexing_mod.dir/flags.make - -libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o: libs/numpy/test/CMakeFiles/indexing_mod.dir/flags.make -libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o: ../libs/numpy/test/indexing_mod.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/indexing_mod.cpp" - -libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/indexing_mod.dir/indexing_mod.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/indexing_mod.cpp" > CMakeFiles/indexing_mod.dir/indexing_mod.cpp.i - -libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/indexing_mod.dir/indexing_mod.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/indexing_mod.cpp" -o CMakeFiles/indexing_mod.dir/indexing_mod.cpp.s - -libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.requires: -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.requires - -libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.provides: libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.requires - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.provides.build -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.provides - -libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.provides.build: libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o - -# Object files for target indexing_mod -indexing_mod_OBJECTS = \ -"CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o" - -# External object files for target indexing_mod -indexing_mod_EXTERNAL_OBJECTS = - -lib/indexing_mod.so: libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o -lib/indexing_mod.so: libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make -lib/indexing_mod.so: lib/libboost_python2_numpy.so -lib/indexing_mod.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/indexing_mod.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/indexing_mod.so: libs/numpy/test/CMakeFiles/indexing_mod.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared module ../../../lib/indexing_mod.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/indexing_mod.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/indexing_mod.dir/build: lib/indexing_mod.so -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/build - -libs/numpy/test/CMakeFiles/indexing_mod.dir/requires: libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o.requires -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/requires - -libs/numpy/test/CMakeFiles/indexing_mod.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/indexing_mod.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/clean - -libs/numpy/test/CMakeFiles/indexing_mod.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/cmake_clean.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o" - "../../../lib/indexing_mod.pdb" - "../../../lib/indexing_mod.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/indexing_mod.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/DependInfo.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/indexing_mod.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/depend.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for indexing_mod. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/flags.make 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dindexing_mod_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/link.txt 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,indexing_mod.so -o ../../../lib/indexing_mod.so CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing_mod.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 11 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/build.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Utility rule file for indexing.py. - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/indexing.py.dir/progress.make - -libs/numpy/test/CMakeFiles/indexing.py: ../libs/numpy/test/indexing.py - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/cmake -E copy_if_different /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/indexing.py /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/indexing.py - -indexing.py: libs/numpy/test/CMakeFiles/indexing.py -indexing.py: libs/numpy/test/CMakeFiles/indexing.py.dir/build.make -.PHONY : indexing.py - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/indexing.py.dir/build: indexing.py -.PHONY : libs/numpy/test/CMakeFiles/indexing.py.dir/build - -libs/numpy/test/CMakeFiles/indexing.py.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/indexing.py.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/indexing.py.dir/clean - -libs/numpy/test/CMakeFiles/indexing.py.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/indexing.py.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/cmake_clean.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/indexing.py" -) - -# Per-language clean rules from dependency scanning. -foreach(lang) - include(CMakeFiles/indexing.py.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/DependInfo.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/indexing.py.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/ndarray_mod.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/test/CMakeFiles/ndarray_mod.dir/flags.make - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o: libs/numpy/test/CMakeFiles/ndarray_mod.dir/flags.make -libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o: ../libs/numpy/test/ndarray_mod.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ndarray_mod.cpp" - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ndarray_mod.cpp" > CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.i - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ndarray_mod.cpp" -o CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.s - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.requires: -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.requires - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.provides: libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.requires - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.provides.build -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.provides - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.provides.build: libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o - -# Object files for target ndarray_mod -ndarray_mod_OBJECTS = \ -"CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o" - -# External object files for target ndarray_mod -ndarray_mod_EXTERNAL_OBJECTS = - -lib/ndarray_mod.so: libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o -lib/ndarray_mod.so: libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make -lib/ndarray_mod.so: lib/libboost_python2_numpy.so -lib/ndarray_mod.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/ndarray_mod.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/ndarray_mod.so: libs/numpy/test/CMakeFiles/ndarray_mod.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared module ../../../lib/ndarray_mod.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ndarray_mod.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/ndarray_mod.dir/build: lib/ndarray_mod.so -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/build - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/requires: libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o.requires -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/requires - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/ndarray_mod.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/clean - -libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/cmake_clean.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o" - "../../../lib/ndarray_mod.pdb" - "../../../lib/ndarray_mod.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/ndarray_mod.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/DependInfo.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ndarray_mod.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for ndarray_mod. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/flags.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dndarray_mod_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/link.txt 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,ndarray_mod.so -o ../../../lib/ndarray_mod.so CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray_mod.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 13 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Utility rule file for ndarray.py. - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/ndarray.py.dir/progress.make - -libs/numpy/test/CMakeFiles/ndarray.py: ../libs/numpy/test/ndarray.py - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/cmake -E copy_if_different /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ndarray.py /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/ndarray.py - -ndarray.py: libs/numpy/test/CMakeFiles/ndarray.py -ndarray.py: libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make -.PHONY : ndarray.py - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/ndarray.py.dir/build: ndarray.py -.PHONY : libs/numpy/test/CMakeFiles/ndarray.py.dir/build - -libs/numpy/test/CMakeFiles/ndarray.py.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/ndarray.py.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/ndarray.py.dir/clean - -libs/numpy/test/CMakeFiles/ndarray.py.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/ndarray.py.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/cmake_clean.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ndarray.py" -) - -# Per-language clean rules from dependency scanning. -foreach(lang) - include(CMakeFiles/ndarray.py.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/DependInfo.cmake 2017-11-29 18:40:38.655308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ndarray.py.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/progress.marks boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/progress.marks --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/progress.marks 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/progress.marks 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -12 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/test/CMakeFiles/shapes_mod.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/shapes_mod.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/test/CMakeFiles/shapes_mod.dir/flags.make - -libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o: libs/numpy/test/CMakeFiles/shapes_mod.dir/flags.make -libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o: ../libs/numpy/test/shapes_mod.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/shapes_mod.cpp" - -libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/shapes_mod.dir/shapes_mod.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/shapes_mod.cpp" > CMakeFiles/shapes_mod.dir/shapes_mod.cpp.i - -libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/shapes_mod.dir/shapes_mod.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/shapes_mod.cpp" -o CMakeFiles/shapes_mod.dir/shapes_mod.cpp.s - -libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.requires: -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.requires - -libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.provides: libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.requires - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.provides.build -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.provides - -libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.provides.build: libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o - -# Object files for target shapes_mod -shapes_mod_OBJECTS = \ -"CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o" - -# External object files for target shapes_mod -shapes_mod_EXTERNAL_OBJECTS = - -lib/shapes_mod.so: libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o -lib/shapes_mod.so: libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make -lib/shapes_mod.so: lib/libboost_python2_numpy.so -lib/shapes_mod.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/shapes_mod.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/shapes_mod.so: libs/numpy/test/CMakeFiles/shapes_mod.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared module ../../../lib/shapes_mod.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/shapes_mod.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/shapes_mod.dir/build: lib/shapes_mod.so -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/build - -libs/numpy/test/CMakeFiles/shapes_mod.dir/requires: libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o.requires -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/requires - -libs/numpy/test/CMakeFiles/shapes_mod.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/shapes_mod.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/clean - -libs/numpy/test/CMakeFiles/shapes_mod.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/cmake_clean.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o" - "../../../lib/shapes_mod.pdb" - "../../../lib/shapes_mod.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/shapes_mod.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/DependInfo.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/shapes_mod.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/depend.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for shapes_mod. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/flags.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dshapes_mod_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/link.txt 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,shapes_mod.so -o ../../../lib/shapes_mod.so CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes_mod.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 14 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/build.make 2017-11-29 18:38:05.381965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Utility rule file for shapes.py. - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/shapes.py.dir/progress.make - -libs/numpy/test/CMakeFiles/shapes.py: ../libs/numpy/test/shapes.py - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/cmake -E copy_if_different /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/shapes.py /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/shapes.py - -shapes.py: libs/numpy/test/CMakeFiles/shapes.py -shapes.py: libs/numpy/test/CMakeFiles/shapes.py.dir/build.make -.PHONY : shapes.py - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/shapes.py.dir/build: shapes.py -.PHONY : libs/numpy/test/CMakeFiles/shapes.py.dir/build - -libs/numpy/test/CMakeFiles/shapes.py.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/shapes.py.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/shapes.py.dir/clean - -libs/numpy/test/CMakeFiles/shapes.py.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/shapes.py.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/cmake_clean.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/shapes.py" -) - -# Per-language clean rules from dependency scanning. -foreach(lang) - include(CMakeFiles/shapes.py.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/DependInfo.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/shapes.py.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/build.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/test/CMakeFiles/templates_mod.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/templates_mod.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/test/CMakeFiles/templates_mod.dir/flags.make - -libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o: libs/numpy/test/CMakeFiles/templates_mod.dir/flags.make -libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o: ../libs/numpy/test/templates_mod.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/templates_mod.dir/templates_mod.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/templates_mod.cpp" - -libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/templates_mod.dir/templates_mod.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/templates_mod.cpp" > CMakeFiles/templates_mod.dir/templates_mod.cpp.i - -libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/templates_mod.dir/templates_mod.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/templates_mod.cpp" -o CMakeFiles/templates_mod.dir/templates_mod.cpp.s - -libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.requires: -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.requires - -libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.provides: libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.requires - $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.provides.build -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.provides - -libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.provides.build: libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o - -# Object files for target templates_mod -templates_mod_OBJECTS = \ -"CMakeFiles/templates_mod.dir/templates_mod.cpp.o" - -# External object files for target templates_mod -templates_mod_EXTERNAL_OBJECTS = - -lib/templates_mod.so: libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o -lib/templates_mod.so: libs/numpy/test/CMakeFiles/templates_mod.dir/build.make -lib/templates_mod.so: lib/libboost_python2_numpy.so -lib/templates_mod.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/templates_mod.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/templates_mod.so: libs/numpy/test/CMakeFiles/templates_mod.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared module ../../../lib/templates_mod.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/templates_mod.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/templates_mod.dir/build: lib/templates_mod.so -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/build - -libs/numpy/test/CMakeFiles/templates_mod.dir/requires: libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o.requires -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/requires - -libs/numpy/test/CMakeFiles/templates_mod.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/templates_mod.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/clean - -libs/numpy/test/CMakeFiles/templates_mod.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/cmake_clean.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/templates_mod.dir/templates_mod.cpp.o" - "../../../lib/templates_mod.pdb" - "../../../lib/templates_mod.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/templates_mod.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/DependInfo.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/templates_mod.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/depend.make 2017-11-29 18:38:05.385965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for templates_mod. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/flags.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dtemplates_mod_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/link.txt 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,templates_mod.so -o ../../../lib/templates_mod.so CMakeFiles/templates_mod.dir/templates_mod.cpp.o ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates_mod.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 16 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/build.make 2017-11-29 18:38:05.385965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Utility rule file for templates.py. - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/templates.py.dir/progress.make - -libs/numpy/test/CMakeFiles/templates.py: ../libs/numpy/test/templates.py - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/cmake -E copy_if_different /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/templates.py /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/templates.py - -templates.py: libs/numpy/test/CMakeFiles/templates.py -templates.py: libs/numpy/test/CMakeFiles/templates.py.dir/build.make -.PHONY : templates.py - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/templates.py.dir/build: templates.py -.PHONY : libs/numpy/test/CMakeFiles/templates.py.dir/build - -libs/numpy/test/CMakeFiles/templates.py.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/templates.py.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/templates.py.dir/clean - -libs/numpy/test/CMakeFiles/templates.py.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/templates.py.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/cmake_clean.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/templates.py" -) - -# Per-language clean rules from dependency scanning. -foreach(lang) - include(CMakeFiles/templates.py.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/DependInfo.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/templates.py.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Include any dependencies generated for this target. -include libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend.make - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/ufunc_mod.dir/progress.make - -# Include the compile flags for this target's objects. -include libs/numpy/test/CMakeFiles/ufunc_mod.dir/flags.make - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o: libs/numpy/test/CMakeFiles/ufunc_mod.dir/flags.make -libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o: ../libs/numpy/test/ufunc_mod.cpp - $(CMAKE_COMMAND) -E cmake_progress_report "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" $(CMAKE_PROGRESS_1) - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o -c "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ufunc_mod.cpp" - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.i" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ufunc_mod.cpp" > CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.i - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.s" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ufunc_mod.cpp" -o CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.s - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.requires: -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.requires - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.provides: libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.requires - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.provides.build -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.provides - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.provides.build: libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o - -# Object files for target ufunc_mod -ufunc_mod_OBJECTS = \ -"CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o" - -# External object files for target ufunc_mod -ufunc_mod_EXTERNAL_OBJECTS = - -lib/ufunc_mod.so: libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o -lib/ufunc_mod.so: libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make -lib/ufunc_mod.so: lib/libboost_python2_numpy.so -lib/ufunc_mod.so: /usr/lib/x86_64-linux-gnu/libboost_python.so -lib/ufunc_mod.so: /usr/lib/x86_64-linux-gnu/libpython2.7.so -lib/ufunc_mod.so: libs/numpy/test/CMakeFiles/ufunc_mod.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared module ../../../lib/ufunc_mod.so" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ufunc_mod.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/ufunc_mod.dir/build: lib/ufunc_mod.so -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/build - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/requires: libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o.requires -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/requires - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/ufunc_mod.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/clean - -libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/cmake_clean.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o" - "../../../lib/ufunc_mod.pdb" - "../../../lib/ufunc_mod.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/ufunc_mod.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/DependInfo.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "CXX" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_CXX - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ufunc_mod.cpp" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o" - ) -set(CMAKE_CXX_COMPILER_ID "GNU") - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/DependInfo.cmake" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend.make 2017-11-29 18:38:05.385965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/depend.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# Empty dependencies file for ufunc_mod. -# This may be replaced when dependencies are built. diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/flags.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/flags.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/flags.make 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/flags.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# compile CXX with /usr/bin/c++ -CXX_FLAGS = -fPIC -I"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -fPIC - -CXX_DEFINES = -Dufunc_mod_EXPORTS - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/link.txt boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/link.txt --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/link.txt 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/link.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -shared -Wl,-soname,ufunc_mod.so -o ../../../lib/ufunc_mod.so CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o ../../../lib/libboost_python2_numpy.so -lboost_python -lpython2.7 -Wl,-rpath,"/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/lib" diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc_mod.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 18 - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make 2017-11-29 18:38:05.385965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -# Utility rule file for ufunc.py. - -# Include the progress variables for this target. -include libs/numpy/test/CMakeFiles/ufunc.py.dir/progress.make - -libs/numpy/test/CMakeFiles/ufunc.py: ../libs/numpy/test/ufunc.py - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && /usr/bin/cmake -E copy_if_different /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test/ufunc.py /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/ufunc.py - -ufunc.py: libs/numpy/test/CMakeFiles/ufunc.py -ufunc.py: libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make -.PHONY : ufunc.py - -# Rule to build all files generated by this target. -libs/numpy/test/CMakeFiles/ufunc.py.dir/build: ufunc.py -.PHONY : libs/numpy/test/CMakeFiles/ufunc.py.dir/build - -libs/numpy/test/CMakeFiles/ufunc.py.dir/clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" && $(CMAKE_COMMAND) -P CMakeFiles/ufunc.py.dir/cmake_clean.cmake -.PHONY : libs/numpy/test/CMakeFiles/ufunc.py.dir/clean - -libs/numpy/test/CMakeFiles/ufunc.py.dir/depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/DependInfo.cmake" --color=$(COLOR) -.PHONY : libs/numpy/test/CMakeFiles/ufunc.py.dir/depend - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/cmake_clean.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/cmake_clean.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/cmake_clean.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/cmake_clean.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ufunc.py" -) - -# Per-language clean rules from dependency scanning. -foreach(lang) - include(CMakeFiles/ufunc.py.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/DependInfo.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/DependInfo.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/DependInfo.cmake 2017-11-29 18:40:38.659309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/DependInfo.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) -# The set of files for implicit dependencies of each language: - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ".." - "/usr/include/python2.7" - "/usr/local/lib/python2.7/dist-packages/numpy/core/include" - ) -set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) -set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH}) diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/progress.make boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/progress.make --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/progress.make 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CMakeFiles/ufunc.py.dir/progress.make 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/cmake_install.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/cmake_install.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/cmake_install.cmake 2017-11-29 18:38:05.385965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/cmake_install.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,34 +0,0 @@ -# Install script for directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CTestTestfile.cmake boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CTestTestfile.cmake --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/CTestTestfile.cmake 2017-11-29 18:38:05.385965000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/CTestTestfile.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/libs/numpy/test -# Build directory: /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(dtype_mod "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/bin/runCmakeTest.sh" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/dtype.py") -set_tests_properties(dtype_mod PROPERTIES FAIL_REGULAR_EXPRESSION "ERROR\\:;ImportError\\: DLL load failed\\: ") -add_test(indexing_mod "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/bin/runCmakeTest.sh" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/indexing.py") -set_tests_properties(indexing_mod PROPERTIES FAIL_REGULAR_EXPRESSION "ERROR\\:;ImportError\\: DLL load failed\\: ") -add_test(ndarray_mod "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/bin/runCmakeTest.sh" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/ndarray.py") -set_tests_properties(ndarray_mod PROPERTIES FAIL_REGULAR_EXPRESSION "ERROR\\:;ImportError\\: DLL load failed\\: ") -add_test(shapes_mod "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/bin/runCmakeTest.sh" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/shapes.py") -set_tests_properties(shapes_mod PROPERTIES FAIL_REGULAR_EXPRESSION "ERROR\\:;ImportError\\: DLL load failed\\: ") -add_test(templates_mod "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/bin/runCmakeTest.sh" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/templates.py") -set_tests_properties(templates_mod PROPERTIES FAIL_REGULAR_EXPRESSION "ERROR\\:;ImportError\\: DLL load failed\\: ") -add_test(ufunc_mod "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/bin/runCmakeTest.sh" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/ufunc.py") -set_tests_properties(ufunc_mod PROPERTIES FAIL_REGULAR_EXPRESSION "ERROR\\:;ImportError\\: DLL load failed\\: ") diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/Makefile boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/Makefile --- boost-python-numpy-0.0.3.ppa10~trusty/build/libs/numpy/test/Makefile 2017-11-29 18:40:38.663309000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/libs/numpy/test/Makefile 1970-01-01 00:00:00.000000000 +0000 @@ -1,534 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: install/local -.PHONY : install/local/fast - -# The main all target -all: cmake_check_build_system - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/libs/numpy/test/CMakeFiles/progress.marks" - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : all - -# The main clean target -clean: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -libs/numpy/test/CMakeFiles/dtype.py.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/dtype.py.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/dtype.py.dir/rule - -# Convenience name for target. -dtype.py: libs/numpy/test/CMakeFiles/dtype.py.dir/rule -.PHONY : dtype.py - -# fast build rule for target. -dtype.py/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/dtype.py.dir/build.make libs/numpy/test/CMakeFiles/dtype.py.dir/build -.PHONY : dtype.py/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/dtype_mod.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/dtype_mod.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/dtype_mod.dir/rule - -# Convenience name for target. -dtype_mod: libs/numpy/test/CMakeFiles/dtype_mod.dir/rule -.PHONY : dtype_mod - -# fast build rule for target. -dtype_mod/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/build -.PHONY : dtype_mod/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/indexing.py.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/indexing.py.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/indexing.py.dir/rule - -# Convenience name for target. -indexing.py: libs/numpy/test/CMakeFiles/indexing.py.dir/rule -.PHONY : indexing.py - -# fast build rule for target. -indexing.py/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/indexing.py.dir/build.make libs/numpy/test/CMakeFiles/indexing.py.dir/build -.PHONY : indexing.py/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/indexing_mod.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/indexing_mod.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/indexing_mod.dir/rule - -# Convenience name for target. -indexing_mod: libs/numpy/test/CMakeFiles/indexing_mod.dir/rule -.PHONY : indexing_mod - -# fast build rule for target. -indexing_mod/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/build -.PHONY : indexing_mod/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/ndarray.py.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ndarray.py.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/ndarray.py.dir/rule - -# Convenience name for target. -ndarray.py: libs/numpy/test/CMakeFiles/ndarray.py.dir/rule -.PHONY : ndarray.py - -# fast build rule for target. -ndarray.py/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make libs/numpy/test/CMakeFiles/ndarray.py.dir/build -.PHONY : ndarray.py/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/ndarray_mod.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ndarray_mod.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/ndarray_mod.dir/rule - -# Convenience name for target. -ndarray_mod: libs/numpy/test/CMakeFiles/ndarray_mod.dir/rule -.PHONY : ndarray_mod - -# fast build rule for target. -ndarray_mod/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/build -.PHONY : ndarray_mod/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/shapes.py.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/shapes.py.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/shapes.py.dir/rule - -# Convenience name for target. -shapes.py: libs/numpy/test/CMakeFiles/shapes.py.dir/rule -.PHONY : shapes.py - -# fast build rule for target. -shapes.py/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/shapes.py.dir/build.make libs/numpy/test/CMakeFiles/shapes.py.dir/build -.PHONY : shapes.py/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/shapes_mod.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/shapes_mod.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/shapes_mod.dir/rule - -# Convenience name for target. -shapes_mod: libs/numpy/test/CMakeFiles/shapes_mod.dir/rule -.PHONY : shapes_mod - -# fast build rule for target. -shapes_mod/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/build -.PHONY : shapes_mod/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/templates.py.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/templates.py.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/templates.py.dir/rule - -# Convenience name for target. -templates.py: libs/numpy/test/CMakeFiles/templates.py.dir/rule -.PHONY : templates.py - -# fast build rule for target. -templates.py/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/templates.py.dir/build.make libs/numpy/test/CMakeFiles/templates.py.dir/build -.PHONY : templates.py/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/templates_mod.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/templates_mod.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/templates_mod.dir/rule - -# Convenience name for target. -templates_mod: libs/numpy/test/CMakeFiles/templates_mod.dir/rule -.PHONY : templates_mod - -# fast build rule for target. -templates_mod/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/build -.PHONY : templates_mod/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/ufunc.py.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ufunc.py.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/ufunc.py.dir/rule - -# Convenience name for target. -ufunc.py: libs/numpy/test/CMakeFiles/ufunc.py.dir/rule -.PHONY : ufunc.py - -# fast build rule for target. -ufunc.py/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make libs/numpy/test/CMakeFiles/ufunc.py.dir/build -.PHONY : ufunc.py/fast - -# Convenience name for target. -libs/numpy/test/CMakeFiles/ufunc_mod.dir/rule: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f CMakeFiles/Makefile2 libs/numpy/test/CMakeFiles/ufunc_mod.dir/rule -.PHONY : libs/numpy/test/CMakeFiles/ufunc_mod.dir/rule - -# Convenience name for target. -ufunc_mod: libs/numpy/test/CMakeFiles/ufunc_mod.dir/rule -.PHONY : ufunc_mod - -# fast build rule for target. -ufunc_mod/fast: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/build -.PHONY : ufunc_mod/fast - -dtype_mod.o: dtype_mod.cpp.o -.PHONY : dtype_mod.o - -# target to build an object file -dtype_mod.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.o -.PHONY : dtype_mod.cpp.o - -dtype_mod.i: dtype_mod.cpp.i -.PHONY : dtype_mod.i - -# target to preprocess a source file -dtype_mod.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.i -.PHONY : dtype_mod.cpp.i - -dtype_mod.s: dtype_mod.cpp.s -.PHONY : dtype_mod.s - -# target to generate assembly for a file -dtype_mod.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/dtype_mod.cpp.s -.PHONY : dtype_mod.cpp.s - -indexing_mod.o: indexing_mod.cpp.o -.PHONY : indexing_mod.o - -# target to build an object file -indexing_mod.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.o -.PHONY : indexing_mod.cpp.o - -indexing_mod.i: indexing_mod.cpp.i -.PHONY : indexing_mod.i - -# target to preprocess a source file -indexing_mod.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.i -.PHONY : indexing_mod.cpp.i - -indexing_mod.s: indexing_mod.cpp.s -.PHONY : indexing_mod.s - -# target to generate assembly for a file -indexing_mod.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/indexing_mod.cpp.s -.PHONY : indexing_mod.cpp.s - -ndarray_mod.o: ndarray_mod.cpp.o -.PHONY : ndarray_mod.o - -# target to build an object file -ndarray_mod.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.o -.PHONY : ndarray_mod.cpp.o - -ndarray_mod.i: ndarray_mod.cpp.i -.PHONY : ndarray_mod.i - -# target to preprocess a source file -ndarray_mod.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.i -.PHONY : ndarray_mod.cpp.i - -ndarray_mod.s: ndarray_mod.cpp.s -.PHONY : ndarray_mod.s - -# target to generate assembly for a file -ndarray_mod.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/ndarray_mod.cpp.s -.PHONY : ndarray_mod.cpp.s - -shapes_mod.o: shapes_mod.cpp.o -.PHONY : shapes_mod.o - -# target to build an object file -shapes_mod.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.o -.PHONY : shapes_mod.cpp.o - -shapes_mod.i: shapes_mod.cpp.i -.PHONY : shapes_mod.i - -# target to preprocess a source file -shapes_mod.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.i -.PHONY : shapes_mod.cpp.i - -shapes_mod.s: shapes_mod.cpp.s -.PHONY : shapes_mod.s - -# target to generate assembly for a file -shapes_mod.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/shapes_mod.cpp.s -.PHONY : shapes_mod.cpp.s - -templates_mod.o: templates_mod.cpp.o -.PHONY : templates_mod.o - -# target to build an object file -templates_mod.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.o -.PHONY : templates_mod.cpp.o - -templates_mod.i: templates_mod.cpp.i -.PHONY : templates_mod.i - -# target to preprocess a source file -templates_mod.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.i -.PHONY : templates_mod.cpp.i - -templates_mod.s: templates_mod.cpp.s -.PHONY : templates_mod.s - -# target to generate assembly for a file -templates_mod.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/templates_mod.cpp.s -.PHONY : templates_mod.cpp.s - -ufunc_mod.o: ufunc_mod.cpp.o -.PHONY : ufunc_mod.o - -# target to build an object file -ufunc_mod.cpp.o: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.o -.PHONY : ufunc_mod.cpp.o - -ufunc_mod.i: ufunc_mod.cpp.i -.PHONY : ufunc_mod.i - -# target to preprocess a source file -ufunc_mod.cpp.i: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.i -.PHONY : ufunc_mod.cpp.i - -ufunc_mod.s: ufunc_mod.cpp.s -.PHONY : ufunc_mod.s - -# target to generate assembly for a file -ufunc_mod.cpp.s: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/ufunc_mod.cpp.s -.PHONY : ufunc_mod.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... install" - @echo "... dtype.py" - @echo "... templates_mod" - @echo "... ndarray.py" - @echo "... shapes_mod" - @echo "... ufunc_mod" - @echo "... list_install_components" - @echo "... templates.py" - @echo "... package" - @echo "... ndarray_mod" - @echo "... shapes.py" - @echo "... ufunc.py" - @echo "... test" - @echo "... indexing.py" - @echo "... indexing_mod" - @echo "... dtype_mod" - @echo "... package_source" - @echo "... install/local" - @echo "... dtype_mod.o" - @echo "... dtype_mod.i" - @echo "... dtype_mod.s" - @echo "... indexing_mod.o" - @echo "... indexing_mod.i" - @echo "... indexing_mod.s" - @echo "... ndarray_mod.o" - @echo "... ndarray_mod.i" - @echo "... ndarray_mod.s" - @echo "... shapes_mod.o" - @echo "... shapes_mod.i" - @echo "... shapes_mod.s" - @echo "... templates_mod.o" - @echo "... templates_mod.i" - @echo "... templates_mod.s" - @echo "... ufunc_mod.o" - @echo "... ufunc_mod.i" - @echo "... ufunc_mod.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/build/Makefile boost-python-numpy-0.0.4.ppa0~trusty/build/Makefile --- boost-python-numpy-0.0.3.ppa10~trusty/build/Makefile 2017-11-29 18:40:38.643308000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/build/Makefile 1970-01-01 00:00:00.000000000 +0000 @@ -1,477 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.2 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty" - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build" - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." - /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." - /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: install/local -.PHONY : install/local/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles/progress.marks" - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start "/home/jslee02/dev/PPA_UPLOAD/boost-python-numpy_0.0.3.ppa4~trusty/build/CMakeFiles" 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named boost_python2_numpy - -# Build rule for target. -boost_python2_numpy: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 boost_python2_numpy -.PHONY : boost_python2_numpy - -# fast build rule for target. -boost_python2_numpy/fast: - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build -.PHONY : boost_python2_numpy/fast - -# Manual pre-install relink rule for target. -boost_python2_numpy/preinstall: - $(MAKE) -f libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/build.make libs/numpy/src/CMakeFiles/boost_python2_numpy.dir/preinstall -.PHONY : boost_python2_numpy/preinstall - -#============================================================================= -# Target rules for targets named dtype - -# Build rule for target. -dtype: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 dtype -.PHONY : dtype - -# fast build rule for target. -dtype/fast: - $(MAKE) -f libs/numpy/example/CMakeFiles/dtype.dir/build.make libs/numpy/example/CMakeFiles/dtype.dir/build -.PHONY : dtype/fast - -#============================================================================= -# Target rules for targets named fromdata - -# Build rule for target. -fromdata: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 fromdata -.PHONY : fromdata - -# fast build rule for target. -fromdata/fast: - $(MAKE) -f libs/numpy/example/CMakeFiles/fromdata.dir/build.make libs/numpy/example/CMakeFiles/fromdata.dir/build -.PHONY : fromdata/fast - -#============================================================================= -# Target rules for targets named gaussian - -# Build rule for target. -gaussian: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 gaussian -.PHONY : gaussian - -# fast build rule for target. -gaussian/fast: - $(MAKE) -f libs/numpy/example/CMakeFiles/gaussian.dir/build.make libs/numpy/example/CMakeFiles/gaussian.dir/build -.PHONY : gaussian/fast - -#============================================================================= -# Target rules for targets named ndarray - -# Build rule for target. -ndarray: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ndarray -.PHONY : ndarray - -# fast build rule for target. -ndarray/fast: - $(MAKE) -f libs/numpy/example/CMakeFiles/ndarray.dir/build.make libs/numpy/example/CMakeFiles/ndarray.dir/build -.PHONY : ndarray/fast - -#============================================================================= -# Target rules for targets named simple - -# Build rule for target. -simple: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 simple -.PHONY : simple - -# fast build rule for target. -simple/fast: - $(MAKE) -f libs/numpy/example/CMakeFiles/simple.dir/build.make libs/numpy/example/CMakeFiles/simple.dir/build -.PHONY : simple/fast - -#============================================================================= -# Target rules for targets named ufunc - -# Build rule for target. -ufunc: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ufunc -.PHONY : ufunc - -# fast build rule for target. -ufunc/fast: - $(MAKE) -f libs/numpy/example/CMakeFiles/ufunc.dir/build.make libs/numpy/example/CMakeFiles/ufunc.dir/build -.PHONY : ufunc/fast - -#============================================================================= -# Target rules for targets named wrap - -# Build rule for target. -wrap: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 wrap -.PHONY : wrap - -# fast build rule for target. -wrap/fast: - $(MAKE) -f libs/numpy/example/CMakeFiles/wrap.dir/build.make libs/numpy/example/CMakeFiles/wrap.dir/build -.PHONY : wrap/fast - -#============================================================================= -# Target rules for targets named dtype.py - -# Build rule for target. -dtype.py: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 dtype.py -.PHONY : dtype.py - -# fast build rule for target. -dtype.py/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype.py.dir/build.make libs/numpy/test/CMakeFiles/dtype.py.dir/build -.PHONY : dtype.py/fast - -#============================================================================= -# Target rules for targets named dtype_mod - -# Build rule for target. -dtype_mod: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 dtype_mod -.PHONY : dtype_mod - -# fast build rule for target. -dtype_mod/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/dtype_mod.dir/build.make libs/numpy/test/CMakeFiles/dtype_mod.dir/build -.PHONY : dtype_mod/fast - -#============================================================================= -# Target rules for targets named indexing.py - -# Build rule for target. -indexing.py: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 indexing.py -.PHONY : indexing.py - -# fast build rule for target. -indexing.py/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing.py.dir/build.make libs/numpy/test/CMakeFiles/indexing.py.dir/build -.PHONY : indexing.py/fast - -#============================================================================= -# Target rules for targets named indexing_mod - -# Build rule for target. -indexing_mod: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 indexing_mod -.PHONY : indexing_mod - -# fast build rule for target. -indexing_mod/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/indexing_mod.dir/build.make libs/numpy/test/CMakeFiles/indexing_mod.dir/build -.PHONY : indexing_mod/fast - -#============================================================================= -# Target rules for targets named ndarray.py - -# Build rule for target. -ndarray.py: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ndarray.py -.PHONY : ndarray.py - -# fast build rule for target. -ndarray.py/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray.py.dir/build.make libs/numpy/test/CMakeFiles/ndarray.py.dir/build -.PHONY : ndarray.py/fast - -#============================================================================= -# Target rules for targets named ndarray_mod - -# Build rule for target. -ndarray_mod: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ndarray_mod -.PHONY : ndarray_mod - -# fast build rule for target. -ndarray_mod/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/ndarray_mod.dir/build.make libs/numpy/test/CMakeFiles/ndarray_mod.dir/build -.PHONY : ndarray_mod/fast - -#============================================================================= -# Target rules for targets named shapes.py - -# Build rule for target. -shapes.py: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 shapes.py -.PHONY : shapes.py - -# fast build rule for target. -shapes.py/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes.py.dir/build.make libs/numpy/test/CMakeFiles/shapes.py.dir/build -.PHONY : shapes.py/fast - -#============================================================================= -# Target rules for targets named shapes_mod - -# Build rule for target. -shapes_mod: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 shapes_mod -.PHONY : shapes_mod - -# fast build rule for target. -shapes_mod/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/shapes_mod.dir/build.make libs/numpy/test/CMakeFiles/shapes_mod.dir/build -.PHONY : shapes_mod/fast - -#============================================================================= -# Target rules for targets named templates.py - -# Build rule for target. -templates.py: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 templates.py -.PHONY : templates.py - -# fast build rule for target. -templates.py/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/templates.py.dir/build.make libs/numpy/test/CMakeFiles/templates.py.dir/build -.PHONY : templates.py/fast - -#============================================================================= -# Target rules for targets named templates_mod - -# Build rule for target. -templates_mod: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 templates_mod -.PHONY : templates_mod - -# fast build rule for target. -templates_mod/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/templates_mod.dir/build.make libs/numpy/test/CMakeFiles/templates_mod.dir/build -.PHONY : templates_mod/fast - -#============================================================================= -# Target rules for targets named ufunc.py - -# Build rule for target. -ufunc.py: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ufunc.py -.PHONY : ufunc.py - -# fast build rule for target. -ufunc.py/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc.py.dir/build.make libs/numpy/test/CMakeFiles/ufunc.py.dir/build -.PHONY : ufunc.py/fast - -#============================================================================= -# Target rules for targets named ufunc_mod - -# Build rule for target. -ufunc_mod: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ufunc_mod -.PHONY : ufunc_mod - -# fast build rule for target. -ufunc_mod/fast: - $(MAKE) -f libs/numpy/test/CMakeFiles/ufunc_mod.dir/build.make libs/numpy/test/CMakeFiles/ufunc_mod.dir/build -.PHONY : ufunc_mod/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... install" - @echo "... list_install_components" - @echo "... package" - @echo "... test" - @echo "... package_source" - @echo "... install/local" - @echo "... boost_python2_numpy" - @echo "... dtype" - @echo "... fromdata" - @echo "... ufunc" - @echo "... ndarray" - @echo "... simple" - @echo "... gaussian" - @echo "... wrap" - @echo "... dtype.py" - @echo "... templates_mod" - @echo "... ndarray.py" - @echo "... shapes_mod" - @echo "... ufunc_mod" - @echo "... templates.py" - @echo "... ndarray_mod" - @echo "... shapes.py" - @echo "... ufunc.py" - @echo "... indexing.py" - @echo "... indexing_mod" - @echo "... dtype_mod" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/debian/changelog boost-python-numpy-0.0.4.ppa0~trusty/debian/changelog --- boost-python-numpy-0.0.3.ppa10~trusty/debian/changelog 2017-11-29 20:12:25.000000000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/debian/changelog 2018-04-13 13:21:15.000000000 +0000 @@ -1,4 +1,10 @@ -boost-python-numpy (0.0.3.ppa10~trusty) trusty; urgency=medium +boost-python-numpy (0.0.4.ppa0~trusty) trusty; urgency=medium + + * Release 0.0.4 + + -- Jeongseok Lee Fri, 13 Apr 2018 23:59:59 -0700 + +boost-python-numpy (0.0.3.ppa0~artful) artful; urgency=medium * Support both of Python 2 and 3 diff -Nru boost-python-numpy-0.0.3.ppa10~trusty/libs/numpy/src/CMakeLists.txt boost-python-numpy-0.0.4.ppa0~trusty/libs/numpy/src/CMakeLists.txt --- boost-python-numpy-0.0.3.ppa10~trusty/libs/numpy/src/CMakeLists.txt 2017-11-27 16:23:29.000000000 +0000 +++ boost-python-numpy-0.0.4.ppa0~trusty/libs/numpy/src/CMakeLists.txt 2018-04-13 13:04:33.000000000 +0000 @@ -24,7 +24,7 @@ install(TARGETS ${boost_numpy_target} EXPORT "${boost_numpy_target}Targets" - ARCHIVE DESTINATION lib${LIB_SUFFIX} - LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib + LIBRARY DESTINATION lib PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )