Skip to content

Instantly share code, notes, and snippets.

Created October 12, 2015 22:53
Show Gist options
  • Save anonymous/e04f889f285cd02d8ad2 to your computer and use it in GitHub Desktop.
Save anonymous/e04f889f285cd02d8ad2 to your computer and use it in GitHub Desktop.
2015-10-12 18:51:30 -0400
cmake
.
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/home/hbr/.linuxbrew/Cellar/azmq/HEAD
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DCMAKE_BUILD_WITH_INSTALL_RPATH=1
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=1
-- The C compiler identification is GNU 5.2.0
-- The CXX compiler identification is GNU 5.2.0
-- Check for working C compiler: /home/hbr/.linuxbrew/bin/gcc-5
-- Check for working C compiler: /home/hbr/.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: /home/hbr/.linuxbrew/bin/g++-5
-- Check for working CXX compiler: /home/hbr/.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
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- log
-- date_time
-- thread
-- chrono
-- regex
-- random
-- ZeroMQ version: 4.1.3
-- Found ZeroMQ: /home/hbr/.linuxbrew/include (found suitable version "4.1", minimum required is "4.0")
-- Looking for include file pthread.h
-- Looking for include file 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
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/azmq20151012-78042-1a178n2
2015-10-12 18:51:31 -0400
make
install
/home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -H/tmp/azmq20151012-78042-1a178n2 -B/tmp/azmq20151012-78042-1a178n2 --check-build-system CMakeFiles/Makefile.cmake 0
/home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /tmp/azmq20151012-78042-1a178n2/CMakeFiles /tmp/azmq20151012-78042-1a178n2/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
make -f test/message/CMakeFiles/test_message.dir/build.make test/message/CMakeFiles/test_message.dir/depend
make -f test/context_ops/CMakeFiles/test_context_ops.dir/build.make test/context_ops/CMakeFiles/test_context_ops.dir/depend
make -f test/socket_ops/CMakeFiles/test_socket_ops.dir/build.make test/socket_ops/CMakeFiles/test_socket_ops.dir/depend
make -f test/socket/CMakeFiles/test_socket.dir/build.make test/socket/CMakeFiles/test_socket.dir/depend
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
cd /tmp/azmq20151012-78042-1a178n2 && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/message /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/message /tmp/azmq20151012-78042-1a178n2/test/message/CMakeFiles/test_message.dir/DependInfo.cmake --color=
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
cd /tmp/azmq20151012-78042-1a178n2 && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/socket /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/socket /tmp/azmq20151012-78042-1a178n2/test/socket/CMakeFiles/test_socket.dir/DependInfo.cmake --color=
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
cd /tmp/azmq20151012-78042-1a178n2 && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/context_ops /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/context_ops /tmp/azmq20151012-78042-1a178n2/test/context_ops/CMakeFiles/test_context_ops.dir/DependInfo.cmake --color=
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
cd /tmp/azmq20151012-78042-1a178n2 && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/socket_ops /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/socket_ops /tmp/azmq20151012-78042-1a178n2/test/socket_ops/CMakeFiles/test_socket_ops.dir/DependInfo.cmake --color=
Scanning dependencies of target test_message
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
make -f test/message/CMakeFiles/test_message.dir/build.make test/message/CMakeFiles/test_message.dir/build
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
[ 7%] Building CXX object test/message/CMakeFiles/test_message.dir/main.cpp.o
cd /tmp/azmq20151012-78042-1a178n2/test/message && /home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -I/home/hbr/.linuxbrew/include -I/tmp/azmq20151012-78042-1a178n2 -o CMakeFiles/test_message.dir/main.cpp.o -c /tmp/azmq20151012-78042-1a178n2/test/message/main.cpp
Scanning dependencies of target test_context_ops
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
make -f test/context_ops/CMakeFiles/test_context_ops.dir/build.make test/context_ops/CMakeFiles/test_context_ops.dir/build
Scanning dependencies of target test_socket_ops
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
make -f test/socket_ops/CMakeFiles/test_socket_ops.dir/build.make test/socket_ops/CMakeFiles/test_socket_ops.dir/build
Scanning dependencies of target test_socket
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
make -f test/socket/CMakeFiles/test_socket.dir/build.make test/socket/CMakeFiles/test_socket.dir/build
[ 14%] Building CXX object test/context_ops/CMakeFiles/test_context_ops.dir/main.cpp.o
cd /tmp/azmq20151012-78042-1a178n2/test/context_ops && /home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -I/home/hbr/.linuxbrew/include -I/tmp/azmq20151012-78042-1a178n2 -o CMakeFiles/test_context_ops.dir/main.cpp.o -c /tmp/azmq20151012-78042-1a178n2/test/context_ops/main.cpp
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
[ 21%] Building CXX object test/socket/CMakeFiles/test_socket.dir/main.cpp.o
cd /tmp/azmq20151012-78042-1a178n2/test/socket && /home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -I/home/hbr/.linuxbrew/include -I/tmp/azmq20151012-78042-1a178n2 -o CMakeFiles/test_socket.dir/main.cpp.o -c /tmp/azmq20151012-78042-1a178n2/test/socket/main.cpp
[ 28%] Building CXX object test/socket_ops/CMakeFiles/test_socket_ops.dir/main.cpp.o
cd /tmp/azmq20151012-78042-1a178n2/test/socket_ops && /home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -I/home/hbr/.linuxbrew/include -I/tmp/azmq20151012-78042-1a178n2 -o CMakeFiles/test_socket_ops.dir/main.cpp.o -c /tmp/azmq20151012-78042-1a178n2/test/socket_ops/main.cpp
[ 35%] Linking CXX executable test_context_ops
cd /tmp/azmq20151012-78042-1a178n2/test/context_ops && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/test_context_ops.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib CMakeFiles/test_context_ops.dir/main.cpp.o -o test_context_ops -rdynamic -lboost_system-mt -lboost_log-mt -lboost_date_time-mt -lboost_thread-mt -lboost_chrono-mt -lboost_regex-mt -lboost_random-mt -lzmq
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
[ 35%] Built target test_context_ops
make -f test/signal/CMakeFiles/test_signal.dir/build.make test/signal/CMakeFiles/test_signal.dir/depend
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
cd /tmp/azmq20151012-78042-1a178n2 && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/signal /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/signal /tmp/azmq20151012-78042-1a178n2/test/signal/CMakeFiles/test_signal.dir/DependInfo.cmake --color=
Scanning dependencies of target test_signal
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
make -f test/signal/CMakeFiles/test_signal.dir/build.make test/signal/CMakeFiles/test_signal.dir/build
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
[ 42%] Building CXX object test/signal/CMakeFiles/test_signal.dir/main.cpp.o
cd /tmp/azmq20151012-78042-1a178n2/test/signal && /home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -I/home/hbr/.linuxbrew/include -I/tmp/azmq20151012-78042-1a178n2 -o CMakeFiles/test_signal.dir/main.cpp.o -c /tmp/azmq20151012-78042-1a178n2/test/signal/main.cpp
[ 50%] Linking CXX executable test_message
cd /tmp/azmq20151012-78042-1a178n2/test/message && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/test_message.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib CMakeFiles/test_message.dir/main.cpp.o -o test_message -rdynamic -lboost_system-mt -lboost_log-mt -lboost_date_time-mt -lboost_thread-mt -lboost_chrono-mt -lboost_regex-mt -lboost_random-mt -lzmq
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
[ 50%] Built target test_message
make -f test/actor/CMakeFiles/test_actor.dir/build.make test/actor/CMakeFiles/test_actor.dir/depend
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
cd /tmp/azmq20151012-78042-1a178n2 && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/actor /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/test/actor /tmp/azmq20151012-78042-1a178n2/test/actor/CMakeFiles/test_actor.dir/DependInfo.cmake --color=
Scanning dependencies of target test_actor
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
make -f test/actor/CMakeFiles/test_actor.dir/build.make test/actor/CMakeFiles/test_actor.dir/build
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
[ 57%] Building CXX object test/actor/CMakeFiles/test_actor.dir/main.cpp.o
cd /tmp/azmq20151012-78042-1a178n2/test/actor && /home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -I/home/hbr/.linuxbrew/include -I/tmp/azmq20151012-78042-1a178n2 -o CMakeFiles/test_actor.dir/main.cpp.o -c /tmp/azmq20151012-78042-1a178n2/test/actor/main.cpp
[ 64%] Linking CXX executable test_socket_ops
cd /tmp/azmq20151012-78042-1a178n2/test/socket_ops && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/test_socket_ops.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib CMakeFiles/test_socket_ops.dir/main.cpp.o -o test_socket_ops -rdynamic -lboost_system-mt -lboost_log-mt -lboost_date_time-mt -lboost_thread-mt -lboost_chrono-mt -lboost_regex-mt -lboost_random-mt -lzmq
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
[ 64%] Built target test_socket_ops
make -f doc/examples/actor/CMakeFiles/actor.dir/build.make doc/examples/actor/CMakeFiles/actor.dir/depend
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
cd /tmp/azmq20151012-78042-1a178n2 && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/doc/examples/actor /tmp/azmq20151012-78042-1a178n2 /tmp/azmq20151012-78042-1a178n2/doc/examples/actor /tmp/azmq20151012-78042-1a178n2/doc/examples/actor/CMakeFiles/actor.dir/DependInfo.cmake --color=
Scanning dependencies of target actor
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
make -f doc/examples/actor/CMakeFiles/actor.dir/build.make doc/examples/actor/CMakeFiles/actor.dir/build
make[2]: Entering directory '/tmp/azmq20151012-78042-1a178n2'
[ 71%] Building CXX object doc/examples/actor/CMakeFiles/actor.dir/main.cpp.o
cd /tmp/azmq20151012-78042-1a178n2/doc/examples/actor && /home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -I/home/hbr/.linuxbrew/include -I/tmp/azmq20151012-78042-1a178n2 -o CMakeFiles/actor.dir/main.cpp.o -c /tmp/azmq20151012-78042-1a178n2/doc/examples/actor/main.cpp
[ 78%] Linking CXX executable test_socket
cd /tmp/azmq20151012-78042-1a178n2/test/socket && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/test_socket.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib CMakeFiles/test_socket.dir/main.cpp.o -o test_socket -rdynamic -lboost_system-mt -lboost_log-mt -lboost_date_time-mt -lboost_thread-mt -lboost_chrono-mt -lboost_regex-mt -lboost_random-mt -lzmq
/home/hbr/.linuxbrew/bin/ld: CMakeFiles/test_socket.dir/main.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/home/hbr/.linuxbrew/lib/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
test/socket/CMakeFiles/test_socket.dir/build.make:105: recipe for target 'test/socket/test_socket' failed
make[2]: *** [test/socket/test_socket] Error 1
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
CMakeFiles/Makefile2:286: recipe for target 'test/socket/CMakeFiles/test_socket.dir/all' failed
make[1]: *** [test/socket/CMakeFiles/test_socket.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 85%] Linking CXX executable test_signal
cd /tmp/azmq20151012-78042-1a178n2/test/signal && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/test_signal.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib CMakeFiles/test_signal.dir/main.cpp.o -o test_signal -rdynamic -lboost_system-mt -lboost_log-mt -lboost_date_time-mt -lboost_thread-mt -lboost_chrono-mt -lboost_regex-mt -lboost_random-mt -lzmq
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
[ 85%] Built target test_signal
[ 92%] Linking CXX executable actor
cd /tmp/azmq20151012-78042-1a178n2/doc/examples/actor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/actor.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib CMakeFiles/actor.dir/main.cpp.o -o actor -rdynamic -lpthread -lzmq -lboost_system-mt -lboost_log-mt -lboost_date_time-mt -lboost_thread-mt -lboost_chrono-mt -lboost_regex-mt -lboost_random-mt
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
[ 92%] Built target actor
[100%] Linking CXX executable test_actor
cd /tmp/azmq20151012-78042-1a178n2/test/actor && /home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/test_actor.dir/link.txt --verbose=1
/home/hbr/.linuxbrew/bin/g++-5 -Os -w -pipe -march=core2 --std=c++11 -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib CMakeFiles/test_actor.dir/main.cpp.o -o test_actor -rdynamic -lpthread -lzmq -lboost_system-mt -lboost_log-mt -lboost_date_time-mt -lboost_thread-mt -lboost_chrono-mt -lboost_regex-mt -lboost_random-mt
make[2]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
[100%] Built target test_actor
make[1]: Leaving directory '/tmp/azmq20151012-78042-1a178n2'
Makefile:141: recipe for target 'all' failed
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/linuxbrew
HEAD: 991a7bbc1547f6b5eac6be0fe001eb53528b968a
Last commit: 15 hours ago
HOMEBREW_PREFIX: /home/hbr/.linuxbrew
HOMEBREW_REPOSITORY: /home/hbr/.linuxbrew
HOMEBREW_CELLAR: /home/hbr/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: quad-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 2.2.3 => /home/hbr/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Perl: /usr/bin/perl
Python: /home/hbr/.linuxbrew/bin/python => /home/hbr/.linuxbrew/Cellar/python/2.7.10_2/bin/python2.7
Ruby: /home/hbr/.linuxbrew/bin/ruby => /home/hbr/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Java: N/A
CC: /home/hbr/.linuxbrew/bin/gcc-5 => /home/hbr/.linuxbrew/Cellar/gcc/5.2.0/bin/gcc-5
CXX: /home/hbr/.linuxbrew/bin/g++-5 => /home/hbr/.linuxbrew/Cellar/gcc/5.2.0/bin/g++-5
OBJC: /home/hbr/.linuxbrew/bin/gcc-5
OBJCXX: /home/hbr/.linuxbrew/bin/g++-5
CFLAGS: -Os -w -pipe -march=core2
CXXFLAGS: -Os -w -pipe -march=core2
CPPFLAGS: -isystem/home/hbr/.linuxbrew/include
LDFLAGS: -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.linuxbrew/lib
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /home/hbr/.linuxbrew
PKG_CONFIG_LIBDIR: /home/hbr/.linuxbrew/lib/pkgconfig
PATH: /home/hbr/.linuxbrew/bin:/home/hbr/.linuxbrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/hbr/.linuxbrew/Library/ENV/scm
# This is the CMakeCache file.
# For build in directory: /tmp/azmq20151012-78042-1a178n2
# It was generated by CMake: /home/hbr/.linuxbrew/Cellar/cmake/3.3.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 chrono library (debug)
Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_chrono-mt.so
//Boost chrono library (release)
Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_chrono-mt.so
//Boost date_time library (debug)
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_date_time-mt.so
//Boost date_time library (release)
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_date_time-mt.so
//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND
//Path to a file.
Boost_INCLUDE_DIR:PATH=/home/hbr/.linuxbrew/include
//Boost library directory DEBUG
Boost_LIBRARY_DIR_DEBUG:PATH=/home/hbr/.linuxbrew/lib
//Boost library directory RELEASE
Boost_LIBRARY_DIR_RELEASE:PATH=/home/hbr/.linuxbrew/lib
//Boost log library (debug)
Boost_LOG_LIBRARY_DEBUG:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_log-mt.so
//Boost log library (release)
Boost_LOG_LIBRARY_RELEASE:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_log-mt.so
//Boost random library (debug)
Boost_RANDOM_LIBRARY_DEBUG:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_random-mt.so
//Boost random library (release)
Boost_RANDOM_LIBRARY_RELEASE:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_random-mt.so
//Boost regex library (debug)
Boost_REGEX_LIBRARY_DEBUG:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_regex-mt.so
//Boost regex library (release)
Boost_REGEX_LIBRARY_RELEASE:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_regex-mt.so
//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_system-mt.so
//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_system-mt.so
//Boost thread library (debug)
Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_thread-mt.so
//Boost thread library (release)
Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/home/hbr/.linuxbrew/lib/libboost_thread-mt.so
//Path to a program.
CMAKE_AR:FILEPATH=/home/hbr/.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
//No help, variable specified on the command line.
CMAKE_BUILD_WITH_INSTALL_RPATH:UNINITIALIZED=1
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/home/hbr/.linuxbrew/bin/g++-5
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING='-Os -w -pipe -march=core2 '
//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=
//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=/home/hbr/.linuxbrew/bin/gcc-5
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING='-Os -w -pipe -march=core2 '
//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=
//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/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.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=/home/hbr/.linuxbrew/Cellar/azmq/HEAD
//No help, variable specified on the command line.
CMAKE_INSTALL_RPATH_USE_LINK_PATH:UNINITIALIZED=1
//Path to a program.
CMAKE_LINKER:FILEPATH=/home/hbr/.linuxbrew/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/home/hbr/.linuxbrew/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING= -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.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=/home/hbr/.linuxbrew/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/home/hbr/.linuxbrew/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/home/hbr/.linuxbrew/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=azmq
//Path to a program.
CMAKE_RANLIB:FILEPATH=/home/hbr/.linuxbrew/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING= -L/home/hbr/.linuxbrew/lib -Wl,--dynamic-linker=/home/hbr/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath,/home/hbr/.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=/home/hbr/.linuxbrew/bin/strip
//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=ON
//Path to a file.
ZeroMQ_INCLUDE_DIRS:PATH=/home/hbr/.linuxbrew/include
//Path to a library.
ZeroMQ_LIBRARIES:FILEPATH=/home/hbr/.linuxbrew/lib/libzmq.so
//Path to a file.
_ZeroMQ_ROOT:PATH=/home/hbr/.linuxbrew
//Value Computed by CMake
actor_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/doc/examples/actor
//Value Computed by CMake
actor_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/doc/examples/actor
//Value Computed by CMake
azmq_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2
//Value Computed by CMake
azmq_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2
//Value Computed by CMake
test_actor_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/actor
//Value Computed by CMake
test_actor_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/actor
//Value Computed by CMake
test_context_ops_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/context_ops
//Value Computed by CMake
test_context_ops_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/context_ops
//Value Computed by CMake
test_message_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/message
//Value Computed by CMake
test_message_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/message
//Value Computed by CMake
test_signal_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/signal
//Value Computed by CMake
test_signal_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/signal
//Value Computed by CMake
test_socket_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/socket
//Value Computed by CMake
test_socket_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/socket
//Value Computed by CMake
test_socket_ops_BINARY_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/socket_ops
//Value Computed by CMake
test_socket_ops_SOURCE_DIR:STATIC=/tmp/azmq20151012-78042-1a178n2/test/socket_ops
########################
# INTERNAL cache entries
########################
//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_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_LOG_LIBRARY_DEBUG
Boost_LOG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LOG_LIBRARY_RELEASE
Boost_LOG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_RANDOM_LIBRARY_DEBUG
Boost_RANDOM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_RANDOM_LIBRARY_RELEASE
Boost_RANDOM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_DEBUG
Boost_REGEX_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_RELEASE
Boost_REGEX_LIBRARY_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: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/azmq20151012-78042-1a178n2
//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=3
//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=/home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/home/hbr/.linuxbrew/Cellar/cmake/3.3.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=/home/hbr/.linuxbrew/Cellar/cmake/3.3.2/bin/ccmake
//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/azmq20151012-78042-1a178n2
//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_LOCAL_GENERATORS:INTERNAL=11
//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=/home/hbr/.linuxbrew/Cellar/cmake/3.3.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 Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE
//uname command
CMAKE_UNAME:INTERNAL=/home/hbr/.linuxbrew/bin/uname
//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
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Details about finding ZeroMQ
FIND_PACKAGE_MESSAGE_DETAILS_ZeroMQ:INTERNAL=[/home/hbr/.linuxbrew/include][/home/hbr/.linuxbrew/lib/libzmq.so][v4.1(4.0)]
//ADVANCED property for variable: ZeroMQ_INCLUDE_DIRS
ZeroMQ_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZeroMQ_LIBRARIES
ZeroMQ_LIBRARIES-ADVANCED:INTERNAL=1
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=chrono;date_time;log;random;regex;system;thread
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=/home/hbr/.linuxbrew/include
//Last used Boost_LIBRARY_DIR_DEBUG value.
_Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/home/hbr/.linuxbrew/lib
//Last used Boost_LIBRARY_DIR_RELEASE value.
_Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/home/hbr/.linuxbrew/lib
//Last used Boost_NAMESPACE value.
_Boost_NAMESPACE_LAST:INTERNAL=boost
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/linuxbrew
HEAD: 991a7bbc1547f6b5eac6be0fe001eb53528b968a
Last commit: 15 hours ago
HOMEBREW_PREFIX: /home/hbr/.linuxbrew
HOMEBREW_REPOSITORY: /home/hbr/.linuxbrew
HOMEBREW_CELLAR: /home/hbr/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: quad-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 2.2.3 => /home/hbr/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Perl: /usr/bin/perl
Python: /home/hbr/.linuxbrew/bin/python => /home/hbr/.linuxbrew/Cellar/python/2.7.10_2/bin/python2.7
Ruby: /home/hbr/.linuxbrew/bin/ruby => /home/hbr/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Java: N/A
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: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install openblas
Run `brew missing` for more details.
Formula: azmq
Tap: ahundt/homebrew-robotics
Path: /home/hbr/.linuxbrew/Library/Taps/ahundt/homebrew-robotics/azmq.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment