Created
February 14, 2017 14:35
-
-
Save klmr/f0b46de2c4da9adf6b7f8f36316ed585 to your computer and use it in GitHub Desktop.
msgpack on Ubuntu 12.04.5 LTS - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for msgpack on Ubuntu 12.04.5 LTS | |
Build date: 2017-02-14 14:29:12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.1.9 | |
ORIGIN: https://github.com/Linuxbrew/brew.git | |
HEAD: c12f7fdde281dc1090e04b5436fd708437784cdb | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: 534f6cd38d43c25e4ec2c23515f8b3bc9fb74c0d | |
Core tap last commit: 10 hours ago | |
HOMEBREW_PREFIX: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew | |
HOMEBREW_REPOSITORY: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew | |
HOMEBREW_CELLAR: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com | |
CPU: octa-core 64-bit penryn | |
Homebrew Ruby: 2.0.0-p648 => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Library/Homebrew/vendor/portable-ruby/2.0.0-p648/bin/ruby | |
Clang: N/A | |
Git: 2.11.1 => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/git | |
Perl: /usr/local/bin/perl => /software/perl-5.16.2/bin/perl | |
Python: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/python => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/python/2.7.13/bin/python2.7 | |
Ruby: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/ruby => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/ruby/2.4.0/bin/ruby | |
Java: # | |
Kernel: Linux 3.2.0-105-generic x86_64 GNU/Linux | |
OS: Ubuntu 12.04.5 LTS | |
Codename: precise | |
OS glibc: 2.15 | |
OS gcc: 4.6.3 | |
Linuxbrew glibc: 2.19 | |
Linuxbrew gcc: 5.3.0 | |
Linuxbrew xorg: 20170115 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Setting LD_* vars can break dynamic linking. | |
Set variables: | |
LD_LIBRARY_PATH: /usr/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/drmaa.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msgpack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-02-14 14:28:27 +0000 | |
cmake | |
. | |
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG | |
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG | |
-DCMAKE_INSTALL_PREFIX=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/msgpack/2.1.1 | |
-DCMAKE_BUILD_TYPE=Release | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-- The C compiler identification is GNU 5.3.0 | |
-- The CXX compiler identification is GNU 5.3.0 | |
-- Check for working C compiler: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 | |
-- Check for working C compiler: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 | |
-- Check for working CXX compiler: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Boost version: 1.63.0 | |
-- Found the following Boost libraries: | |
-- chrono | |
-- context | |
-- timer | |
-- system | |
-- thread | |
-- date_time | |
-- atomic | |
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) | |
-- Found ZLIB: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libz.so (found version "1.2.8") | |
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC | |
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC - Failed | |
-- Found Doxygen: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/doxygen (found version "1.8.13") | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-02-14 14:28:36 +0000 | |
make | |
install | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -H/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 -B/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 --check-build-system CMakeFiles/Makefile.cmake 0 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_progress_start /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/CMakeFiles /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/CMakeFiles/progress.marks | |
make -f CMakeFiles/Makefile2 all | |
make[1]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/depend | |
make -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/depend | |
make -f example/cpp03/CMakeFiles/speed_test.dir/build.make example/cpp03/CMakeFiles/speed_test.dir/depend | |
make -f example/cpp03/CMakeFiles/speed_test_nested_array.dir/build.make example/cpp03/CMakeFiles/speed_test_nested_array.dir/depend | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/CMakeFiles/msgpackc.dir/DependInfo.cmake --color= | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/CMakeFiles/msgpackc-static.dir/DependInfo.cmake --color= | |
make -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/depend | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/speed_test.dir/DependInfo.cmake --color= | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/speed_test_nested_array.dir/DependInfo.cmake --color= | |
make -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/depend | |
make -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/depend | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/map_based_versionup.dir/DependInfo.cmake --color= | |
make -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/depend | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/class_intrusive_map.dir/DependInfo.cmake --color= | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/custom.dir/DependInfo.cmake --color= | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/simple.dir/DependInfo.cmake --color= | |
Scanning dependencies of target msgpackc | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/build | |
Scanning dependencies of target msgpackc-static | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/build | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 2%] Building C object CMakeFiles/msgpackc-static.dir/src/objectc.c.o | |
[ 4%] Building C object CMakeFiles/msgpackc.dir/src/objectc.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/msgpackc-static.dir/src/objectc.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/objectc.c | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -Dmsgpackc_EXPORTS -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -fPIC -Wall -Wextra -Werror -g -O3 -DPIC -o CMakeFiles/msgpackc.dir/src/objectc.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/objectc.c | |
[ 6%] Building C object CMakeFiles/msgpackc-static.dir/src/unpack.c.o | |
[ 8%] Building C object CMakeFiles/msgpackc.dir/src/unpack.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -Dmsgpackc_EXPORTS -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -fPIC -Wall -Wextra -Werror -g -O3 -DPIC -o CMakeFiles/msgpackc.dir/src/unpack.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/unpack.c | |
[ 10%] Building C object CMakeFiles/msgpackc.dir/src/version.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -Dmsgpackc_EXPORTS -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -fPIC -Wall -Wextra -Werror -g -O3 -DPIC -o CMakeFiles/msgpackc.dir/src/version.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/version.c | |
[ 13%] Building C object CMakeFiles/msgpackc-static.dir/src/version.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/msgpackc-static.dir/src/version.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/version.c | |
[ 15%] Building C object CMakeFiles/msgpackc.dir/src/vrefbuffer.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -Dmsgpackc_EXPORTS -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -fPIC -Wall -Wextra -Werror -g -O3 -DPIC -o CMakeFiles/msgpackc.dir/src/vrefbuffer.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/vrefbuffer.c | |
[ 17%] Building C object CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/vrefbuffer.c | |
[ 19%] Building C object CMakeFiles/msgpackc.dir/src/zone.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -Dmsgpackc_EXPORTS -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -fPIC -Wall -Wextra -Werror -g -O3 -DPIC -o CMakeFiles/msgpackc.dir/src/zone.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/zone.c | |
[ 21%] Building C object CMakeFiles/msgpackc-static.dir/src/zone.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/msgpackc-static.dir/src/zone.c.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/src/zone.c | |
[ 23%] Linking C shared library libmsgpackc.so | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/msgpackc.dir/link.txt --verbose=1 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 -fPIC -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -shared -Wl,-soname,libmsgpackc.so.2 -o libmsgpackc.so.2.0.0 CMakeFiles/msgpackc.dir/src/objectc.c.o CMakeFiles/msgpackc.dir/src/unpack.c.o CMakeFiles/msgpackc.dir/src/version.c.o CMakeFiles/msgpackc.dir/src/vrefbuffer.c.o CMakeFiles/msgpackc.dir/src/zone.c.o | |
[ 26%] Linking C static library libmsgpackc.a | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -P CMakeFiles/msgpackc-static.dir/cmake_clean_target.cmake | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/msgpackc-static.dir/link.txt --verbose=1 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/ar qc libmsgpackc.a CMakeFiles/msgpackc-static.dir/src/objectc.c.o CMakeFiles/msgpackc-static.dir/src/unpack.c.o CMakeFiles/msgpackc-static.dir/src/version.c.o CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.o CMakeFiles/msgpackc-static.dir/src/zone.c.o | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/ranlib libmsgpackc.a | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_symlink_library libmsgpackc.so.2.0.0 libmsgpackc.so.2 libmsgpackc.so | |
[ 26%] Built target msgpackc-static | |
make -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/depend | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/class_intrusive.dir/DependInfo.cmake --color= | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 26%] Built target msgpackc | |
make -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/depend | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/CMakeFiles/class_non_intrusive.dir/DependInfo.cmake --color= | |
Scanning dependencies of target class_intrusive | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/build | |
Scanning dependencies of target custom | |
Scanning dependencies of target speed_test_nested_array | |
Scanning dependencies of target map_based_versionup | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
Scanning dependencies of target speed_test | |
make -f example/cpp03/CMakeFiles/speed_test_nested_array.dir/build.make example/cpp03/CMakeFiles/speed_test_nested_array.dir/build | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make -f example/cpp03/CMakeFiles/speed_test.dir/build.make example/cpp03/CMakeFiles/speed_test.dir/build | |
Scanning dependencies of target simple | |
make -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/build | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/build | |
make -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/build | |
Scanning dependencies of target class_intrusive_map | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/build | |
make -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/build | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[2]: Entering directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 28%] Building CXX object example/cpp03/CMakeFiles/class_intrusive_map.dir/class_intrusive_map.cpp.o | |
[ 30%] Building CXX object example/cpp03/CMakeFiles/speed_test_nested_array.dir/speed_test_nested_array.cpp.o | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/class_intrusive_map.dir/class_intrusive_map.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/class_intrusive_map.cpp | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -O3 -o CMakeFiles/speed_test_nested_array.dir/speed_test_nested_array.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/speed_test_nested_array.cpp | |
[ 32%] Building CXX object example/cpp03/CMakeFiles/custom.dir/custom.cpp.o | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/custom.dir/custom.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/custom.cpp | |
[ 34%] Building CXX object example/cpp03/CMakeFiles/map_based_versionup.dir/map_based_versionup.cpp.o | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/map_based_versionup.dir/map_based_versionup.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/map_based_versionup.cpp | |
[ 36%] Building CXX object example/cpp03/CMakeFiles/simple.dir/simple.cpp.o | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/simple.dir/simple.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/simple.cpp | |
[ 39%] Building CXX object example/cpp03/CMakeFiles/class_intrusive.dir/class_intrusive.cpp.o | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/class_intrusive.dir/class_intrusive.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/class_intrusive.cpp | |
[ 41%] Building CXX object example/cpp03/CMakeFiles/class_non_intrusive.dir/class_non_intrusive.cpp.o | |
[ 43%] Building CXX object example/cpp03/CMakeFiles/speed_test.dir/speed_test.cpp.o | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -g -O3 -o CMakeFiles/class_non_intrusive.dir/class_non_intrusive.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/class_non_intrusive.cpp | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -I/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/. -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/include -I/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/../include -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -Wall -Wextra -Werror -O3 -o CMakeFiles/speed_test.dir/speed_test.cpp.o -c /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03/speed_test.cpp | |
[ 45%] Linking CXX executable speed_test | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/speed_test.dir/link.txt --verbose=1 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/speed_test.dir/speed_test.cpp.o -o speed_test -rdynamic -Wl,-Bstatic -lboost_timer-mt -lboost_chrono-mt -lboost_system-mt -Wl,-Bdynamic -lrt | |
[ 47%] Linking CXX executable simple | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/simple.dir/link.txt --verbose=1 | |
CMakeFiles/speed_test.dir/speed_test.cpp.o: In function `test_map_pack_unpack()': | |
speed_test.cpp:(.text+0x886): undefined reference to `boost::timer::format[abi:cxx11](boost::timer::cpu_times const&, short)' | |
speed_test.cpp:(.text+0xf76): undefined reference to `boost::timer::format[abi:cxx11](boost::timer::cpu_times const&, short)' | |
speed_test.cpp:(.text+0x1347): undefined reference to `boost::timer::format[abi:cxx11](boost::timer::cpu_times const&, short)' | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [example/cpp03/speed_test] Error 1 | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[1]: *** [example/cpp03/CMakeFiles/speed_test.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/simple.dir/simple.cpp.o -o simple -rdynamic | |
[ 50%] Linking CXX executable custom | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/custom.dir/link.txt --verbose=1 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/custom.dir/custom.cpp.o -o custom -rdynamic | |
[ 52%] Linking CXX executable class_intrusive | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/class_intrusive.dir/link.txt --verbose=1 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/class_intrusive.dir/class_intrusive.cpp.o -o class_intrusive -rdynamic | |
[ 54%] Linking CXX executable class_intrusive_map | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/class_intrusive_map.dir/link.txt --verbose=1 | |
[ 56%] Linking CXX executable class_non_intrusive | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/class_non_intrusive.dir/link.txt --verbose=1 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/class_intrusive_map.dir/class_intrusive_map.cpp.o -o class_intrusive_map -rdynamic | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/class_non_intrusive.dir/class_non_intrusive.cpp.o -o class_non_intrusive -rdynamic | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 56%] Built target simple | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 56%] Built target custom | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 56%] Built target class_intrusive | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 56%] Built target class_intrusive_map | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
[ 56%] Built target class_non_intrusive | |
[ 58%] Linking CXX executable map_based_versionup | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/map_based_versionup.dir/link.txt --verbose=1 | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/map_based_versionup.dir/map_based_versionup.cpp.o -o map_based_versionup -rdynamic | |
[ 60%] Linking CXX executable speed_test_nested_array | |
cd /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1/example/cpp03 && /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/speed_test_nested_array.dir/link.txt --verbose=1 | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 -DMSGPACK_DEFAULT_API_VERSION=2 -std=c++98 -Os -w -pipe -march=native -DNDEBUG -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib CMakeFiles/speed_test_nested_array.dir/speed_test_nested_array.cpp.o -o speed_test_nested_array -rdynamic -Wl,-Bstatic -lboost_timer-mt -lboost_chrono-mt -lboost_system-mt -Wl,-Bdynamic -lrt | |
[ 60%] Built target map_based_versionup | |
CMakeFiles/speed_test_nested_array.dir/speed_test_nested_array.cpp.o: In function `test_array_of_array()': | |
speed_test_nested_array.cpp:(.text+0x1681): undefined reference to `boost::timer::format[abi:cxx11](boost::timer::cpu_times const&, short)' | |
speed_test_nested_array.cpp:(.text+0x22bf): undefined reference to `boost::timer::format[abi:cxx11](boost::timer::cpu_times const&, short)' | |
speed_test_nested_array.cpp:(.text+0x2bf9): undefined reference to `boost::timer::format[abi:cxx11](boost::timer::cpu_times const&, short)' | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [example/cpp03/speed_test_nested_array] Error 1 | |
make[2]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make[1]: *** [example/cpp03/CMakeFiles/speed_test_nested_array.dir/all] Error 2 | |
make[1]: Leaving directory `/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1' | |
make: *** [all] Error 2 | |
HOMEBREW_VERSION: 1.1.9 | |
ORIGIN: https://github.com/Linuxbrew/brew.git | |
HEAD: c12f7fdde281dc1090e04b5436fd708437784cdb | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: 534f6cd38d43c25e4ec2c23515f8b3bc9fb74c0d | |
Core tap last commit: 10 hours ago | |
HOMEBREW_PREFIX: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew | |
HOMEBREW_REPOSITORY: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew | |
HOMEBREW_CELLAR: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com | |
CPU: octa-core 64-bit penryn | |
Homebrew Ruby: 2.0.0-p648 => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Library/Homebrew/vendor/portable-ruby/2.0.0-p648/bin/ruby | |
Clang: N/A | |
Git: 2.11.1 => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/git | |
Perl: /usr/local/bin/perl => /software/perl-5.16.2/bin/perl | |
Python: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/python => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/python/2.7.13/bin/python2.7 | |
Ruby: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/ruby => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/ruby/2.4.0/bin/ruby | |
Java: # | |
Kernel: Linux 3.2.0-105-generic x86_64 GNU/Linux | |
OS: Ubuntu 12.04.5 LTS | |
Codename: precise | |
OS glibc: 2.15 | |
OS gcc: 4.6.3 | |
Linuxbrew glibc: 2.19 | |
Linuxbrew gcc: 5.3.0 | |
Linuxbrew xorg: 20170115 | |
CC: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/gcc/5.3.0/bin/gcc-5 | |
CXX: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 => /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/gcc/5.3.0/bin/g++-5 | |
OBJC: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 | |
OBJCXX: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 | |
CFLAGS: -Os -w -pipe -march=native | |
CXXFLAGS: -Os -w -pipe -march=native | |
CPPFLAGS: -isystem/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include | |
LDFLAGS: -L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew | |
PKG_CONFIG_LIBDIR: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/pkgconfig:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/share/pkgconfig | |
PATH: /usr/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc:/usr/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin:/nfs/users/nfs_k/kr15/bin:/nfs/users/nfs_k/kr15/.local/bin:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/sbin:/software/mpich-3.0.4/bin:/nfs/users/nfs_k/kr15/bin:/nfs/users/nfs_k/kr15/.local/bin:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/sbin:/software/mpich-3.0.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/software/bin:/software/bin:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Library/Homebrew/cask/cmd:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Library/Homebrew/shims/scm | |
CPATH: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include | |
LD_LIBRARY_PATH: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/msgpack/2.1.1/lib:/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/msgpack/2.1.1:/usr/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib | |
LD_RUN_PATH: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
LIBRARY_PATH: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the CMakeCache file. | |
# For build in directory: /tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 | |
# It was generated by CMake: /lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/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 | |
######################## | |
//Boost atomic library (debug) | |
Boost_ATOMIC_LIBRARY_DEBUG:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_atomic-mt.a | |
//Boost atomic library (release) | |
Boost_ATOMIC_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_atomic-mt.a | |
//Boost chrono library (debug) | |
Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_chrono-mt.a | |
//Boost chrono library (release) | |
Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_chrono-mt.a | |
//Boost context library (debug) | |
Boost_CONTEXT_LIBRARY_DEBUG:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_context-mt.a | |
//Boost context library (release) | |
Boost_CONTEXT_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_context-mt.a | |
//Boost date_time library (debug) | |
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_date_time-mt.a | |
//Boost date_time library (release) | |
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_date_time-mt.a | |
//The directory containing a CMake configuration file for Boost. | |
Boost_DIR:PATH=Boost_DIR-NOTFOUND | |
//Path to a file. | |
Boost_INCLUDE_DIR:PATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include | |
//Boost library directory DEBUG | |
Boost_LIBRARY_DIR_DEBUG:PATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
//Boost library directory RELEASE | |
Boost_LIBRARY_DIR_RELEASE:PATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
//Boost system library (debug) | |
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_system-mt.a | |
//Boost system library (release) | |
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_system-mt.a | |
//Boost thread library (debug) | |
Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_thread-mt.a | |
//Boost thread library (release) | |
Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_thread-mt.a | |
//Boost timer library (debug) | |
Boost_TIMER_LIBRARY_DEBUG:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_timer-mt.a | |
//Boost timer library (release) | |
Boost_TIMER_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libboost_timer-mt.a | |
//Path to a program. | |
CMAKE_AR:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/ar | |
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or | |
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. | |
CMAKE_BUILD_TYPE:STRING=Release | |
//Enable/Disable color output during build. | |
CMAKE_COLOR_MAKEFILE:BOOL=ON | |
//CXX compiler | |
CMAKE_CXX_COMPILER:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/g++-5 | |
//Flags used by the compiler during all build types. | |
CMAKE_CXX_FLAGS:STRING=-Os -w -pipe -march=native | |
//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=-DNDEBUG | |
//Flags used by the compiler during release builds with debug info. | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//C compiler | |
CMAKE_C_COMPILER:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/gcc-5 | |
//Flags used by the compiler during all build types. | |
CMAKE_C_FLAGS:STRING=-Os -w -pipe -march=native | |
//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=-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=-L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
//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 | |
//No help, variable specified on the command line. | |
CMAKE_FIND_FRAMEWORK:UNINITIALIZED=LAST | |
//Install path prefix, prepended onto install directories. | |
CMAKE_INSTALL_PREFIX:PATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/msgpack/2.1.1 | |
//Path to a program. | |
CMAKE_LINKER:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/ld | |
//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=-L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
//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= | |
//Path to a program. | |
CMAKE_NM:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/nm | |
//Path to a program. | |
CMAKE_OBJCOPY:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/objcopy | |
//Path to a program. | |
CMAKE_OBJDUMP:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/objdump | |
//Value Computed by CMake | |
CMAKE_PROJECT_NAME:STATIC=msgpack | |
//Path to a program. | |
CMAKE_RANLIB:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/ranlib | |
//Flags used by the linker during the creation of dll's. | |
CMAKE_SHARED_LINKER_FLAGS:STRING=-L/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib -Wl,--dynamic-linker=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/ld.so -Wl,-rpath,/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
//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= | |
//Path to a program. | |
CMAKE_STRIP:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/strip | |
//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=ON | |
//Graphviz Dot tool for using Doxygen | |
DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot | |
//Doxygen documentation generation tool (http://www.doxygen.org) | |
DOXYGEN_EXECUTABLE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/doxygen | |
//Path to a file. | |
GTEST_INCLUDE_DIR:PATH=GTEST_INCLUDE_DIR-NOTFOUND | |
//Path to a library. | |
GTEST_LIBRARY:FILEPATH=GTEST_LIBRARY-NOTFOUND | |
//Path to a library. | |
GTEST_LIBRARY_DEBUG:FILEPATH=GTEST_LIBRARY_DEBUG-NOTFOUND | |
//Path to a library. | |
GTEST_MAIN_LIBRARY:FILEPATH=GTEST_MAIN_LIBRARY-NOTFOUND | |
//Path to a library. | |
GTEST_MAIN_LIBRARY_DEBUG:FILEPATH=GTEST_MAIN_LIBRARY_DEBUG-NOTFOUND | |
//32bit compile | |
MSGPACK_32BIT:BOOL=OFF | |
//Using boost libraries | |
MSGPACK_BOOST:BOOL=OFF | |
//Build msgpack examples. | |
MSGPACK_BUILD_EXAMPLES:BOOL=ON | |
//Using c++11 compiler | |
MSGPACK_CXX11:BOOL=OFF | |
//Enable C++ interface. | |
MSGPACK_ENABLE_CXX:BOOL=ON | |
//Build shared libaries in addition to static libraries. | |
MSGPACK_ENABLE_SHARED:BOOL=ON | |
//Path to a file. | |
ZLIB_INCLUDE_DIR:PATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include | |
//Path to a library. | |
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND | |
//Path to a library. | |
ZLIB_LIBRARY_RELEASE:FILEPATH=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libz.so | |
//Value Computed by CMake | |
msgpack_BINARY_DIR:STATIC=/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 | |
//Value Computed by CMake | |
msgpack_SOURCE_DIR:STATIC=/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 | |
//Dependencies for target | |
msgpackc-static_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
msgpackc_LIB_DEPENDS:STATIC= | |
######################## | |
# INTERNAL cache entries | |
######################## | |
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_DEBUG | |
Boost_ATOMIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_RELEASE | |
Boost_ATOMIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_DEBUG | |
Boost_CHRONO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_RELEASE | |
Boost_CHRONO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_CONTEXT_LIBRARY_DEBUG | |
Boost_CONTEXT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_CONTEXT_LIBRARY_RELEASE | |
Boost_CONTEXT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG | |
Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE | |
Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//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_DEBUG | |
Boost_LIBRARY_DIR_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_LIBRARY_DIR_RELEASE | |
Boost_LIBRARY_DIR_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG | |
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE | |
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG | |
Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE | |
Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_TIMER_LIBRARY_DEBUG | |
Boost_TIMER_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_TIMER_LIBRARY_RELEASE | |
Boost_TIMER_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_AR | |
CMAKE_AR-ADVANCED:INTERNAL=1 | |
//This is the directory where this CMakeCache.txt was created | |
CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 | |
//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=7 | |
//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=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/cpack | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/ctest | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER | |
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | |
//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_COMPILER | |
CMAKE_C_COMPILER-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=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/bin/ccmake | |
//Whether to issue deprecation errors for macros and functions. | |
CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE | |
//Executable file format | |
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF | |
//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= | |
//Have symbol pthread_create | |
CMAKE_HAVE_LIBC_CREATE:INTERNAL= | |
//Have library pthreads | |
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= | |
//Have library pthread | |
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 | |
//Have include pthread.h | |
CMAKE_HAVE_PTHREAD_H:INTERNAL=1 | |
//Source directory with the top level CMakeLists.txt file for this | |
// project | |
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/msgpack-20170214-27022-1b9oxhe/msgpack-2.1.1 | |
//Install .so files without execute permission. | |
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_LINKER | |
CMAKE_LINKER-ADVANCED: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 | |
//ADVANCED property for variable: CMAKE_NM | |
CMAKE_NM-ADVANCED:INTERNAL=1 | |
//number of local generators | |
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=7 | |
//ADVANCED property for variable: CMAKE_OBJCOPY | |
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_OBJDUMP | |
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_RANLIB | |
CMAKE_RANLIB-ADVANCED:INTERNAL=1 | |
//Path to CMake installation. | |
CMAKE_ROOT:INTERNAL=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/Cellar/cmake/3.7.2/share/cmake | |
//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_STRIP | |
CMAKE_STRIP-ADVANCED:INTERNAL=1 | |
//Suppress errors that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE | |
//Suppress Warnings that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE | |
//uname command | |
CMAKE_UNAME:INTERNAL=/bin/uname | |
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Whether to issue warnings for deprecated functionality. | |
CMAKE_WARN_DEPRECATED:INTERNAL=FALSE | |
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE | |
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: DOXYGEN_EXECUTABLE | |
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Details about finding Doxygen | |
FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/bin/doxygen][v1.8.13()] | |
//Details about finding Threads | |
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
//Details about finding ZLIB | |
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib/libz.so][/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include][v1.2.8()] | |
//ADVANCED property for variable: GTEST_INCLUDE_DIR | |
GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GTEST_LIBRARY | |
GTEST_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GTEST_LIBRARY_DEBUG | |
GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GTEST_MAIN_LIBRARY | |
GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG | |
GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//Test MSGPACK_ENABLE_GCC_CXX_ATOMIC | |
MSGPACK_ENABLE_GCC_CXX_ATOMIC:INTERNAL= | |
//ADVANCED property for variable: ZLIB_INCLUDE_DIR | |
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG | |
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE | |
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//Components requested for this build tree. | |
_Boost_COMPONENTS_SEARCHED:INTERNAL=atomic;chrono;context;date_time;system;thread;timer | |
//Last used Boost_INCLUDE_DIR value. | |
_Boost_INCLUDE_DIR_LAST:INTERNAL=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/include | |
//Last used Boost_LIBRARY_DIR_DEBUG value. | |
_Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
//Last used Boost_LIBRARY_DIR_RELEASE value. | |
_Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/lustre/scratch115/realdata/mdt2/teams/miska/users/kr15/linuxbrew/lib | |
//Last used Boost_NAMESPACE value. | |
_Boost_NAMESPACE_LAST:INTERNAL=boost | |
//Last used Boost_USE_MULTITHREADED value. | |
_Boost_USE_MULTITHREADED_LAST:INTERNAL=ON | |
//Last used Boost_USE_STATIC_LIBS value. | |
_Boost_USE_STATIC_LIBS_LAST:INTERNAL=ON | |
//Last used Boost_USE_STATIC_RUNTIME value. | |
_Boost_USE_STATIC_RUNTIME_LAST:INTERNAL=OFF | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment