Created
August 20, 2021 09:21
-
-
Save ucasfl/280c1fb06041d126ea6af79f82c3cff9 to your computer and use it in GitHub Desktop.
This file contains 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: /essd/fenglv/ClickHouse/rel | |
# It was generated by CMake: /essd/fenglv/gentoo/usr/bin/cmake | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | |
# VALUE is the current value for the KEY. | |
######################## | |
# EXTERNAL cache entries | |
######################## | |
//If ON, Abseil tests will be run. | |
ABSL_RUN_TESTS:BOOL=OFF | |
//If ON, abseil will download HEAD from googletest at config time. | |
ABSL_USE_GOOGLETEST_HEAD:BOOL=OFF | |
//Add .gdb-index to resulting binaries for gold linker. | |
ADD_GDB_INDEX_FOR_GOLD:BOOL=OFF | |
//Add -march=native compiler flag | |
ARCH_NATIVE:BOOL=OFF | |
//Path to a program. | |
AWK_PROGRAM:FILEPATH=/home/fenglv/gentoo/usr/bin/awk | |
//Default URL where bug reports are to be submitted. | |
BUG_REPORT_URL:STRING=https://bugs.llvm.org/ | |
//Build the testing tree. | |
BUILD_TESTING:BOOL=ON | |
//Path to a program. | |
BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND | |
//Header providing backtrace(3) facility | |
Backtrace_HEADER:STRING=execinfo.h | |
//Path to a file. | |
Backtrace_INCLUDE_DIR:PATH=/home/fenglv/gentoo/usr/include | |
//Library providing backtrace(3), empty for default set of libraries | |
Backtrace_LIBRARY:FILEPATH= | |
//Value Computed by CMake | |
BoringSSL_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/boringssl-cmake | |
//Value Computed by CMake | |
BoringSSL_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/boringssl-cmake | |
//Build and run tests | |
CARES_BUILD_TESTS:BOOL=OFF | |
//Build tools | |
CARES_BUILD_TOOLS:BOOL=ON | |
//Create installation targets (chain builders may want to disable | |
// this) | |
CARES_INSTALL:BOOL=ON | |
//Build as a shared library | |
CARES_SHARED:BOOL=OFF | |
//Build as a static library | |
CARES_STATIC:BOOL=ON | |
//Build the static library as PIC (position independent) | |
CARES_STATIC_PIC:BOOL=OFF | |
//Build examples | |
CASS_BUILD_EXAMPLES:BOOL=OFF | |
//Build integration tests | |
CASS_BUILD_INTEGRATION_TESTS:BOOL=OFF | |
//Build shared library | |
CASS_BUILD_SHARED:BOOL=ON | |
//Build static library | |
CASS_BUILD_STATIC:BOOL=ON | |
//Build tests | |
CASS_BUILD_TESTS:BOOL=OFF | |
//Build unit tests | |
CASS_BUILD_UNIT_TESTS:BOOL=OFF | |
//Debug custom allocator | |
CASS_DEBUG_CUSTOM_ALLOC:BOOL=OFF | |
//Install header file | |
CASS_INSTALL_HEADER:BOOL=OFF | |
//Install header file under 'include/cassandra' | |
CASS_INSTALL_HEADER_IN_SUBDIR:BOOL=OFF | |
//Install pkg-config file(s) | |
CASS_INSTALL_PKG_CONFIG:BOOL=OFF | |
//Enable multicore compilation | |
CASS_MULTICORE_COMPILATION:BOOL=ON | |
//Use Boost atomics library | |
CASS_USE_BOOST_ATOMIC:BOOL=OFF | |
//Use Kerberos | |
CASS_USE_KERBEROS:BOOL=OFF | |
//Use libssh2 for integration tests | |
CASS_USE_LIBSSH2:BOOL=OFF | |
//Use OpenSSL | |
CASS_USE_OPENSSL:BOOL=ON | |
//Link static libraries when building executables | |
CASS_USE_STATIC_LIBS:BOOL=OFF | |
//Use C++11 atomics library | |
CASS_USE_STD_ATOMIC:BOOL=ON | |
//Use timerfd (Linux only) | |
CASS_USE_TIMERFD:BOOL=OFF | |
//Use zlib | |
CASS_USE_ZLIB:BOOL=ON | |
//Path to a program. | |
CCACHE_FOUND:FILEPATH=/home/fenglv/gentoo/usr/bin/ccache | |
//Path to a program. | |
CLANG_FORMAT_EXE:FILEPATH=/home/fenglv/gentoo/usr/lib/llvm/11/bin/clang-format | |
//Path to a program. | |
CMAKE_ADDR2LINE:FILEPATH=/home/fenglv/gentoo/usr/bin/addr2line | |
//Path to a program. | |
CMAKE_AR:FILEPATH=/home/fenglv/gentoo/usr/bin/ar | |
//ASM compiler | |
CMAKE_ASM_COMPILER:FILEPATH=/home/fenglv/gentoo/usr/bin/cc | |
//A wrapper around 'ar' adding the appropriate '--plugin' option | |
// for the GCC compiler | |
CMAKE_ASM_COMPILER_AR:FILEPATH=/home/fenglv/gentoo/usr/bin/gcc-ar | |
//A wrapper around 'ranlib' adding the appropriate '--plugin' option | |
// for the GCC compiler | |
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/fenglv/gentoo/usr/bin/gcc-ranlib | |
//Flags used by the ASM compiler during all build types. | |
CMAKE_ASM_FLAGS:STRING= | |
//Flags used by the ASM compiler during DEBUG builds. | |
CMAKE_ASM_FLAGS_DEBUG:STRING=-g | |
//Flags used by the ASM compiler during MINSIZEREL builds. | |
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the ASM compiler during RELEASE builds. | |
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the ASM compiler during RELWITHDEBINFO builds. | |
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//Choose the type of build, options are: None Debug Release RelWithDebInfo | |
// MinSizeRel ... | |
CMAKE_BUILD_TYPE:STRING=Release | |
CMAKE_CONFIGURATION_TYPES:STRING=RelWithDebInfo;Debug;Release;MinSizeRel | |
//CXX compiler | |
CMAKE_CXX_COMPILER:FILEPATH=/home/fenglv/gentoo/usr/bin/c++ | |
//A wrapper around 'ar' adding the appropriate '--plugin' option | |
// for the GCC compiler | |
CMAKE_CXX_COMPILER_AR:FILEPATH=/home/fenglv/gentoo/usr/bin/gcc-ar | |
//A wrapper around 'ranlib' adding the appropriate '--plugin' option | |
// for the GCC compiler | |
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/fenglv/gentoo/usr/bin/gcc-ranlib | |
//Flags used by the CXX compiler during all build types. | |
CMAKE_CXX_FLAGS:STRING= | |
//Flags used by the CXX compiler during DEBUG builds. | |
CMAKE_CXX_FLAGS_DEBUG:STRING=-g | |
//Flags used by the CXX compiler during MINSIZEREL builds. | |
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the CXX compiler during RELEASE builds. | |
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the CXX compiler during RELWITHDEBINFO builds. | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//C compiler | |
CMAKE_C_COMPILER:FILEPATH=/home/fenglv/gentoo/usr/bin/cc | |
//A wrapper around 'ar' adding the appropriate '--plugin' option | |
// for the GCC compiler | |
CMAKE_C_COMPILER_AR:FILEPATH=/home/fenglv/gentoo/usr/bin/gcc-ar | |
//A wrapper around 'ranlib' adding the appropriate '--plugin' option | |
// for the GCC compiler | |
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/fenglv/gentoo/usr/bin/gcc-ranlib | |
//Flags used by the C compiler during all build types. | |
CMAKE_C_FLAGS:STRING= | |
//Flags used by the C compiler during DEBUG builds. | |
CMAKE_C_FLAGS_DEBUG:STRING=-g | |
//Flags used by the C compiler during MINSIZEREL builds. | |
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the C compiler during RELEASE builds. | |
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG | |
//Flags used by the C compiler during RELWITHDEBINFO builds. | |
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//Generate debug library name with a postfix. | |
CMAKE_DEBUG_POSTFIX:STRING=d | |
//Path to a program. | |
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND | |
//Flags used by the linker during all build types. | |
CMAKE_EXE_LINKER_FLAGS:STRING= | |
//Flags used by the linker during DEBUG builds. | |
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during MINSIZEREL 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 RELWITHDEBINFO builds. | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Enable/Disable output of compile commands during generation. | |
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= | |
//User executables (bin) | |
CMAKE_INSTALL_BINDIR:PATH=bin | |
//Read-only architecture-independent data (DATAROOTDIR) | |
CMAKE_INSTALL_DATADIR:PATH= | |
//Read-only architecture-independent data root (share) | |
CMAKE_INSTALL_DATAROOTDIR:PATH=share | |
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) | |
CMAKE_INSTALL_DOCDIR:PATH= | |
//C header files (include) | |
CMAKE_INSTALL_INCLUDEDIR:PATH=include | |
//Info documentation (DATAROOTDIR/info) | |
CMAKE_INSTALL_INFODIR:PATH= | |
//Object code libraries (lib64) | |
CMAKE_INSTALL_LIBDIR:PATH=lib64 | |
//Program executables (libexec) | |
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec | |
//Locale-dependent data (DATAROOTDIR/locale) | |
CMAKE_INSTALL_LOCALEDIR:PATH= | |
//Modifiable single-machine data (var) | |
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var | |
//Man documentation (DATAROOTDIR/man) | |
CMAKE_INSTALL_MANDIR:PATH= | |
//C header files for non-gcc (/usr/include) | |
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include | |
//Install path prefix, prepended onto install directories. | |
CMAKE_INSTALL_PREFIX:PATH=/usr/local | |
//Run-time variable data (LOCALSTATEDIR/run) | |
CMAKE_INSTALL_RUNSTATEDIR:PATH= | |
//System admin executables (sbin) | |
CMAKE_INSTALL_SBINDIR:PATH=sbin | |
//Modifiable architecture-independent data (com) | |
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com | |
//Read-only single-machine data (etc) | |
CMAKE_INSTALL_SYSCONFDIR:PATH=etc | |
//Path to a program. | |
CMAKE_LINKER:FILEPATH=/home/fenglv/gentoo/usr/bin/ld | |
//Program used to build from build.ninja files. | |
CMAKE_MAKE_PROGRAM:FILEPATH=/home/fenglv/gentoo/usr/bin/ninja | |
//Flags used by the linker during the creation of modules during | |
// all build types. | |
CMAKE_MODULE_LINKER_FLAGS:STRING= | |
//Flags used by the linker during the creation of modules during | |
// DEBUG builds. | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during the creation of modules during | |
// MINSIZEREL builds. | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during the creation of modules during | |
// RELEASE builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during the creation of modules during | |
// RELWITHDEBINFO builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_NM:FILEPATH=/home/fenglv/gentoo/usr/bin/nm | |
//Path to a program. | |
CMAKE_OBJCOPY:FILEPATH=/home/fenglv/gentoo/usr/bin/objcopy | |
//Path to a program. | |
CMAKE_OBJDUMP:FILEPATH=/home/fenglv/gentoo/usr/bin/objdump | |
//Value Computed by CMake | |
CMAKE_PROJECT_DESCRIPTION:STATIC= | |
//Value Computed by CMake | |
CMAKE_PROJECT_HOMEPAGE_URL:STATIC= | |
//Value Computed by CMake | |
CMAKE_PROJECT_NAME:STATIC=ClickHouse | |
//Value Computed by CMake | |
CMAKE_PROJECT_VERSION:STATIC=5.3.1 | |
//Value Computed by CMake | |
CMAKE_PROJECT_VERSION_MAJOR:STATIC=5 | |
//Value Computed by CMake | |
CMAKE_PROJECT_VERSION_MINOR:STATIC=3 | |
//Value Computed by CMake | |
CMAKE_PROJECT_VERSION_PATCH:STATIC=1 | |
//Value Computed by CMake | |
CMAKE_PROJECT_VERSION_TWEAK:STATIC= | |
//Path to a program. | |
CMAKE_RANLIB:FILEPATH=/home/fenglv/gentoo/usr/bin/ranlib | |
//Path to a program. | |
CMAKE_READELF:FILEPATH=/home/fenglv/gentoo/usr/bin/readelf | |
//Flags used by the linker during the creation of shared libraries | |
// during all build types. | |
CMAKE_SHARED_LINKER_FLAGS:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during DEBUG builds. | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during MINSIZEREL builds. | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during RELEASE builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during the creation of shared libraries | |
// during RELWITHDEBINFO 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 | |
// during all build types. | |
CMAKE_STATIC_LINKER_FLAGS:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during DEBUG builds. | |
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during MINSIZEREL builds. | |
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during RELEASE builds. | |
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during the creation of static libraries | |
// during RELWITHDEBINFO builds. | |
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_STRIP:FILEPATH=/home/fenglv/gentoo/usr/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=FALSE | |
//-pipe compiler option | |
COMPILER_PIPE:BOOL=ON | |
//Path to the coverage program that CTest uses for performing coverage | |
// inspection | |
COVERAGE_COMMAND:FILEPATH=/home/fenglv/gentoo/usr/bin/gcov | |
//Extra command line flags to pass to the coverage tool | |
COVERAGE_EXTRA_FLAGS:STRING=-l | |
//Enable to build Debian packages | |
CPACK_BINARY_DEB:BOOL=OFF | |
//Enable to build FreeBSD packages | |
CPACK_BINARY_FREEBSD:BOOL=OFF | |
//Enable to build IFW packages | |
CPACK_BINARY_IFW:BOOL=OFF | |
//Enable to build NSIS packages | |
CPACK_BINARY_NSIS:BOOL=OFF | |
//Enable to build RPM packages | |
CPACK_BINARY_RPM:BOOL=OFF | |
//Enable to build STGZ packages | |
CPACK_BINARY_STGZ:BOOL=ON | |
//Enable to build TBZ2 packages | |
CPACK_BINARY_TBZ2:BOOL=OFF | |
//Enable to build TGZ packages | |
CPACK_BINARY_TGZ:BOOL=ON | |
//Enable to build TXZ packages | |
CPACK_BINARY_TXZ:BOOL=OFF | |
//Enable to build TZ packages | |
CPACK_BINARY_TZ:BOOL=ON | |
//Enable to build RPM source packages | |
CPACK_SOURCE_RPM:BOOL=OFF | |
//Enable to build TBZ2 source packages | |
CPACK_SOURCE_TBZ2:BOOL=ON | |
//Enable to build TGZ source packages | |
CPACK_SOURCE_TGZ:BOOL=ON | |
//Enable to build TXZ source packages | |
CPACK_SOURCE_TXZ:BOOL=ON | |
//Enable to build TZ source packages | |
CPACK_SOURCE_TZ:BOOL=ON | |
//Enable to build ZIP source packages | |
CPACK_SOURCE_ZIP:BOOL=OFF | |
//How many times to retry timed-out CTest submissions. | |
CTEST_SUBMIT_RETRY_COUNT:STRING=3 | |
//How long to wait between timed-out CTest submissions. | |
CTEST_SUBMIT_RETRY_DELAY:STRING=5 | |
//The directory containing a CMake configuration file for CURL. | |
CURL_DIR:PATH=CURL_DIR-NOTFOUND | |
CURL_FOUND:BOOL=ON | |
CURL_INCLUDE_DIR:PATH=/essd/fenglv/ClickHouse/contrib/curl/include | |
CURL_INCLUDE_DIRS:PATH=/essd/fenglv/ClickHouse/contrib/curl/include | |
CURL_LIBRARIES:STRING=curl | |
CURL_LIBRARY:STRING=curl | |
CURL_ROOT_DIR:PATH=/essd/fenglv/ClickHouse/contrib/curl | |
CURL_VERSION_STRING:STRING=7.67.0 | |
//Path to a program. | |
CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND | |
//Options passed to the cvs update command. | |
CVS_UPDATE_OPTIONS:STRING=-d -A -P | |
//Value Computed by CMake | |
ClickHouse_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel | |
//Value Computed by CMake | |
ClickHouse_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse | |
//Maximum time allowed before CTest will kill the test. | |
DART_TESTING_TIMEOUT:STRING=1500 | |
//If we should should enable LOAD DATA LOCAL by default (OFF/ON/AUTO) | |
ENABLED_LOCAL_INFILE:STRING=AUTO | |
//Enalbe AMQP-CPP | |
ENABLE_AMQPCPP:BOOL=ON | |
//Enable Avro | |
ENABLE_AVRO:BOOL=ON | |
//Enable base64 | |
ENABLE_BASE64:BOOL=ON | |
//Enable brotli | |
ENABLE_BROTLI:BOOL=ON | |
//Enable Cap'n Proto | |
ENABLE_CAPNP:BOOL=ON | |
//Enable Cassandra | |
ENABLE_CASSANDRA:BOOL=ON | |
//Speedup re-compilations using ccache (external tool) | |
ENABLE_CCACHE:BOOL=ON | |
//Don't allow C++ translation units to compile too long or to take | |
// too much memory while compiling | |
ENABLE_CHECK_HEAVY_BUILDS:BOOL=OFF | |
//Use clang-tidy static analyzer | |
ENABLE_CLANG_TIDY:BOOL=OFF | |
//Enable all ClickHouse modes by default | |
ENABLE_CLICKHOUSE_ALL:BOOL=ON | |
//Queries benchmarking mode | |
ENABLE_CLICKHOUSE_BENCHMARK:BOOL=ON | |
//Client mode (interactive tui/shell that connects to the server) | |
ENABLE_CLICKHOUSE_CLIENT:BOOL=ON | |
//Data compressor and decompressor | |
ENABLE_CLICKHOUSE_COMPRESSOR:BOOL=ON | |
//Inter-cluster data copying mode | |
ENABLE_CLICKHOUSE_COPIER:BOOL=ON | |
//Configs processor (extract values etc.) | |
ENABLE_CLICKHOUSE_EXTRACT_FROM_CONFIG:BOOL=ON | |
//Queries pretty-printer and formatter with syntax highlighting | |
ENABLE_CLICKHOUSE_FORMAT:BOOL=ON | |
//A tool to analyze Git repositories | |
ENABLE_CLICKHOUSE_GIT_IMPORT:BOOL=ON | |
//Install ClickHouse without .deb/.rpm/.tgz packages (having the | |
// binary only) | |
ENABLE_CLICKHOUSE_INSTALL:BOOL=ON | |
//Local files fast processing mode | |
ENABLE_CLICKHOUSE_LOCAL:BOOL=ON | |
//Table data obfuscator (convert real data to benchmark-ready one) | |
ENABLE_CLICKHOUSE_OBFUSCATOR:BOOL=ON | |
//HTTP-server working like a proxy to ODBC driver | |
ENABLE_CLICKHOUSE_ODBC_BRIDGE:BOOL=ON | |
//Server mode (main mode) | |
ENABLE_CLICKHOUSE_SERVER:BOOL=ON | |
//Enable libcpuid library (only internal) | |
ENABLE_CPUID:BOOL=ON | |
//Enable curl | |
ENABLE_CURL:BOOL=ON | |
//Enable cyrus-sasl | |
ENABLE_CYRUS_SASL:BOOL=ON | |
//Set to TRUE to enable support for 'compile_expressions' option | |
// for query execution | |
ENABLE_EMBEDDED_COMPILER:BOOL=ON | |
//Enable FastMemcpy library (only internal) | |
ENABLE_FASTMEMCPY:BOOL=ON | |
//Enable fast vectorized mathematical functions library by Mikhail | |
// Parakhin | |
ENABLE_FASTOPS:BOOL=ON | |
//Fuzzy testing using libfuzzer | |
ENABLE_FUZZING:BOOL=OFF | |
//Use gRPC | |
ENABLE_GRPC:BOOL=ON | |
//Enable gsasl library | |
ENABLE_GSASL_LIBRARY:BOOL=ON | |
//Enable H3 | |
ENABLE_H3:BOOL=ON | |
//Enable HDFS | |
ENABLE_HDFS:BOOL=ON | |
//Enable hyperscan library | |
ENABLE_HYPERSCAN:BOOL=ON | |
//Enable ICU | |
ENABLE_ICU:BOOL=ON | |
//Enable jemalloc allocator | |
ENABLE_JEMALLOC:BOOL=ON | |
//Enable krb5 | |
ENABLE_KRB5:BOOL=ON | |
//Enable LDAP | |
ENABLE_LDAP:BOOL=ON | |
//Enalbe libpqxx | |
ENABLE_LIBPQXX:BOOL=ON | |
//Enable all external libraries by default | |
ENABLE_LIBRARIES:BOOL=ON | |
//Enable msgpack library | |
ENABLE_MSGPACK:BOOL=ON | |
//Enable platform-dependent code | |
ENABLE_MULTITARGET_CODE:BOOL=ON | |
//Enable MySQL | |
ENABLE_MYSQL:BOOL=ON | |
//Enable NuRaft | |
ENABLE_NURAFT:BOOL=ON | |
//Enable ODBC library | |
ENABLE_ODBC:BOOL=ON | |
//Enable ORC | |
ENABLE_ORC:BOOL=ON | |
//Enable parquet | |
ENABLE_PARQUET:BOOL=ON | |
//Enable protobuf | |
ENABLE_PROTOBUF:BOOL=ON | |
//Use rapidjson | |
ENABLE_RAPIDJSON:BOOL=ON | |
//Enable kafka | |
ENABLE_RDKAFKA:BOOL=ON | |
//Enable replxx support | |
ENABLE_REPLXX:BOOL=ON | |
//Enable ROCKSDB | |
ENABLE_ROCKSDB:BOOL=ON | |
//Enable S3 | |
ENABLE_S3:BOOL=ON | |
//enable SSE4.2 buildin function | |
ENABLE_SSE:BOOL=ON | |
//Enable ssl | |
ENABLE_SSL:BOOL=ON | |
//Enalbe StatsLib library | |
ENABLE_STATS:BOOL=ON | |
//Provide unit_test_dbms target with Google.Test unit tests | |
ENABLE_TESTS:BOOL=ON | |
//Stop/Fail CMake configuration if some ENABLE_XXX option is defined | |
// (either ON or OFF) | |
//\n but is not possible to satisfy | |
FAIL_ON_UNSUPPORTED_OPTIONS_COMBINATION:BOOL=ON | |
//Treat compile warnings as errors | |
FAIL_ON_WARNINGS:BOOL=ON | |
//Sanitize addresses | |
FASTFLOAT_SANITIZE:BOOL=OFF | |
//Additional directory, where CMake should search for ffi.h or | |
// ffi/ffi.h | |
FFI_INCLUDE_DIR:PATH= | |
//Additional directory, where CMake should search for libffi.so | |
FFI_LIBRARY_DIR:PATH= | |
//Enable the build of c++17 test target. " | |
//\n Requirements: Clang6, GCC7, MSVC2017 (_MSC_VER >= 1914) | |
// or higher. | |
FLATBUFFERS_BUILD_CPP17:BOOL=OFF | |
//Enable the build of the flatbuffers compiler | |
FLATBUFFERS_BUILD_FLATC:BOOL=ON | |
//Enable the build of flathash | |
FLATBUFFERS_BUILD_FLATHASH:BOOL=ON | |
//Enable the build of the flatbuffers library | |
FLATBUFFERS_BUILD_FLATLIB:BOOL=ON | |
//Enable the build of grpctest | |
FLATBUFFERS_BUILD_GRPCTEST:BOOL=OFF | |
//Run C++ code generator with '--cpp-std c++0x' switch. | |
FLATBUFFERS_BUILD_LEGACY:BOOL=OFF | |
//Enable the build of the flatbuffers shared library | |
FLATBUFFERS_BUILD_SHAREDLIB:BOOL=OFF | |
//Enable the build of tests and samples. | |
FLATBUFFERS_BUILD_TESTS:BOOL=OFF | |
//Enable the code coverage build option. | |
FLATBUFFERS_CODE_COVERAGE:BOOL=OFF | |
//Add '-fsanitize' flags to 'flattests' and 'flatc' targets. | |
FLATBUFFERS_CODE_SANITIZE:BOOL=OFF | |
//Enable the installation of targets. | |
FLATBUFFERS_INSTALL:BOOL=ON | |
//Force libc++ when using Clang | |
FLATBUFFERS_LIBCXX_WITH_CLANG:BOOL=ON | |
//Build an deb using the 'package' target. | |
FLATBUFFERS_PACKAGE_DEBIAN:BOOL=OFF | |
//Build an rpm using the 'package' target. | |
FLATBUFFERS_PACKAGE_REDHAT:BOOL=OFF | |
//Build flatbuffers compiler with -static flag | |
FLATBUFFERS_STATIC_FLATC:BOOL=OFF | |
//Value Computed by CMake | |
FlatBuffers_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/flatbuffers | |
//Value Computed by CMake | |
FlatBuffers_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/flatbuffers | |
//gcem test suite | |
GCEM_BUILD_TESTS:BOOL=OFF | |
//install path for gcemConfig.cmake | |
GCEM_CMAKECONFIG_INSTALL_DIR:STRING=lib64/cmake/gcem | |
//Path to a program. | |
GIT:FILEPATH=/home/fenglv/gentoo/usr/bin/git | |
//Path to a program. | |
GITCOMMAND:FILEPATH=/home/fenglv/gentoo/usr/bin/git | |
//the time we first built rocksdb | |
GIT_DATE_TIME:STRING=2021/08/20 08:15:53 | |
//Git command line client | |
GIT_EXECUTABLE:FILEPATH=/home/fenglv/gentoo/usr/bin/git | |
//Enable compatibility with older glibc libraries. | |
GLIBC_COMPATIBILITY:BOOL=ON | |
//The gold linker | |
GOLD_EXECUTABLE:FILEPATH=/home/fenglv/gentoo/usr/bin/ld.gold | |
//Path to a program. | |
GOLD_PATH:FILEPATH=/home/fenglv/gentoo/usr/bin/ld.gold | |
//go executable | |
GO_EXECUTABLE:FILEPATH=/home/fenglv/gentoo/usr/bin/go | |
//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 | |
//The directory containing a CMake configuration file for Gflags. | |
Gflags_DIR:PATH=Gflags_DIR-NOTFOUND | |
HAVE_LIBNSL:BOOL=OFF | |
//Path to a program. | |
HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND | |
//Path to a file. | |
ICONV_INCLUDE_DIR:PATH=/home/fenglv/gentoo/usr/include | |
//Path to a library. | |
ICONV_LIBRARIES:FILEPATH=ICONV_LIBRARIES-NOTFOUND | |
//Path to a library. | |
ICONV_LIBRARY_PATH:FILEPATH=/home/fenglv/gentoo/usr/lib64/libc.a | |
//Installation directory for executables | |
INSTALL_BIN_DIR:PATH=/usr/local/bin | |
//Installation directory for headers | |
INSTALL_INC_DIR:PATH=/usr/local/include | |
//Installation layout. Currently supported options are DEFAULT | |
// (tar.gz and zip), RPM and DEB | |
INSTALL_LAYOUT:STRING=DEFAULT | |
//Installation directory for libraries | |
INSTALL_LIB_DIR:PATH=/usr/local/lib | |
//Installation directory for manual pages | |
INSTALL_MAN_DIR:PATH=/usr/local/share/man | |
//Installation directory for pkgconfig (.pc) files | |
INSTALL_PKGCONFIG_DIR:PATH=/usr/local/share/pkgconfig | |
//Change default configuration string of JEMalloc | |
JEMALLOC_CONFIG_MALLOC_CONF_OVERRIDE:STRING= | |
//Path to a program. | |
KRB5_CONFIG:FILEPATH=KRB5_CONFIG-NOTFOUND | |
//Path to a library. | |
LIBRT:FILEPATH=/home/fenglv/gentoo/usr/lib64/librt.a | |
//Path to a file. | |
LIBUV_INCLUDE_DIR:PATH=/essd/fenglv/ClickHouse/contrib/libuv/include | |
//Linker name or full path | |
LINKER_NAME:BOOL=OFF | |
//Path to a program. | |
LLD_PATH:FILEPATH=LLD_PATH-NOTFOUND | |
//Dependencies for the target | |
LLVMOrcJIT_LIB_DEPENDS:STATIC=general;LLVMBitReader;general;LLVMBitWriter;general;LLVMPasses; | |
//Enable abi-breaking checks. Can be WITH_ASSERTS, FORCE_ON or | |
// FORCE_OFF. | |
LLVM_ABI_BREAKING_CHECKS:STRING=WITH_ASSERTS | |
//Embed the version control system revision in LLVM | |
LLVM_APPEND_VC_REV:BOOL=ON | |
//Value Computed by CMake | |
LLVM_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/llvm/llvm | |
//PATH to binutils/include containing plugin-api.h for gold plugin. | |
LLVM_BINUTILS_INCDIR:PATH= | |
//Build 32 bits executables and libraries. | |
LLVM_BUILD_32_BITS:BOOL=OFF | |
//Add LLVM benchmark targets to the list of default | |
//\ntargets. If OFF, benchmarks still could be built using Benchmarks | |
// target. | |
LLVM_BUILD_BENCHMARKS:BOOL=OFF | |
//Build the llvm documentation. | |
LLVM_BUILD_DOCS:BOOL=OFF | |
//Build the LLVM example programs. If OFF, just generate build | |
// targets. | |
LLVM_BUILD_EXAMPLES:BOOL=OFF | |
//Build compiler-rt as an external project. | |
LLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=OFF | |
//Build LLVM and tools with PGO instrumentation. May be specified | |
// as IR or Frontend | |
LLVM_BUILD_INSTRUMENTED:STRING=OFF | |
//Build LLVM and tools with Code Coverage instrumentation | |
LLVM_BUILD_INSTRUMENTED_COVERAGE:BOOL=OFF | |
//Build libllvm-c re-export library (Darwin only) | |
LLVM_BUILD_LLVM_C_DYLIB:BOOL=OFF | |
//Build libllvm dynamic library | |
LLVM_BUILD_LLVM_DYLIB:BOOL=OFF | |
//Build the LLVM runtime libraries. | |
LLVM_BUILD_RUNTIME:BOOL=OFF | |
//Build the LLVM runtimes. If OFF, just generate build targets. | |
LLVM_BUILD_RUNTIMES:BOOL=OFF | |
//Build LLVM unit tests. If OFF, just generate build targets. | |
LLVM_BUILD_TESTS:BOOL=OFF | |
//Build the LLVM tools. If OFF, just generate build targets. | |
LLVM_BUILD_TOOLS:BOOL=OFF | |
//Build LLVM utility binaries. If OFF, just generate build targets. | |
LLVM_BUILD_UTILS:BOOL=OFF | |
//Set to ON for a ccache enabled build | |
LLVM_CCACHE_BUILD:BOOL=OFF | |
//Sign executables and dylibs with the given identity or skip if | |
// empty (Darwin Only) | |
LLVM_CODESIGNING_IDENTITY:STRING= | |
LLVM_CXX_STD:STRING=gnu++17 | |
//Default target for which LLVM will generate code. | |
LLVM_DEFAULT_TARGET_TRIPLE:STRING=x86_64-unknown-linux-gnu | |
//Dependency debugging mode to verify correctly expressed library | |
// dependencies (Darwin only) | |
LLVM_DEPENDENCY_DEBUGGING:BOOL=OFF | |
//Semicolon-separated list of components to include in libLLVM, | |
// or "all". | |
LLVM_DYLIB_COMPONENTS:STRING=all | |
//Enable assertions | |
LLVM_ENABLE_ASSERTIONS:BOOL=OFF | |
//Enable embedding backtraces on crash. | |
LLVM_ENABLE_BACKTRACES:BOOL=OFF | |
//Build bindings. | |
LLVM_ENABLE_BINDINGS:BOOL=ON | |
//Turn on memory dumps on crashes. Currently only implemented on | |
// Windows. | |
LLVM_ENABLE_CRASH_DUMPS:BOOL=OFF | |
//Enable crash overrides. | |
LLVM_ENABLE_CRASH_OVERRIDES:BOOL=OFF | |
//Debug: Prints tablegen patterns that were used for selecting | |
LLVM_ENABLE_DAGISEL_COV:BOOL=OFF | |
//Use doxygen to generate llvm API documentation. | |
LLVM_ENABLE_DOXYGEN:BOOL=OFF | |
//Enable dump functions even when assertions are disabled | |
LLVM_ENABLE_DUMP:BOOL=OFF | |
//Enable expensive checks | |
LLVM_ENABLE_EXPENSIVE_CHECKS:BOOL=OFF | |
//Use libffi to call external functions from the interpreter | |
LLVM_ENABLE_FFI:BOOL=OFF | |
//Enable collection of GlobalISel rule coverage | |
LLVM_ENABLE_GISEL_COV:BOOL=OFF | |
//Disable optional build system features that cause problems for | |
// IDE generators | |
LLVM_ENABLE_IDE:BOOL=ON | |
//Build LLVM and tools with IR PGO instrumentation (deprecated) | |
LLVM_ENABLE_IR_PGO:BOOL=OFF | |
//Use libc++ if available. | |
LLVM_ENABLE_LIBCXX:BOOL=OFF | |
//Use libedit if available. | |
LLVM_ENABLE_LIBEDIT:BOOL=OFF | |
//Use libpfm for performance counters if available. | |
LLVM_ENABLE_LIBPFM:BOOL=OFF | |
//Use libxml2 if available. Can be ON, OFF, or FORCE_ON | |
LLVM_ENABLE_LIBXML2:STRING=OFF | |
//Use lld as C and C++ linker. | |
LLVM_ENABLE_LLD:BOOL=OFF | |
//Compile with -fmodules-local-submodule-visibility. | |
LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY:BOOL=ON | |
//Build LLVM with LTO. May be specified as Thin or Full to use | |
// a particular kind of LTO | |
LLVM_ENABLE_LTO:STRING=OFF | |
//Compile with C++ modules enabled. | |
LLVM_ENABLE_MODULES:BOOL=OFF | |
//Compile with -gmodules. | |
LLVM_ENABLE_MODULE_DEBUGGING:BOOL=OFF | |
//Build OCaml bindings documentation. | |
LLVM_ENABLE_OCAMLDOC:BOOL=OFF | |
//Compile with pedantic enabled. | |
LLVM_ENABLE_PEDANTIC:BOOL=ON | |
//Enable per-target runtimes directory | |
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR:BOOL=OFF | |
//Enable plugin support | |
LLVM_ENABLE_PLUGINS:BOOL=OFF | |
//Semicolon-separated list of projects to build (clang;clang-tools-extra;compiler-rt;debuginfo-tests;libclc;libcxx;libcxxabi;libunwind;lld;lldb;llgo;openmp;parallel-libs;polly;pstl), | |
// or "all". | |
LLVM_ENABLE_PROJECTS:STRING= | |
LLVM_ENABLE_PROJECTS_USED:BOOL=OFF | |
//Use Sphinx to generate llvm documentation. | |
LLVM_ENABLE_SPHINX:BOOL=OFF | |
//Use terminfo database if available. | |
LLVM_ENABLE_TERMINFO:BOOL=OFF | |
//Use threads if available. | |
LLVM_ENABLE_THREADS:BOOL=ON | |
//Emit unwind tables for the libraries | |
LLVM_ENABLE_UNWIND_TABLES:BOOL=ON | |
//Enable compiler warnings. | |
LLVM_ENABLE_WARNINGS:BOOL=ON | |
//Fail and stop if a warning is triggered. | |
LLVM_ENABLE_WERROR:BOOL=OFF | |
//Enable Support for the Z3 constraint solver in LLVM. | |
LLVM_ENABLE_Z3_SOLVER:BOOL=OFF | |
//Use zlib for compression/decompression if available. | |
LLVM_ENABLE_ZLIB:BOOL=ON | |
//Semicolon-separated list of experimental targets to build. | |
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD:STRING= | |
//Export symbols from LLVM tools so that plugins can import them | |
LLVM_EXPORT_SYMBOLS_FOR_PLUGINS:BOOL=OFF | |
//Generate dSYM files and strip executables and libraries (Darwin | |
// Only) | |
LLVM_EXTERNALIZE_DEBUGINFO:BOOL=OFF | |
//Enable statistics collection for builds that wouldn't normally | |
// enable it | |
LLVM_FORCE_ENABLE_STATS:BOOL=OFF | |
//Set to ON to force using an old, unsupported host toolchain. | |
LLVM_FORCE_USE_OLD_TOOLCHAIN:BOOL=OFF | |
//Host on which LLVM binaries will run | |
LLVM_HOST_TRIPLE:STRING=x86_64-unknown-linux-gnu | |
//Generate benchmark targets. If OFF, benchmarks can't be built. | |
LLVM_INCLUDE_BENCHMARKS:BOOL=OFF | |
//Generate build targets for llvm documentation. | |
LLVM_INCLUDE_DOCS:BOOL=OFF | |
//Generate build targets for the LLVM examples | |
LLVM_INCLUDE_EXAMPLES:BOOL=OFF | |
//Include the Go bindings tests in test build targets. | |
LLVM_INCLUDE_GO_TESTS:BOOL=OFF | |
//Generate build targets for the LLVM runtimes. | |
LLVM_INCLUDE_RUNTIMES:BOOL=OFF | |
//Generate build targets for the LLVM unit tests. | |
LLVM_INCLUDE_TESTS:BOOL=OFF | |
//Generate build targets for the LLVM tools. | |
LLVM_INCLUDE_TOOLS:BOOL=OFF | |
//Generate build targets for the LLVM utils. | |
LLVM_INCLUDE_UTILS:BOOL=OFF | |
//Install symlinks from the binutils tool names to the corresponding | |
// LLVM tools. | |
LLVM_INSTALL_BINUTILS_SYMLINKS:BOOL=OFF | |
//Doxygen-generated HTML documentation install directory | |
LLVM_INSTALL_DOXYGEN_HTML_DIR:STRING=share/doc/llvm/doxygen-html | |
//Install the modulemap files in the 'install' target. | |
LLVM_INSTALL_MODULEMAPS:BOOL=OFF | |
//OCamldoc-generated HTML documentation install directory | |
LLVM_INSTALL_OCAMLDOC_HTML_DIR:STRING=share/doc/llvm/ocaml-html | |
//Only include toolchain files in the 'install' target. | |
LLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF | |
//Include utility binaries in the 'install' target. | |
LLVM_INSTALL_UTILS:BOOL=OFF | |
//Define suffix of library directory name (32/64) | |
LLVM_LIBDIR_SUFFIX:STRING= | |
//Path to fuzzing library for linking with fuzz targets | |
LLVM_LIB_FUZZING_ENGINE:PATH= | |
//Link tools against the libllvm dynamic library | |
LLVM_LINK_LLVM_DYLIB:BOOL=OFF | |
//Default options for lit | |
LLVM_LIT_ARGS:STRING=-sv | |
//Force TableGen to be built with optimization | |
LLVM_OPTIMIZED_TABLEGEN:BOOL=OFF | |
//Pass -O1 on debug sanitizer builds | |
LLVM_OPTIMIZE_SANITIZED_BUILDS:BOOL=ON | |
//Define the maximum number of concurrent compilation jobs (Ninja | |
// only). | |
LLVM_PARALLEL_COMPILE_JOBS:STRING= | |
//Define the maximum number of concurrent link jobs (Ninja only). | |
LLVM_PARALLEL_LINK_JOBS:STRING= | |
//Build LLVM with Polly | |
LLVM_POLLY_BUILD:BOOL=ON | |
//Statically link Polly into tools (if available) | |
LLVM_POLLY_LINK_INTO_TOOLS:BOOL=ON | |
//Profiling data file to use when compiling in order to improve | |
// runtime performance. | |
LLVM_PROFDATA_FILE:FILEPATH= | |
//Value Computed by CMake | |
LLVM_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/llvm/llvm | |
//Use prefix for sources in debug info | |
LLVM_SOURCE_PREFIX:STRING= | |
//.spec file to use for srpm generation | |
LLVM_SRPM_USER_BINARY_SPECFILE:FILEPATH=/essd/fenglv/ClickHouse/contrib/llvm/llvm/llvm.spec.in | |
//Native TableGen executable. Saves building one when cross-compiling. | |
LLVM_TABLEGEN:STRING=llvm-tblgen | |
LLVM_TARGETS_TO_BUILD:STRING=X86;AArch64 | |
//Set target to use for LLVM JIT or use "host" for automatic detection. | |
LLVM_TARGET_ARCH:STRING=host | |
//The name of environment variable to override default target. | |
// Disabled by blank. | |
LLVM_TARGET_TRIPLE_ENV:STRING= | |
//Set to ON to only warn when using a toolchain which is about | |
// to be deprecated, instead of emitting an error. | |
LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN:BOOL=OFF | |
//Path for binary subdirectory (defaults to 'bin') | |
LLVM_TOOLS_INSTALL_DIR:STRING=bin | |
//Enable solution folders in Visual Studio. Disable for Express | |
// versions. | |
LLVM_USE_FOLDERS:BOOL=ON | |
//Use Intel JIT API to inform Intel(R) VTune(TM) Amplifier XE 2011 | |
// about JIT code | |
LLVM_USE_INTEL_JITEVENTS:BOOL=OFF | |
//Build LLVM using the experimental new pass manager | |
LLVM_USE_NEWPM:BOOL=OFF | |
//Use opagent JIT interface to inform OProfile about JIT code | |
LLVM_USE_OPROFILE:BOOL=OFF | |
//Use perf JIT interface to inform perf about JIT code | |
LLVM_USE_PERF:BOOL=OFF | |
//Use relative paths in debug info | |
LLVM_USE_RELATIVE_PATHS_IN_DEBUG_INFO:BOOL=OFF | |
//Define the sanitizer used to build binaries and tests. | |
LLVM_USE_SANITIZER:STRING= | |
//Use -gsplit-dwarf when compiling llvm. | |
LLVM_USE_SPLIT_DWARF:BOOL=OFF | |
//Path to install LLVM utilities (enabled by LLVM_INSTALL_UTILS=ON) | |
// (defaults to LLVM_TOOLS_INSTALL_DIR) | |
LLVM_UTILS_INSTALL_DIR:STRING=bin | |
//Show target and host info when tools are invoked with --version. | |
LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO:BOOL=ON | |
//Build with extra warnings and tests enabled | |
MAINTAINER:BOOL=OFF | |
//Command to build the project | |
MAKECOMMAND:STRING=/essd/fenglv/gentoo/usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" | |
//Disable to make shared libraries | |
MAKE_STATIC_LIBRARIES:BOOL=ON | |
//Path to the memory checking command, used for memory error detection. | |
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND | |
//File that contains suppressions for the memory checker | |
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= | |
//Path to a program. | |
NINJA_PATH:FILEPATH=/home/fenglv/gentoo/usr/bin/ninja | |
//Ninja version number | |
NINJA_VERSION:STRING=1.10.2 | |
//Path to a program. | |
OBJCOPY_PATH:FILEPATH=/home/fenglv/gentoo/usr/lib/llvm/11/bin/llvm-objcopy | |
//Path to a program. | |
OCAMLFIND:FILEPATH=OCAMLFIND-NOTFOUND | |
//Path to a program. | |
P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND | |
//Maximum number of concurrent compilation jobs | |
PARALLEL_COMPILE_JOBS:BOOL=OFF | |
//Maximum number of concurrent link jobs | |
PARALLEL_LINK_JOBS:BOOL=OFF | |
//pkg-config executable | |
PKG_CONFIG_EXECUTABLE:FILEPATH=/home/fenglv/gentoo/usr/bin/pkg-config | |
//Path to a program. | |
PYTHON_EXECUTABLE:FILEPATH=/home/fenglv/gentoo/usr/bin/python | |
//Failed to find python module 'pygments' | |
PY_PYGMENTS_FOUND:BOOL=OFF | |
//Failed to find python module 'pygments.lexers.c_cpp' | |
PY_PYGMENTS_LEXERS_C_CPP_FOUND:BOOL=OFF | |
//Failed to find python module 'yaml' | |
PY_YAML_FOUND:BOOL=OFF | |
//Value Computed by CMake | |
RE2_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/re2 | |
//Value Computed by CMake | |
RE2_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/re2 | |
//Enable one of the code sanitizers | |
SANITIZE:BOOL=OFF | |
SENTRY_BACKEND:STRING=none | |
//Build sentry-native example(s) | |
SENTRY_BUILD_EXAMPLES:BOOL=OFF | |
//Force a 32bit compile on a 64bit host | |
SENTRY_BUILD_FORCE32:BOOL=OFF | |
//Build sentry-native tests | |
SENTRY_BUILD_TESTS:BOOL=OFF | |
//Enable sentry installation | |
SENTRY_ENABLE_INSTALL:BOOL=OFF | |
//Export symbols for modulefinder and symbolizer | |
SENTRY_EXPORT_SYMBOLS:BOOL=OFF | |
//Link Sentry with pthread | |
SENTRY_LINK_PTHREAD:BOOL=OFF | |
//Build sentry (and dependent) libraries as position independent | |
// libraries | |
SENTRY_PIC:BOOL=OFF | |
SENTRY_TRANSPORT:STRING=curl | |
//Name of the computer/site where compile is being run | |
SITE:STRING=VM-16-2-centos | |
//Path to the SLURM sbatch executable | |
SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND | |
//Path to the SLURM srun executable | |
SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND | |
//Target processors with AVX support. | |
SNAPPY_REQUIRE_AVX:BOOL=OFF | |
//Target processors with AVX2 support. | |
SNAPPY_REQUIRE_AVX2:BOOL=OFF | |
//Do not generate debugger info for ClickHouse functions | |
STRIP_DEBUG_SYMBOLS_FUNCTIONS:BOOL=ON | |
//Path to a program. | |
SVNCOMMAND:FILEPATH=SVNCOMMAND-NOTFOUND | |
//Value Computed by CMake | |
Sentry-Native_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/sentry-native | |
//Value Computed by CMake | |
Sentry-Native_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/sentry-native | |
//Value Computed by CMake | |
Snappy_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/snappy | |
//Value Computed by CMake | |
Snappy_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/snappy | |
//default directory prefix used for test. | |
TEST_HDFS_PREFIX:STRING=./ | |
//Enable if the system supports *fast* unaligned memory access | |
// with 16-bit and 32-bit integers. | |
TUKLIB_FAST_UNALIGNED_ACCESS:BOOL=ON | |
//This introduces strict aliasing violations and may result in | |
// broken code. However, this might improve performance in some | |
// cases, especially with old compilers (e.g. GCC 3 and early 4.x | |
// on x86, GCC < 6 on ARMv6 and ARMv7). | |
TUKLIB_USE_UNSAFE_TYPE_PUNNING:BOOL=OFF | |
//Use system libraries instead of ones in contrib/ | |
UNBUNDLED:BOOL=OFF | |
//use PCRE in tests and benchmarks | |
USEPCRE:BOOL=OFF | |
//Aws memory management | |
USE_AWS_MEMORY_MANAGEMENT:BOOL=OFF | |
//Automatically reduce unneeded includes in source code (external | |
// tool) | |
USE_INCLUDE_WHAT_YOU_USE:BOOL=OFF | |
//Set to FALSE to use system avro library instead of bundled | |
USE_INTERNAL_AVRO_LIBRARY:BOOL=ON | |
//Set to FALSE to use system S3 instead of bundled (experimental | |
// set to OFF on your own risk) | |
USE_INTERNAL_AWS_S3_LIBRARY:BOOL=ON | |
//Use internal Boost library | |
USE_INTERNAL_BOOST_LIBRARY:BOOL=ON | |
//Set to FALSE to use system libbrotli library instead of bundled | |
USE_INTERNAL_BROTLI_LIBRARY:BOOL=ON | |
//Set to FALSE to use system capnproto library instead of bundled | |
USE_INTERNAL_CAPNP_LIBRARY:BOOL=ON | |
//Use internal cctz library | |
USE_INTERNAL_CCTZ_LIBRARY:BOOL=ON | |
//Use internal curl library | |
USE_INTERNAL_CURL:BOOL=ON | |
//Use bundled library double-conversion instead of system | |
USE_INTERNAL_DOUBLE_CONVERSION_LIBRARY:BOOL=ON | |
//Use bundled library farmhash instead of system | |
USE_INTERNAL_FARMHASH_LIBRARY:BOOL=ON | |
//Set to FALSE to use system gRPC library instead of bundled. (Experimental. | |
// Set to OFF on your own risk) | |
USE_INTERNAL_GRPC_LIBRARY:BOOL=ON | |
//Set to FALSE to use system Google Test instead of bundled | |
USE_INTERNAL_GTEST_LIBRARY:BOOL=ON | |
//Set to FALSE to use system h3 library instead of bundled | |
USE_INTERNAL_H3_LIBRARY:BOOL=ON | |
//Set to FALSE to use system HDFS3 instead of bundled (experimental | |
// - set to OFF on your own risk) | |
USE_INTERNAL_HDFS3_LIBRARY:BOOL=ON | |
//Use internal hyperscan library | |
USE_INTERNAL_HYPERSCAN_LIBRARY:BOOL=ON | |
//Set to FALSE to use system ICU library instead of bundled | |
USE_INTERNAL_ICU_LIBRARY:BOOL=ON | |
//Set to FALSE to use system *LDAP library instead of bundled | |
USE_INTERNAL_LDAP_LIBRARY:BOOL=ON | |
//Disable to use system libcxx and libcxxabi libraries instead | |
// of bundled | |
USE_INTERNAL_LIBCXX_LIBRARY:BOOL=ON | |
//Set to FALSE to use system libgsasl library instead of bundled | |
USE_INTERNAL_LIBGSASL_LIBRARY:BOOL=ON | |
//Set to FALSE to use system libxml2 library instead of bundled | |
USE_INTERNAL_LIBXML2_LIBRARY:BOOL=ON | |
//Use bundled or system LLVM library. | |
USE_INTERNAL_LLVM_LIBRARY:BOOL=ON | |
//Use internal lz4 library | |
USE_INTERNAL_LZ4_LIBRARY:BOOL=ON | |
//Set to FALSE to use system msgpack library instead of bundled | |
USE_INTERNAL_MSGPACK_LIBRARY:BOOL=ON | |
//Set to FALSE to use system mysqlclient library instead of bundled | |
USE_INTERNAL_MYSQL_LIBRARY:BOOL=ON | |
//Use internal ODBC library | |
USE_INTERNAL_ODBC_LIBRARY:BOOL=ON | |
//Set to FALSE to use system ORC instead of bundled (experimental | |
// set to OFF on your own risk) | |
USE_INTERNAL_ORC_LIBRARY:BOOL=ON | |
//Set to FALSE to use system parquet library instead of bundled | |
USE_INTERNAL_PARQUET_LIBRARY:BOOL=ON | |
//Use internal Poco library | |
USE_INTERNAL_POCO_LIBRARY:BOOL=ON | |
//Set to FALSE to use system protobuf instead of bundled. (Experimental. | |
// Set to OFF on your own risk) | |
USE_INTERNAL_PROTOBUF_LIBRARY:BOOL=ON | |
//Set to FALSE to use system rapidjson library instead of bundled | |
USE_INTERNAL_RAPIDJSON_LIBRARY:BOOL=ON | |
//Set to FALSE to use system librdkafka instead of the bundled | |
USE_INTERNAL_RDKAFKA_LIBRARY:BOOL=ON | |
//Set to FALSE to use system re2 library instead of bundled [slower] | |
USE_INTERNAL_RE2_LIBRARY:BOOL=ON | |
//Use internal replxx library (Experimental: set to OFF on your | |
// own risk) | |
USE_INTERNAL_REPLXX_LIBRARY:BOOL=ON | |
//Set to FALSE to use system ROCKSDB library instead of bundled | |
USE_INTERNAL_ROCKSDB_LIBRARY:BOOL=ON | |
//Set to FALSE to use system snappy library instead of bundled | |
USE_INTERNAL_SNAPPY_LIBRARY:BOOL=ON | |
//Set to FALSE to use system sparsehash library instead of bundled | |
USE_INTERNAL_SPARSEHASH_LIBRARY:BOOL=ON | |
//Set to FALSE to use system *ssl library instead of bundled | |
USE_INTERNAL_SSL_LIBRARY:BOOL=ON | |
//Set to FALSE to use system zlib library instead of bundled | |
USE_INTERNAL_ZLIB_LIBRARY:BOOL=ON | |
//Set to FALSE to use system zstd library instead of bundled | |
USE_INTERNAL_ZSTD_LIBRARY:BOOL=ON | |
//Use libc++ and libc++abi instead of libstdc++ | |
USE_LIBCXX:BOOL=ON | |
//Use Sentry | |
USE_SENTRY:BOOL=ON | |
//Use simdjson | |
USE_SIMDJSON:BOOL=ON | |
//Enable snappy library | |
USE_SNAPPY:BOOL=ON | |
//Disable to use shared libraries | |
USE_STATIC_LIBRARIES:BOOL=ON | |
//Enable libunwind (better stacktraces) | |
USE_UNWIND:BOOL=ON | |
VERSION_EXTRA:STRING= | |
VERSION_TWEAK:STRING= | |
//Enable -Werror compiler option | |
WERROR:BOOL=ON | |
//Enable -Weverything option with some exceptions. | |
WEVERYTHING:BOOL=ON | |
//build with ASAN | |
WITH_ASAN:BOOL=OFF | |
//Build sentry-native with address sanitizer | |
WITH_ASAN_OPTION:BOOL=OFF | |
//Profile the resulting binary/binaries | |
WITH_COVERAGE:BOOL=OFF | |
//Enables support of dynamic coluumns | |
WITH_DYNCOL:BOOL=ON | |
//build with fallocate | |
WITH_FALLOCATE:BOOL=ON | |
//build with folly::DistributedMutex | |
WITH_FOLLY_DISTRIBUTED_MUTEX:BOOL=ON | |
//Build test/fuzz | |
WITH_FUZZERS:BOOL=OFF | |
//Compile with support for gzFile related functions | |
WITH_GZFILEOP:BOOL=OFF | |
//build with JeMalloc | |
WITH_JEMALLOC:BOOL=OFF | |
//build with lz4 | |
WITH_LZ4:BOOL=ON | |
//Build with memory sanitizer | |
WITH_MSAN:BOOL=OFF | |
//creates libmysql* symbolic links | |
WITH_MYSQLCOMPAT:BOOL=OFF | |
//Use new strategies | |
WITH_NEW_STRATEGIES:BOOL=ON | |
//Build with optimisation | |
WITH_OPTIM:BOOL=ON | |
//Build with address sanitizer and all supported sanitizers other | |
// than memory sanitizer | |
WITH_SANITIZERS:BOOL=OFF | |
//build with SNAPPY | |
WITH_SNAPPY:BOOL=ON | |
//Enables use of TLS/SSL library | |
WITH_SSL:BOOL=ON | |
//build with TSAN | |
WITH_TSAN:BOOL=OFF | |
//Build sentry-native with thread sanitizer | |
WITH_TSAN_OPTION:BOOL=OFF | |
//build with UBSAN | |
WITH_UBSAN:BOOL=OFF | |
//build test suite | |
WITH_UNIT_TESTS:BOOL=ON | |
//build with zlib | |
WITH_ZLIB:BOOL=ON | |
//build with zstd | |
WITH_ZSTD:BOOL=ON | |
//Dependencies for the target | |
_boost_coroutine_LIB_DEPENDS:STATIC=general;_boost_context; | |
//Dependencies for the target | |
_boost_iostreams_LIB_DEPENDS:STATIC=general;zlib; | |
//Dependencies for the target | |
_poco_crypto_LIB_DEPENDS:STATIC=general;Poco::Foundation;general;ssl;general;crypto; | |
//Dependencies for the target | |
_poco_data_LIB_DEPENDS:STATIC=general;Poco::Foundation; | |
//Dependencies for the target | |
_poco_data_odbc_LIB_DEPENDS:STATIC=general;Poco::Data;general;unixodbc; | |
//Dependencies for the target | |
_poco_foundation_LIB_DEPENDS:STATIC=general;Poco::Foundation::PCRE;general;zlib; | |
//Dependencies for the target | |
_poco_json_LIB_DEPENDS:STATIC=general;Poco::Foundation;general;Poco::JSON::Pdjson; | |
//Dependencies for the target | |
_poco_mongodb_LIB_DEPENDS:STATIC=general;Poco::Net; | |
//Dependencies for the target | |
_poco_net_LIB_DEPENDS:STATIC=general;Poco::Foundation; | |
//Dependencies for the target | |
_poco_net_ssl_LIB_DEPENDS:STATIC=general;Poco::Crypto;general;Poco::Net;general;Poco::Util; | |
//Dependencies for the target | |
_poco_redis_LIB_DEPENDS:STATIC=general;Poco::Net; | |
//Dependencies for the target | |
_poco_util_LIB_DEPENDS:STATIC=general;Poco::JSON;general;Poco::XML; | |
//Dependencies for the target | |
_poco_xml_LIB_DEPENDS:STATIC=general;Poco::Foundation;general;Poco::XML::Expat; | |
//Value Computed by CMake | |
absl_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/abseil-cpp | |
//Value Computed by CMake | |
absl_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/abseil-cpp | |
//Dependencies for the target | |
absl_bad_any_cast_impl_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_bad_optional_access_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_bad_variant_access_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_base_LIB_DEPENDS:STATIC=general;absl::dynamic_annotations;general;absl::log_severity;general;absl::raw_logging_internal;general;absl::spinlock_wait;general;absl::type_traits; | |
//Dependencies for the target | |
absl_cord_LIB_DEPENDS:STATIC=general;absl::strings;general;absl::strings_internal;general;absl::base;general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_debugging_internal_LIB_DEPENDS:STATIC=general;absl::dynamic_annotations;general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_demangle_internal_LIB_DEPENDS:STATIC=general;absl::base; | |
//Dependencies for the target | |
absl_examine_stack_LIB_DEPENDS:STATIC=general;absl::stacktrace;general;absl::symbolize;general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_failure_signal_handler_LIB_DEPENDS:STATIC=general;absl::examine_stack;general;absl::stacktrace;general;absl::base;general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_flags_LIB_DEPENDS:STATIC=general;absl::flags_config;general;absl::flags_internal;general;absl::flags_marshalling;general;absl::flags_registry;general;absl::base;general;absl::strings; | |
//Dependencies for the target | |
absl_flags_config_LIB_DEPENDS:STATIC=general;absl::flags_program_name;general;absl::strings;general;absl::synchronization; | |
//Dependencies for the target | |
absl_flags_internal_LIB_DEPENDS:STATIC=general;absl::base;general;absl::flags_config;general;absl::flags_handle;general;absl::flags_registry;general;absl::synchronization; | |
//Dependencies for the target | |
absl_flags_marshalling_LIB_DEPENDS:STATIC=general;absl::log_severity;general;absl::strings;general;absl::str_format; | |
//Dependencies for the target | |
absl_flags_parse_LIB_DEPENDS:STATIC=general;absl::flags_config;general;absl::flags;general;absl::flags_internal;general;absl::flags_program_name;general;absl::flags_registry;general;absl::flags_usage;general;absl::strings;general;absl::synchronization; | |
//Dependencies for the target | |
absl_flags_program_name_LIB_DEPENDS:STATIC=general;absl::flags_path_util;general;absl::strings;general;absl::synchronization; | |
//Dependencies for the target | |
absl_flags_registry_LIB_DEPENDS:STATIC=general;absl::flags_config;general;absl::raw_logging_internal;general;absl::strings;general;absl::synchronization; | |
//Dependencies for the target | |
absl_flags_usage_LIB_DEPENDS:STATIC=general;absl::flags_usage_internal;general;absl::strings;general;absl::synchronization; | |
//Dependencies for the target | |
absl_flags_usage_internal_LIB_DEPENDS:STATIC=general;absl::flags_config;general;absl::flags;general;absl::flags_internal;general;absl::flags_program_name;general;absl::flags_registry;general;absl::strings;general;absl::synchronization; | |
//Dependencies for the target | |
absl_graphcycles_internal_LIB_DEPENDS:STATIC=general;absl::base;general;absl::malloc_internal;general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_hash_LIB_DEPENDS:STATIC=general;absl::meta;general;absl::int128;general;absl::strings;general;absl::optional;general;absl::variant;general;absl::utility;general;absl::city; | |
//Dependencies for the target | |
absl_hashtablez_sampler_LIB_DEPENDS:STATIC=general;absl::base;general;absl::exponential_biased;general;absl::have_sse;general;absl::synchronization; | |
//Dependencies for the target | |
absl_log_severity_LIB_DEPENDS:STATIC=general;absl::core_headers; | |
//Dependencies for the target | |
absl_malloc_internal_LIB_DEPENDS:STATIC=general;absl::base;general;absl::base_internal;general;absl::dynamic_annotations;general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_periodic_sampler_LIB_DEPENDS:STATIC=general;absl::exponential_biased; | |
//Dependencies for the target | |
absl_random_distributions_LIB_DEPENDS:STATIC=general;absl::random_internal_generate_real;general;absl::random_internal_distributions;general;absl::random_internal_fast_uniform_bits;general;absl::random_internal_fastmath;general;absl::random_internal_iostream_state_saver;general;absl::random_internal_traits;general;absl::random_internal_uniform_helper;general;absl::random_internal_wide_multiply;general;absl::strings;general;absl::span; | |
//Dependencies for the target | |
absl_random_internal_distribution_test_util_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal;general;absl::strings;general;absl::str_format;general;absl::span; | |
//Dependencies for the target | |
absl_random_internal_pool_urbg_LIB_DEPENDS:STATIC=general;absl::base;general;absl::random_internal_randen;general;absl::random_internal_seed_material;general;absl::random_seed_gen_exception;general;absl::raw_logging_internal;general;absl::span; | |
//Dependencies for the target | |
absl_random_internal_randen_LIB_DEPENDS:STATIC=general;absl::random_internal_randen_hwaes;general;absl::random_internal_randen_slow; | |
//Dependencies for the target | |
absl_random_internal_randen_hwaes_LIB_DEPENDS:STATIC=general;absl::random_internal_randen_hwaes_impl; | |
//Dependencies for the target | |
absl_random_internal_seed_material_LIB_DEPENDS:STATIC=general;absl::optional;general;absl::raw_logging_internal;general;absl::span;general;absl::strings; | |
//Dependencies for the target | |
absl_random_seed_sequences_LIB_DEPENDS:STATIC=general;absl::random_internal_nonsecure_base;general;absl::random_internal_pool_urbg;general;absl::random_internal_salted_seed_seq;general;absl::random_internal_seed_material;general;absl::random_seed_gen_exception;general;absl::span; | |
//Dependencies for the target | |
absl_raw_hash_set_LIB_DEPENDS:STATIC=general;absl::layout;general;absl::memory;general;absl::meta;general;absl::optional;general;absl::utility;general;absl::hashtablez_sampler; | |
//Dependencies for the target | |
absl_raw_logging_internal_LIB_DEPENDS:STATIC=general;absl::config;general;absl::core_headers;general;absl::log_severity; | |
//Dependencies for the target | |
absl_scoped_set_env_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_spinlock_wait_LIB_DEPENDS:STATIC=general;absl::base_internal;general;absl::core_headers; | |
//Dependencies for the target | |
absl_stacktrace_LIB_DEPENDS:STATIC=general;absl::debugging_internal; | |
//Dependencies for the target | |
absl_status_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal;general;absl::stacktrace;general;absl::symbolize;general;absl::strings;general;absl::cord;general;absl::str_format;general;absl::optional; | |
//Dependencies for the target | |
absl_str_format_internal_LIB_DEPENDS:STATIC=general;absl::strings;general;absl::int128;general;absl::span; | |
//Dependencies for the target | |
absl_strings_LIB_DEPENDS:STATIC=general;absl::strings_internal;general;absl::base;general;absl::int128;general;absl::raw_logging_internal;general;absl::throw_delegate; | |
//Dependencies for the target | |
absl_strings_internal_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_symbolize_LIB_DEPENDS:STATIC=general;absl::debugging_internal;general;absl::demangle_internal;general;absl::base;general;absl::dynamic_annotations;general;absl::malloc_internal;general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_synchronization_LIB_DEPENDS:STATIC=general;absl::graphcycles_internal;general;absl::base;general;absl::dynamic_annotations;general;absl::malloc_internal;general;absl::raw_logging_internal;general;absl::stacktrace;general;absl::symbolize;general;absl::time; | |
//Dependencies for the target | |
absl_throw_delegate_LIB_DEPENDS:STATIC=general;absl::raw_logging_internal; | |
//Dependencies for the target | |
absl_time_LIB_DEPENDS:STATIC=general;absl::base;general;absl::civil_time;general;absl::int128;general;absl::raw_logging_internal;general;absl::strings;general;absl::time_zone; | |
//Dependencies for the target | |
address_sorting_LIB_DEPENDS:STATIC=general;dl;general;rt;general;pthread; | |
//Dependencies for the target | |
amqp-cpp_LIB_DEPENDS:STATIC=general;ssl; | |
//Dependencies for the target | |
arrow_static_LIB_DEPENDS:STATIC=general;flatbuffers;general;boost::filesystem;general;double-conversion;general;libprotobuf;general;lz4;general;snappy;general;zlib;general;zstd; | |
//Dependencies for the target | |
avrocpp_LIB_DEPENDS:STATIC=general;boost::iostreams;general;snappy; | |
//Dependencies for the target | |
aws_s3_LIB_DEPENDS:STATIC=general;ssl;general;crypto;general;aws_s3_checksums; | |
//Value Computed by CMake | |
c-ares_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/grpc/third_party/cares/cares | |
//Dependencies for the target | |
c-ares_LIB_DEPENDS:STATIC=general;rt; | |
//Value Computed by CMake | |
c-ares_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/grpc/third_party/cares/cares | |
//Dependencies for the target | |
capnp_LIB_DEPENDS:STATIC=general;kj; | |
//Dependencies for the target | |
capnpc_LIB_DEPENDS:STATIC=general;capnp; | |
//Value Computed by CMake | |
cassandra_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/cassandra | |
//Dependencies for the target | |
cassandra_LIB_DEPENDS:STATIC=general;uv_a;general;ssl;general;crypto;general;zlib; | |
//Value Computed by CMake | |
cassandra_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/cassandra | |
//Dependencies for the target | |
cassandra_static_LIB_DEPENDS:STATIC=general;uv_a;general;ssl;general;crypto;general;zlib; | |
//Dependencies for the target | |
clickhouse-benchmark-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;clickhouse_aggregate_functions;general;clickhouse_common_config;general;dbms;general;clickhouse-client-lib; | |
//Dependencies for the target | |
clickhouse-client-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;clickhouse_aggregate_functions;general;clickhouse_common_config;general;clickhouse_common_io;general;clickhouse_functions;general;clickhouse_parsers;general;string_utils;general;readpassphrase; | |
//Dependencies for the target | |
clickhouse-compressor-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;clickhouse_parsers;general;dbms; | |
//Dependencies for the target | |
clickhouse-copier-lib_LIB_DEPENDS:STATIC=general;clickhouse_common_zookeeper;general;clickhouse_common_config;general;clickhouse_parsers;general;clickhouse_functions;general;clickhouse_table_functions;general;clickhouse_aggregate_functions;general;clickhouse_dictionaries;general;string_utils;general;daemon; | |
//Dependencies for the target | |
clickhouse-extract-from-config-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;clickhouse_common_config;general;clickhouse_common_io;general;clickhouse_common_zookeeper; | |
//Dependencies for the target | |
clickhouse-format-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;clickhouse_common_io;general;clickhouse_parsers;general;clickhouse_functions;general;clickhouse_aggregate_functions;general;clickhouse_table_functions;general;dbms; | |
//Dependencies for the target | |
clickhouse-git-import-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;dbms; | |
//Dependencies for the target | |
clickhouse-install-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;clickhouse_common_config;general;clickhouse_common_io;general;dbms;general;readpassphrase; | |
//Dependencies for the target | |
clickhouse-local-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;clickhouse_aggregate_functions;general;clickhouse_common_config;general;clickhouse_common_io;general;clickhouse_dictionaries;general;clickhouse_functions;general;clickhouse_parsers;general;clickhouse_storages_system;general;clickhouse_table_functions;general;clickhouse-server-lib; | |
//Dependencies for the target | |
clickhouse-obfuscator-lib_LIB_DEPENDS:STATIC=general;boost::program_options;general;dbms; | |
//Dependencies for the target | |
clickhouse-server-lib_LIB_DEPENDS:STATIC=general;clickhouse_aggregate_functions;general;clickhouse_common_config;general;clickhouse_common_io;general;clickhouse_common_zookeeper;general;clickhouse_dictionaries;general;clickhouse_functions;general;clickhouse_parsers;general;clickhouse_storages_system;general;clickhouse_table_functions;general;string_utils;general;daemon; | |
//Dependencies for the target | |
clickhouse_aggregate_functions_LIB_DEPENDS:STATIC=general;dbms;general;cityhash; | |
//Dependencies for the target | |
clickhouse_common_config_LIB_DEPENDS:STATIC=general;clickhouse_common_zookeeper;general;common;general;Poco::XML;general;string_utils; | |
//Dependencies for the target | |
clickhouse_common_io_LIB_DEPENDS:STATIC=general;string_utils;general;widechar_width;general;common;general;double-conversion;general;dragonbox_to_chars;general;re2;general;re2_st;general;cpuid;general;boost::program_options;general;boost::system;general;cityhash;general;zlib;general;Poco::Foundation;general;roaring;general;zstd;general;liblzma;general;crypto;general;aws_s3;general;brotli; | |
//Dependencies for the target | |
clickhouse_common_zookeeper_LIB_DEPENDS:STATIC=general;clickhouse_common_io;general;common;general;string_utils; | |
//Dependencies for the target | |
clickhouse_dictionaries_LIB_DEPENDS:STATIC=general;clickhouse_common_io;general;dbms;general;Poco::Data;general;Poco::Data::ODBC;general;Poco::MongoDB;general;Poco::Redis;general;string_utils; | |
//Dependencies for the target | |
clickhouse_dictionaries_embedded_LIB_DEPENDS:STATIC=general;clickhouse_common_io;general;mysqlxx; | |
//Dependencies for the target | |
clickhouse_functions_LIB_DEPENDS:STATIC=general;base64;general;cityhash;general;farmhash;general;fastops;general;clickhouse_dictionaries;general;clickhouse_dictionaries_embedded;general;clickhouse_parsers;general;consistent-hashing;general;dbms;general;metrohash;general;murmurhash;general;zlib;general;boost::filesystem;general;crypto;general;icui18n;general;icuuc;general;icudata;general;LLVMOrcJIT;general;LLVMExecutionEngine;general;LLVMRuntimeDyld;general;LLVMX86CodeGen;general;LLVMX86Desc;general;LLVMX86Info;general;LLVMX86Utils;general;LLVMAsmPrinter;general;LLVMDebugInfoDWARF;general;LLVMGlobalISel;general;LLVMSelectionDAG;general;LLVMMCDisassembler;general;LLVMPasses;general;LLVMCodeGen;general;LLVMipo;general;LLVMBitWriter;general;LLVMInstrumentation;general;LLVMScalarOpts;general;LLVMAggressiveInstCombine;general;LLVMInstCombine;general;LLVMVectorize;general;LLVMTransformUtils;general;LLVMTarget;general;LLVMAnalysis;general;LLVMProfileData;general;LLVMObject;general;LLVMBitReader;general;LLVMCore;general;LLVMRemarks;general;LLVMBitstreamReader;general;LLVMMCParser;general;LLVMMC;general;LLVMBinaryFormat;general;LLVMDebugInfoCodeView;general;LLVMSupport;general;LLVMDemangle;general;lz4;general;h3;general;hyperscan;general;simdjson;general;clickhouse_functions_gatherutils;general;clickhouse_functions_url;general;clickhouse_functions_array; | |
//Dependencies for the target | |
clickhouse_functions_array_LIB_DEPENDS:STATIC=general;dbms;general;clickhouse_functions_gatherutils; | |
//Dependencies for the target | |
clickhouse_functions_gatherutils_LIB_DEPENDS:STATIC=general;dbms; | |
//Dependencies for the target | |
clickhouse_functions_url_LIB_DEPENDS:STATIC=general;dbms;general;hyperscan; | |
//Dependencies for the target | |
clickhouse_grpc_protos_LIB_DEPENDS:STATIC=general;grpc;general;grpc++; | |
//Dependencies for the target | |
clickhouse_new_delete_LIB_DEPENDS:STATIC=general;clickhouse_common_io;general;jemalloc; | |
//Dependencies for the target | |
clickhouse_parsers_LIB_DEPENDS:STATIC=general;clickhouse_common_io; | |
//Dependencies for the target | |
clickhouse_parsers_new_LIB_DEPENDS:STATIC=general;antlr4-runtime;general;clickhouse_common_io;general;clickhouse_parsers; | |
//Dependencies for the target | |
clickhouse_storages_system_LIB_DEPENDS:STATIC=general;dbms;general;common;general;string_utils;general;clickhouse_common_zookeeper;general;clickhouse_parsers;general;Poco::JSON; | |
//Dependencies for the target | |
clickhouse_table_functions_LIB_DEPENDS:STATIC=general;clickhouse_parsers;general;clickhouse_storages_system;general;dbms; | |
//Dependencies for the target | |
common_LIB_DEPENDS:STATIC=general;cityhash;general;boost::system;general;FastMemcpy;general;Poco::Net;general;Poco::Net::SSL;general;Poco::Util;general;Poco::Foundation;general;replxx;general;cctz;general;fmt; | |
//Dependencies for the target | |
cppkafka_LIB_DEPENDS:STATIC=general;rdkafka; | |
//Dependencies for the target | |
crypto_LIB_DEPENDS:STATIC=general;pthread; | |
//Dependencies for the target | |
curl_LIB_DEPENDS:STATIC=general;ssl; | |
//Dependencies for the target | |
cxx_LIB_DEPENDS:STATIC=general;cxxabi; | |
//Dependencies for the target | |
cxxabi_LIB_DEPENDS:STATIC=general;unwind; | |
//Dependencies for the target | |
daemon_LIB_DEPENDS:STATIC=general;loggers;general;clickhouse_common_io;general;clickhouse_common_config;general;common;general;sentry; | |
//Dependencies for the target | |
dbms_LIB_DEPENDS:STATIC=general;clickhouse_parsers_new;general;jemalloc;general;LLVMOrcJIT;general;LLVMExecutionEngine;general;LLVMRuntimeDyld;general;LLVMX86CodeGen;general;LLVMX86Desc;general;LLVMX86Info;general;LLVMX86Utils;general;LLVMAsmPrinter;general;LLVMDebugInfoDWARF;general;LLVMGlobalISel;general;LLVMSelectionDAG;general;LLVMMCDisassembler;general;LLVMPasses;general;LLVMCodeGen;general;LLVMipo;general;LLVMBitWriter;general;LLVMInstrumentation;general;LLVMScalarOpts;general;LLVMAggressiveInstCombine;general;LLVMInstCombine;general;LLVMVectorize;general;LLVMTransformUtils;general;LLVMTarget;general;LLVMAnalysis;general;LLVMProfileData;general;LLVMObject;general;LLVMBitReader;general;LLVMCore;general;LLVMRemarks;general;LLVMBitstreamReader;general;LLVMMCParser;general;LLVMMC;general;LLVMBinaryFormat;general;LLVMDebugInfoCodeView;general;LLVMSupport;general;LLVMDemangle;general;cppkafka;general;rdkafka;general;amqp-cpp;general;sasl2;general;krb5;general;nuraft;general;boost::filesystem;general;boost::program_options;general;clickhouse_common_config;general;clickhouse_common_zookeeper;general;clickhouse_dictionaries_embedded;general;clickhouse_parsers;general;lz4;general;Poco::JSON;general;Poco::MongoDB;general;string_utils;general;mysqlxx;general;boost::system;general;clickhouse_common_io;general;zstd;general;icui18n;general;icuuc;general;icudata;general;capnpc;general;parquet_static;general;avrocpp;general;crypto;general;ldap_r;general;lber;general;libprotobuf;general;clickhouse_grpc_protos;general;hdfs3;general;cassandra_static;general;rocksdb;general;libpqxx;general;_boost_context; | |
//Value Computed by CMake | |
fast_float_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/fast_float | |
//Value Computed by CMake | |
fast_float_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/fast_float | |
gRPC_ABSL_PROVIDER:STRING=clickhouse | |
//Build libraries that are binary compatible across a larger number | |
// of OS and libc versions | |
gRPC_BACKWARDS_COMPATIBILITY_MODE:BOOL=OFF | |
//Build codegen | |
gRPC_BUILD_CODEGEN:BOOL=ON | |
//Build grpc_cpp_plugin | |
gRPC_BUILD_GRPC_CPP_PLUGIN:BOOL=ON | |
//Build grpc_csharp_plugin | |
gRPC_BUILD_GRPC_CSHARP_PLUGIN:BOOL=ON | |
//Build grpc_node_plugin | |
gRPC_BUILD_GRPC_NODE_PLUGIN:BOOL=ON | |
//Build grpc_objective_c_plugin | |
gRPC_BUILD_GRPC_OBJECTIVE_C_PLUGIN:BOOL=ON | |
//Build grpc_php_plugin | |
gRPC_BUILD_GRPC_PHP_PLUGIN:BOOL=ON | |
//Build grpc_python_plugin | |
gRPC_BUILD_GRPC_PYTHON_PLUGIN:BOOL=ON | |
//Build grpc_ruby_plugin | |
gRPC_BUILD_GRPC_RUBY_PLUGIN:BOOL=ON | |
//Build tests | |
gRPC_BUILD_TESTS:BOOL=OFF | |
//Provider of c-ares library | |
gRPC_CARES_PROVIDER:STRING=module | |
//Generate installation target | |
gRPC_INSTALL:BOOL=OFF | |
//Installation directory for executables | |
gRPC_INSTALL_BINDIR:STRING=bin | |
//Installation directory for cmake config files | |
gRPC_INSTALL_CMAKEDIR:STRING=lib/cmake/grpc | |
//Installation directory for headers | |
gRPC_INSTALL_INCLUDEDIR:STRING=include | |
//Installation directory for libraries | |
gRPC_INSTALL_LIBDIR:STRING=lib | |
//Installation directory for root certificates | |
gRPC_INSTALL_SHAREDIR:STRING=share/grpc | |
//Algorithm for searching protobuf package | |
gRPC_PROTOBUF_PACKAGE_TYPE:STRING= | |
gRPC_PROTOBUF_PROVIDER:STRING=clickhouse | |
gRPC_RE2_PROVIDER:STRING=clickhouse | |
gRPC_SSL_PROVIDER:STRING=clickhouse | |
//Use the protobuf-lite library | |
gRPC_USE_PROTO_LITE:BOOL=OFF | |
gRPC_ZLIB_PROVIDER:STRING=clickhouse | |
//Value Computed by CMake | |
gcem_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/gcem | |
//Value Computed by CMake | |
gcem_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/gcem | |
//Dependencies for the target | |
gpr_LIB_DEPENDS:STATIC=general;dl;general;rt;general;pthread;general;absl::time;general;absl::synchronization;general;absl::strings;general;absl::base; | |
//Dependencies for the target | |
grpc++_LIB_DEPENDS:STATIC=general;libprotobuf;general;dl;general;rt;general;pthread;general;grpc;general;gpr;general;address_sorting;general;upb; | |
//Dependencies for the target | |
grpc++_alts_LIB_DEPENDS:STATIC=general;libprotobuf;general;dl;general;rt;general;pthread;general;grpc++;general;grpc;general;gpr;general;address_sorting;general;upb; | |
//Dependencies for the target | |
grpc++_error_details_LIB_DEPENDS:STATIC=general;libprotobuf;general;dl;general;rt;general;pthread;general;grpc++;general;grpc;general;gpr;general;address_sorting;general;upb; | |
//Dependencies for the target | |
grpc++_reflection_LIB_DEPENDS:STATIC=general;libprotobuf;general;dl;general;rt;general;pthread;general;grpc++;general;grpc;general;gpr;general;address_sorting;general;upb; | |
//Dependencies for the target | |
grpc++_unsecure_LIB_DEPENDS:STATIC=general;libprotobuf;general;dl;general;rt;general;pthread;general;grpc_unsecure;general;gpr;general;address_sorting;general;upb; | |
//Value Computed by CMake | |
grpc_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/grpc | |
//Dependencies for the target | |
grpc_LIB_DEPENDS:STATIC=general;ssl;general;crypto;general;zlib;general;c-ares;general;address_sorting;general;re2;general;upb;general;dl;general;rt;general;pthread;general;gpr;general;address_sorting;general;upb;general;absl::strings;general;absl::status; | |
//Value Computed by CMake | |
grpc_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/grpc | |
//Dependencies for the target | |
grpc_plugin_support_LIB_DEPENDS:STATIC=general;libprotoc;general;libprotobuf;general;dl;general;rt;general;pthread; | |
//Dependencies for the target | |
grpc_unsecure_LIB_DEPENDS:STATIC=general;zlib;general;c-ares;general;address_sorting;general;re2;general;upb;general;dl;general;rt;general;pthread;general;gpr;general;address_sorting;general;upb;general;absl::strings;general;absl::status; | |
//Dependencies for the target | |
grpcpp_channelz_LIB_DEPENDS:STATIC=general;libprotobuf;general;dl;general;rt;general;pthread;general;grpc++;general;grpc;general;gpr;general;address_sorting;general;upb; | |
//Value Computed by CMake | |
gtest_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/googletest | |
//Value Computed by CMake | |
gtest_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/googletest/googletest | |
//Build gtest's sample programs. | |
gtest_build_samples:BOOL=OFF | |
//Build all of gtest's own tests. | |
gtest_build_tests:BOOL=OFF | |
//Disable uses of pthreads in gtest. | |
gtest_disable_pthreads:BOOL=OFF | |
//Use shared (DLL) run-time lib even when Google Test is built | |
// as static lib. | |
gtest_force_shared_crt:BOOL=OFF | |
//Build gtest with internal symbols hidden in shared libraries. | |
gtest_hide_internal_symbols:BOOL=OFF | |
//Dependencies for the target | |
gtest_main_LIB_DEPENDS:STATIC=general;gtest; | |
//Dependencies for the target | |
hdfs3_LIB_DEPENDS:STATIC=general;libgsasl;general;krb5;general;libxml2;general;libprotobuf;general;ssl;general;crypto; | |
//Dependencies for the target | |
icui18n_LIB_DEPENDS:STATIC=general;icuuc; | |
//Dependencies for the target | |
icuuc_LIB_DEPENDS:STATIC=general;icudata; | |
//Dependencies for the target | |
krb5_LIB_DEPENDS:STATIC=general;crypto; | |
//Dependencies for the target | |
lber_LIB_DEPENDS:STATIC=general;ssl;general;crypto; | |
//Dependencies for the target | |
ldap_LIB_DEPENDS:STATIC=general;lber;general;ssl;general;crypto; | |
//Dependencies for the target | |
ldap_r_LIB_DEPENDS:STATIC=general;lber;general;ssl;general;crypto; | |
//Dependencies for the target | |
libgsasl_LIB_DEPENDS:STATIC=general;krb5; | |
//Path to liblzma's .cmake files | |
liblzma_INSTALL_CMAKEDIR:STRING=lib64/cmake/liblzma | |
//Dependencies for the target | |
libmariadb_LIB_DEPENDS:STATIC=general;zlib;general;ssl;general;crypto;general;ssl;general;crypto;general;-Wl,--no-undefined; | |
//Dependencies for the target | |
libpq_LIB_DEPENDS:STATIC=general;ssl; | |
//Dependencies for the target | |
libpqxx_LIB_DEPENDS:STATIC=general;libpq; | |
//Dependencies for the target | |
libprotobuf-lite_LIB_DEPENDS:STATIC=general;-pthread; | |
//Dependencies for the target | |
libprotobuf_LIB_DEPENDS:STATIC=general;-pthread; | |
//Dependencies for the target | |
libprotoc_LIB_DEPENDS:STATIC=general;libprotobuf; | |
//Value Computed by CMake | |
libuv_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/libuv | |
//Value Computed by CMake | |
libuv_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/libuv | |
//Dependencies for the target | |
libxml2_LIB_DEPENDS:STATIC=general;zlib; | |
//Dependencies for the target | |
loggers_LIB_DEPENDS:STATIC=general;dbms;general;clickhouse_common_io; | |
//Value Computed by CMake | |
mariadb-connector-c_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/mariadb-connector-c | |
//Value Computed by CMake | |
mariadb-connector-c_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/mariadb-connector-c | |
//Dependencies for the target | |
mariadbclient_LIB_DEPENDS:STATIC=general;zlib;general;ssl;general;crypto;general;ssl;general;crypto; | |
//Dependencies for the target | |
mysqlxx_LIB_DEPENDS:STATIC=general;common;general;mariadbclient;general;zlib;general;ssl;general;crypto; | |
//Dependencies for the target | |
nuraft_LIB_DEPENDS:STATIC=general;boost::coroutine;general;ssl;general;crypto; | |
//Dependencies for the target | |
parquet_static_LIB_DEPENDS:STATIC=general;arrow_static;general;thrift_static;general;boost::regex;general;ssl;general;crypto; | |
//Path to a library. | |
pkgcfg_lib_PC_CURL_curl:FILEPATH=/home/fenglv/gentoo/usr/lib64/libcurl.so | |
//Path to a library. | |
pkgcfg_lib__LIBUV_dl:FILEPATH=/home/fenglv/gentoo/usr/lib64/libdl.a | |
//Path to a library. | |
pkgcfg_lib__LIBUV_uv:FILEPATH=/home/fenglv/gentoo/usr/lib64/libuv.so | |
//Path to a library. | |
pkgcfg_lib__OPENSSL_crypto:FILEPATH=/home/fenglv/gentoo/usr/lib64/libcrypto.so | |
//Path to a library. | |
pkgcfg_lib__OPENSSL_ssl:FILEPATH=/home/fenglv/gentoo/usr/lib64/libssl.so | |
//Value Computed by CMake | |
protobuf_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/protobuf | |
//Build conformance tests | |
protobuf_BUILD_CONFORMANCE:BOOL=OFF | |
//Build examples | |
protobuf_BUILD_EXAMPLES:BOOL=OFF | |
//Build libprotoc and protoc compiler | |
protobuf_BUILD_PROTOC_BINARIES:BOOL=ON | |
//Default debug postfix | |
protobuf_DEBUG_POSTFIX:STRING=d | |
//CMake build-in FindProtobuf.cmake module compatible | |
protobuf_MODULE_COMPATIBLE:BOOL=OFF | |
//Link static runtime libraries | |
protobuf_MSVC_STATIC_RUNTIME:BOOL=ON | |
//Value Computed by CMake | |
protobuf_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/protobuf/cmake | |
//Enable for verbose output | |
protobuf_VERBOSE:BOOL=OFF | |
//Dependencies for the target | |
rdkafka_LIB_DEPENDS:STATIC=general;lz4;general;zlib;general;zstd;general;ssl;general;crypto;general;sasl2; | |
//Dependencies for the target | |
rocksdb_LIB_DEPENDS:STATIC=general;snappy;general;zlib;general;lz4;general;zstd;general;-pthread; | |
//Dependencies for the target | |
sasl2_LIB_DEPENDS:STATIC=general;krb5; | |
//Dependencies for the target | |
sentry_LIB_DEPENDS:STATIC=general;dl; | |
//Dependencies for the target | |
ssl_LIB_DEPENDS:STATIC=general;crypto; | |
//Dependencies for the target | |
unixodbc_LIB_DEPENDS:STATIC=general;ltdl; | |
//Dependencies for the target | |
upb_LIB_DEPENDS:STATIC=general;dl;general;rt;general;pthread; | |
//Dependencies for the target | |
uv_LIB_DEPENDS:STATIC=general;pthread;general;dl;general;rt; | |
//Dependencies for the target | |
uv_a_LIB_DEPENDS:STATIC=general;pthread;general;dl;general;rt; | |
//Value Computed by CMake | |
xz_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/xz | |
//Value Computed by CMake | |
xz_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/xz | |
//Value Computed by CMake | |
zlib_BINARY_DIR:STATIC=/essd/fenglv/ClickHouse/rel/contrib/zlib-ng | |
//Value Computed by CMake | |
zlib_SOURCE_DIR:STATIC=/essd/fenglv/ClickHouse/contrib/zlib-ng | |
######################## | |
# INTERNAL cache entries | |
######################## | |
//ADVANCED property for variable: BZRCOMMAND | |
BZRCOMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Backtrace_HEADER | |
Backtrace_HEADER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Backtrace_INCLUDE_DIR | |
Backtrace_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Backtrace_LIBRARY | |
Backtrace_LIBRARY-ADVANCED:INTERNAL=1 | |
//CARES LIBRARY FOUND | |
CARES_FOUND:INTERNAL=1 | |
//CARES LIBRARIES | |
CARES_LIBRARIES:INTERNAL=c-ares::cares | |
//ADVANCED property for variable: CLANG_FORMAT_EXE | |
CLANG_FORMAT_EXE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ADDR2LINE | |
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_AR | |
CMAKE_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_COMPILER | |
CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR | |
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB | |
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 | |
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS | |
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG | |
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL | |
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE | |
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO | |
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//This is the directory where this CMakeCache.txt was created | |
CMAKE_CACHEFILE_DIR:INTERNAL=/essd/fenglv/ClickHouse/rel | |
//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=19 | |
//Patch version of cmake used to create the current loaded cache | |
CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 | |
//Path to CMake executable. | |
CMAKE_COMMAND:INTERNAL=/essd/fenglv/gentoo/usr/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/essd/fenglv/gentoo/usr/bin/cpack | |
//ADVANCED property for variable: CMAKE_CTEST_COMMAND | |
CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/essd/fenglv/gentoo/usr/bin/ctest | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER | |
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR | |
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB | |
CMAKE_CXX_COMPILER_RANLIB-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_COMPILER_AR | |
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB | |
CMAKE_C_COMPILER_RANLIB-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 | |
//ADVANCED property for variable: CMAKE_DLLTOOL | |
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 | |
//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 | |
CMAKE_GENERATOR:INTERNAL=Ninja | |
//Generator instance identifier. | |
CMAKE_GENERATOR_INSTANCE:INTERNAL= | |
//Name of generator platform. | |
CMAKE_GENERATOR_PLATFORM:INTERNAL= | |
//Name of generator toolset. | |
CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
//Test CMAKE_HAVE_LIBC_PTHREAD | |
CMAKE_HAVE_LIBC_PTHREAD: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=/essd/fenglv/ClickHouse | |
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR | |
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR | |
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR | |
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR | |
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR | |
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR | |
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR | |
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR | |
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR | |
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR | |
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR | |
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR | |
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR | |
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR | |
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR | |
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 | |
//Install .so files without execute permission. | |
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 | |
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR | |
CMAKE_INSTALL_SYSCONFDIR-ADVANCED: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=296 | |
//ADVANCED property for variable: CMAKE_OBJCOPY | |
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_OBJDUMP | |
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | |
//Platform information initialized | |
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_RANLIB | |
CMAKE_RANLIB-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_READELF | |
CMAKE_READELF-ADVANCED:INTERNAL=1 | |
//Path to CMake installation. | |
CMAKE_ROOT:INTERNAL=/essd/fenglv/gentoo/usr/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 | |
//CHECK_TYPE_SIZE: sizeof(long) | |
CMAKE_SIZEOF_LONG:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(unsigned short) | |
CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 | |
//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 | |
//uname command | |
CMAKE_UNAME:INTERNAL=/home/fenglv/gentoo/usr/bin/uname | |
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: COVERAGE_COMMAND | |
COVERAGE_COMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: COVERAGE_EXTRA_FLAGS | |
COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_DEB | |
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_FREEBSD | |
CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_IFW | |
CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_NSIS | |
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_RPM | |
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_STGZ | |
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_TBZ2 | |
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_TGZ | |
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_TXZ | |
CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_BINARY_TZ | |
CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_RPM | |
CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TBZ2 | |
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TGZ | |
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TXZ | |
CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_TZ | |
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CPACK_SOURCE_ZIP | |
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT | |
CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY | |
CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURL_DIR | |
CURL_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CURL_INCLUDE_DIR | |
CURL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CVSCOMMAND | |
CVSCOMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CVS_UPDATE_OPTIONS | |
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 | |
//Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG | |
CXX_SUPPORTS_CLASS_MEMACCESS_FLAG:INTERNAL=1 | |
//Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL= | |
//Test CXX_SUPPORTS_CXX_STD | |
CXX_SUPPORTS_CXX_STD:INTERNAL=1 | |
//Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG | |
CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG:INTERNAL=1 | |
//Test CXX_SUPPORTS_FDATA_SECTIONS | |
CXX_SUPPORTS_FDATA_SECTIONS:INTERNAL=1 | |
//Test CXX_SUPPORTS_FFUNCTION_SECTIONS | |
CXX_SUPPORTS_FFUNCTION_SECTIONS:INTERNAL=1 | |
//Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG:INTERNAL=1 | |
//Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG | |
CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG:INTERNAL=1 | |
//Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG | |
CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG:INTERNAL=1 | |
//Test CXX_SUPPORTS_STRING_CONVERSION_FLAG | |
CXX_SUPPORTS_STRING_CONVERSION_FLAG:INTERNAL= | |
//Test CXX_SUPPORTS_WERROR_DATE_TIME | |
CXX_SUPPORTS_WERROR_DATE_TIME:INTERNAL=1 | |
//Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW:INTERNAL= | |
//Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG | |
C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL= | |
//Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG | |
C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG:INTERNAL= | |
//Test C_SUPPORTS_FDATA_SECTIONS | |
C_SUPPORTS_FDATA_SECTIONS:INTERNAL=1 | |
//Test C_SUPPORTS_FFUNCTION_SECTIONS | |
C_SUPPORTS_FFUNCTION_SECTIONS:INTERNAL=1 | |
//Test C_SUPPORTS_FNO_FUNCTION_SECTIONS | |
C_SUPPORTS_FNO_FUNCTION_SECTIONS:INTERNAL=1 | |
//Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG | |
C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG:INTERNAL=1 | |
//Test C_SUPPORTS_STRING_CONVERSION_FLAG | |
C_SUPPORTS_STRING_CONVERSION_FLAG:INTERNAL= | |
//Test C_SUPPORTS_WERROR_DATE_TIME | |
C_SUPPORTS_WERROR_DATE_TIME:INTERNAL=1 | |
//Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW:INTERNAL= | |
//Test C_WCOMMENT_ALLOWS_LINE_WRAP | |
C_WCOMMENT_ALLOWS_LINE_WRAP:INTERNAL=1 | |
//Path to generated configuration files. | |
ConfigIncludePath:INTERNAL=/essd/fenglv/ClickHouse/rel/includes/configs | |
//ADVANCED property for variable: DART_TESTING_TIMEOUT | |
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: ENABLED_LOCAL_INFILE | |
ENABLED_LOCAL_INFILE-ADVANCED:INTERNAL=1 | |
//Details about finding Backtrace | |
FIND_PACKAGE_MESSAGE_DETAILS_Backtrace:INTERNAL=[/home/fenglv/gentoo/usr/include][v()] | |
//Details about finding CLANG_FORMAT | |
FIND_PACKAGE_MESSAGE_DETAILS_CLANG_FORMAT:INTERNAL=[/home/fenglv/gentoo/usr/lib/llvm/11/bin/clang-format][v()] | |
//Details about finding CURL | |
FIND_PACKAGE_MESSAGE_DETAILS_CURL:INTERNAL=[curl][/essd/fenglv/ClickHouse/contrib/curl/include][c ][v7.75.0()] | |
//Details about finding Git | |
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/home/fenglv/gentoo/usr/bin/git][v2.30.1()] | |
//Details about finding Libuv | |
FIND_PACKAGE_MESSAGE_DETAILS_Libuv:INTERNAL=[uv_a][/essd/fenglv/ClickHouse/contrib/libuv/include][v1.34.1(1.0.0)] | |
//Details about finding OpenSSL | |
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[ssl][crypto][/essd/fenglv/ClickHouse/contrib/boringssl/include][v()] | |
//Details about finding PythonInterp | |
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/home/fenglv/gentoo/usr/bin/python][v3.8.8()] | |
//Details about finding Threads | |
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
//Have symbol strtof_l | |
FLATBUFFERS_HAS_STRTOF_L:INTERNAL=1 | |
//Have symbol strtoull_l | |
FLATBUFFERS_HAS_STRTOULL_L:INTERNAL=1 | |
//gcc major version | |
GCC_COMPILER_VERSION_MAJOR:INTERNAL=10 | |
//gcc minor version | |
GCC_COMPILER_VERSION_MINOR:INTERNAL=2 | |
GCEM_VERSION_MAJOR:INTERNAL=1 | |
GCEM_VERSION_MINOR:INTERNAL=13 | |
GCEM_VERSION_PATCH:INTERNAL=0 | |
//ADVANCED property for variable: GITCOMMAND | |
GITCOMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: GIT_EXECUTABLE | |
GIT_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//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 HAS_-Wall_FLAG | |
HAS_-Wall_FLAG:INTERNAL=1 | |
//Test HAS_-Wdeclaration-after-statement_FLAG | |
HAS_-Wdeclaration-after-statement_FLAG:INTERNAL=1 | |
//Test HAS_-Wextra_FLAG | |
HAS_-Wextra_FLAG:INTERNAL=1 | |
//Test HAS_-Wformat-security_FLAG | |
HAS_-Wformat-security_FLAG:INTERNAL=1 | |
//Test HAS_-Wlogical-op_FLAG | |
HAS_-Wlogical-op_FLAG:INTERNAL=1 | |
//Test HAS_-Wno-init-self_FLAG | |
HAS_-Wno-init-self_FLAG:INTERNAL=1 | |
//Test HAS_-Wno-undef_FLAG | |
HAS_-Wno-undef_FLAG:INTERNAL=1 | |
//Test HAS_-Wno-uninitialized_FLAG | |
HAS_-Wno-uninitialized_FLAG:INTERNAL=1 | |
//Test HAS_-Wno-unknown-pragmas_FLAG | |
HAS_-Wno-unknown-pragmas_FLAG:INTERNAL=1 | |
//Test HAS_-Wshift-count-overflow_FLAG | |
HAS_-Wshift-count-overflow_FLAG:INTERNAL=1 | |
//Test HAS_-Wunused_FLAG | |
HAS_-Wunused_FLAG:INTERNAL=1 | |
//Test HAS_-Wwrite-strings_FLAG | |
HAS_-Wwrite-strings_FLAG:INTERNAL=1 | |
//Test HAS_DIAGNOSTIC_PUSH | |
HAS_DIAGNOSTIC_PUSH:INTERNAL=1 | |
//Test HAS_MAYBE_UNINITIALIZED | |
HAS_MAYBE_UNINITIALIZED:INTERNAL=1 | |
//Test HAS_POST_2038 | |
HAS_POST_2038:INTERNAL= | |
//Result of TRY_COMPILE | |
HAS_POST_2038_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAS_POST_2038_EXITCODE:INTERNAL=1 | |
//Test HAS_PREAD | |
HAS_PREAD:INTERNAL=1 | |
//Test HAS_PRE_1970 | |
HAS_PRE_1970:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAS_PRE_1970_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAS_PRE_1970_EXITCODE:INTERNAL=0 | |
//Test HAS_SHADOW | |
HAS_SHADOW:INTERNAL=1 | |
//Test HAS_STD_ISNAN | |
HAS_STD_ISNAN:INTERNAL=1 | |
//Test HAS_STD_MUTEX | |
HAS_STD_MUTEX:INTERNAL=1 | |
//Test HAS_STOLL | |
HAS_STOLL:INTERNAL=1 | |
//Test HAS_STRPTIME | |
HAS_STRPTIME:INTERNAL=1 | |
//Test HAS_SUGGEST_DESTRUCTOR_OVERRIDE | |
HAS_SUGGEST_DESTRUCTOR_OVERRIDE:INTERNAL= | |
//Test HAS_SUGGEST_OVERRIDE | |
HAS_SUGGEST_OVERRIDE:INTERNAL=1 | |
//Have symbol AF_INET6 | |
HAVE_AF_INET6:INTERNAL=1 | |
//Have function alloca | |
HAVE_ALLOCA:INTERNAL= | |
//Have include alloca.h | |
HAVE_ALLOCA_H:INTERNAL=1 | |
//Have include arpa/inet.h | |
HAVE_ARPA_INET_H:INTERNAL=1 | |
//Have include arpa/nameser_compat.h | |
HAVE_ARPA_NAMESER_COMPAT_H:INTERNAL=1 | |
//Have include arpa/nameser.h | |
HAVE_ARPA_NAMESER_H:INTERNAL=1 | |
//Have include assert.h | |
HAVE_ASSERT_H:INTERNAL=1 | |
//Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN | |
HAVE_ATTRIBUTE_VISIBILITY_HIDDEN:INTERNAL=1 | |
//Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL | |
HAVE_ATTRIBUTE_VISIBILITY_INTERNAL:INTERNAL=1 | |
//Have symbol getauxval | |
HAVE_AUXV_GETAUXVAL:INTERNAL= | |
//Test HAVE_AVX | |
HAVE_AVX:INTERNAL=1 | |
//Test HAVE_AVX2 | |
HAVE_AVX2:INTERNAL=1 | |
//Result of TEST_BIG_ENDIAN | |
HAVE_BIGENDIAN:INTERNAL=0 | |
//Have symbol bitncmp | |
HAVE_BITNCMP:INTERNAL= | |
//Test HAVE_BOOL_T | |
HAVE_BOOL_T:INTERNAL=1 | |
//Test HAVE_BUILTIN_BSWAP32 | |
HAVE_BUILTIN_BSWAP32:INTERNAL=1 | |
//Test HAVE_BUILTIN_BSWAP64 | |
HAVE_BUILTIN_BSWAP64:INTERNAL=1 | |
//Test HAVE_BUILTIN_CTZ | |
HAVE_BUILTIN_CTZ:INTERNAL=1 | |
//Test HAVE_BUILTIN_CTZL | |
HAVE_BUILTIN_CTZL:INTERNAL=1 | |
//Test HAVE_BUILTIN_EXPECT | |
HAVE_BUILTIN_EXPECT:INTERNAL=1 | |
//Have include byteswap.h | |
HAVE_BYTESWAP_H:INTERNAL=1 | |
//Test HAVE_CLANG_MAVX | |
HAVE_CLANG_MAVX:INTERNAL=1 | |
//Test HAVE_CLANG_MBMI2 | |
HAVE_CLANG_MBMI2:INTERNAL=1 | |
//Have symbol clock_gettime | |
HAVE_CLOCK_GETTIME:INTERNAL=1 | |
//Have symbol CLOCK_MONOTONIC | |
HAVE_CLOCK_GETTIME_MONOTONIC:INTERNAL=1 | |
//Have symbol closesocket | |
HAVE_CLOSESOCKET:INTERNAL= | |
//Have symbol CloseSocket | |
HAVE_CLOSESOCKET_CAMEL:INTERNAL= | |
//Result of TRY_COMPILE | |
HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE | |
//Have symbol connect | |
HAVE_CONNECT:INTERNAL=1 | |
//Have symbol CPU_COUNT | |
HAVE_CPU_COUNT:INTERNAL=1 | |
//Have include CrashReporterClient.h | |
HAVE_CRASHREPORTERCLIENT_H:INTERNAL= | |
//Result of TRY_COMPILE | |
HAVE_CXX11:INTERNAL=TRUE | |
//Test HAVE_CXX_ATOMICS64_WITHOUT_LIB | |
HAVE_CXX_ATOMICS64_WITHOUT_LIB:INTERNAL=1 | |
//Test HAVE_CXX_ATOMICS_WITHOUT_LIB | |
HAVE_CXX_ATOMICS_WITHOUT_LIB:INTERNAL=1 | |
//Have symbol arc4random | |
HAVE_DECL_ARC4RANDOM:INTERNAL= | |
//Have symbol CLOCK_MONOTONIC | |
HAVE_DECL_CLOCK_MONOTONIC:INTERNAL=1 | |
//Have symbol FE_ALL_EXCEPT | |
HAVE_DECL_FE_ALL_EXCEPT:INTERNAL=1 | |
//Have symbol FE_INEXACT | |
HAVE_DECL_FE_INEXACT:INTERNAL=1 | |
//Have symbol program_invocation_name | |
HAVE_DECL_PROGRAM_INVOCATION_NAME:INTERNAL=1 | |
//Have symbol strerror_s | |
HAVE_DECL_STRERROR_S:INTERNAL= | |
//Have symbol dladdr | |
HAVE_DLADDR:INTERNAL= | |
//Have function dlerror | |
HAVE_DLERROR:INTERNAL= | |
//Have include dlfcn.h | |
HAVE_DLFCN_H:INTERNAL=1 | |
//Have function dlopen | |
HAVE_DLOPEN:INTERNAL= | |
//Have include errno.h | |
HAVE_ERRNO_H:INTERNAL=1 | |
//Test HAVE_FALLOCATE | |
HAVE_FALLOCATE:INTERNAL=1 | |
//Have function fcntl | |
HAVE_FCNTL:INTERNAL=1 | |
//Have include fcntl.h | |
HAVE_FCNTL_H:INTERNAL=1 | |
//Have include fenv.h | |
HAVE_FENV_H:INTERNAL=1 | |
//Have symbol FIONBIO | |
HAVE_FIONBIO:INTERNAL=1 | |
//Have include float.h | |
HAVE_FLOAT_H:INTERNAL=1 | |
//Have symbol freeaddrinfo | |
HAVE_FREEADDRINFO:INTERNAL=1 | |
//Have function fseeko | |
HAVE_FSEEKO:INTERNAL=1 | |
//Have symbol mmap | |
HAVE_FUNC_MMAP:INTERNAL=1 | |
//Have symbol sysconf | |
HAVE_FUNC_SYSCONF:INTERNAL=1 | |
//Have symbol futimens | |
HAVE_FUTIMENS:INTERNAL=1 | |
//Have symbol futimes | |
HAVE_FUTIMES:INTERNAL=1 | |
//Have symbol getaddrinfo | |
HAVE_GETADDRINFO:INTERNAL=1 | |
//Have symbol getenv | |
HAVE_GETENV:INTERNAL=1 | |
//Have symbol gethostbyaddr | |
HAVE_GETHOSTBYADDR:INTERNAL=1 | |
//Have function gethostbyname | |
HAVE_GETHOSTBYNAME:INTERNAL=1 | |
//Have function gethostbyname_r | |
HAVE_GETHOSTBYNAME_R:INTERNAL=1 | |
//Have symbol gethostname | |
HAVE_GETHOSTNAME:INTERNAL=1 | |
//Have symbol getnameinfo | |
HAVE_GETNAMEINFO:INTERNAL=1 | |
//Have include getopt.h | |
HAVE_GETOPT_H:INTERNAL=1 | |
//Have symbol getopt_long | |
HAVE_GETOPT_LONG:INTERNAL=1 | |
//Have symbol getpagesize | |
HAVE_GETPAGESIZE:INTERNAL=1 | |
//Have symbol GRND_NONBLOCK | |
HAVE_GETRANDOM:INTERNAL=1 | |
//Have symbol getrlimit | |
HAVE_GETRLIMIT:INTERNAL=1 | |
//Have symbol getrusage | |
HAVE_GETRUSAGE:INTERNAL=1 | |
//Have symbol getservbyport_r | |
HAVE_GETSERVBYPORT_R:INTERNAL=1 | |
//Have symbol gettimeofday | |
HAVE_GETTIMEOFDAY:INTERNAL=1 | |
//Have library socket | |
HAVE_GHBN_LIBSOCKET:INTERNAL= | |
//Test HAVE_HASH_FUNC_HEADER | |
HAVE_HASH_FUNC_HEADER:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_HAVE_BIGENDIAN:INTERNAL=TRUE | |
//Have include histedit.h | |
HAVE_HISTEDIT_H:INTERNAL= | |
//Have symbol if_indextoname | |
HAVE_IF_INDEXTONAME:INTERNAL=1 | |
//Have include immintrin.h | |
HAVE_IMMINTRIN_H:INTERNAL=1 | |
//Have symbol inet_net_pton | |
HAVE_INET_NET_PTON:INTERNAL= | |
//Have symbol inet_ntop | |
HAVE_INET_NTOP:INTERNAL=1 | |
//Have symbol inet_pton | |
HAVE_INET_PTON:INTERNAL=1 | |
//Have include inttypes.h | |
HAVE_INTTYPES_H:INTERNAL=1 | |
//Have symbol ioctl | |
HAVE_IOCTL:INTERNAL=1 | |
//Have symbol ioctlsocket | |
HAVE_IOCTLSOCKET:INTERNAL= | |
//Have symbol IoctlSocket | |
HAVE_IOCTLSOCKET_CAMEL:INTERNAL= | |
//Have symbol SIOCGIFADDR | |
HAVE_IOCTL_SIOCGIFADDR:INTERNAL=1 | |
//Have symbol isatty | |
HAVE_ISATTY:INTERNAL=1 | |
//Have library dl | |
HAVE_LIBDL:INTERNAL=1 | |
//Have library lzo2 | |
HAVE_LIBLZO2:INTERNAL= | |
//Have library pthread | |
HAVE_LIBPTHREAD:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_LIBRESSL:INTERNAL=FALSE | |
//Have library rt | |
HAVE_LIBRT:INTERNAL=1 | |
//Have library xar | |
HAVE_LIBXAR:INTERNAL= | |
//Have library z | |
HAVE_LIBZ:INTERNAL=1 | |
//Have library z | |
HAVE_LIBZ_Z:INTERNAL=1 | |
//Have include limits.h | |
HAVE_LIMITS_H:INTERNAL=1 | |
//Have include link.h | |
HAVE_LINK_H:INTERNAL=1 | |
//Have include linux/magic.h | |
HAVE_LINUX_MAGIC_H:INTERNAL=1 | |
//Test HAVE_LL | |
HAVE_LL:INTERNAL=1 | |
//Test HAVE_LONGLONG | |
HAVE_LONGLONG:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_LONG_LONG:INTERNAL=TRUE | |
//Have symbol lseek64 | |
HAVE_LSEEK64:INTERNAL=1 | |
//Have include mach/mach.h | |
HAVE_MACH_MACH_H:INTERNAL= | |
//Have symbol mallctl | |
HAVE_MALLCTL:INTERNAL= | |
//Have symbol mallinfo | |
HAVE_MALLINFO:INTERNAL=1 | |
//Have include malloc.h | |
HAVE_MALLOC_H:INTERNAL=1 | |
//Have include malloc/malloc.h | |
HAVE_MALLOC_MALLOC_H:INTERNAL= | |
//Have symbol malloc_usable_size | |
HAVE_MALLOC_USABLE_SIZE:INTERNAL= | |
//Have symbol malloc_zone_statistics | |
HAVE_MALLOC_ZONE_STATISTICS:INTERNAL= | |
//Have symbol mbrtowc | |
HAVE_MBRTOWC:INTERNAL=1 | |
//Have function memcpy | |
HAVE_MEMCPY:INTERNAL=1 | |
//Have include memory.h | |
HAVE_MEMORY_H:INTERNAL=1 | |
//Have symbol MSG_NOSIGNAL | |
HAVE_MSG_NOSIGNAL:INTERNAL=1 | |
//Have function nanosleep | |
HAVE_NANOSLEEP:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_NESTED_EXCEPTION:INTERNAL=TRUE | |
//Have include netdb.h | |
HAVE_NETDB_H:INTERNAL=1 | |
//Have include netinet/in.h | |
HAVE_NETINET_IN_H:INTERNAL=1 | |
//Have include netinet/tcp.h | |
HAVE_NETINET_TCP_H:INTERNAL=1 | |
//Have include net/if.h | |
HAVE_NET_IF_H:INTERNAL=1 | |
//Have function nl_langinfo | |
HAVE_NL_LANGINFO:INTERNAL=1 | |
//Have symbol SO_NOSIGPIPE | |
HAVE_NOSIGPIPE:INTERNAL= | |
//Result of TRY_COMPILE | |
HAVE_OFF64_T:INTERNAL=TRUE | |
//Test HAVE_OMIT_LEAF_FRAME_POINTER | |
HAVE_OMIT_LEAF_FRAME_POINTER:INTERNAL=1 | |
//Have symbol optreset | |
HAVE_OPTRESET:INTERNAL= | |
//Have symbol O_NONBLOCK | |
HAVE_O_NONBLOCK:INTERNAL=1 | |
//Test HAVE_PCLMULQDQ | |
HAVE_PCLMULQDQ:INTERNAL=1 | |
//Test HAVE_PCLMULQDQ_INTRIN | |
HAVE_PCLMULQDQ_INTRIN:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_PCLMULQDQ_INTRIN_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_PCLMULQDQ_INTRIN_EXITCODE:INTERNAL=0 | |
//Have symbol PF_INET6 | |
HAVE_PF_INET6:INTERNAL=1 | |
//Have function poll | |
HAVE_POLL:INTERNAL=1 | |
//Have include poll.h | |
HAVE_POLL_H:INTERNAL=1 | |
//Test HAVE_POPCNT | |
HAVE_POPCNT:INTERNAL=1 | |
//Have symbol posix_fadvise | |
HAVE_POSIX_FADVISE:INTERNAL=1 | |
//Have symbol posix_fallocate | |
HAVE_POSIX_FALLOCATE:INTERNAL=1 | |
//Have symbol posix_spawn | |
HAVE_POSIX_SPAWN:INTERNAL=1 | |
//Have symbol pread | |
HAVE_PREAD:INTERNAL=1 | |
//Have symbol pthread_condattr_setclock | |
HAVE_PTHREAD_CONDATTR_SETCLOCK:INTERNAL=1 | |
//Have symbol pthread_getname_np | |
HAVE_PTHREAD_GETNAME_NP:INTERNAL=1 | |
//Have library pthread | |
HAVE_PTHREAD_GETSPECIFIC:INTERNAL=1 | |
//Have include pthread.h | |
HAVE_PTHREAD_H:INTERNAL=1 | |
//Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP | |
HAVE_PTHREAD_MUTEX_ADAPTIVE_NP:INTERNAL=1 | |
//Have library pthread | |
HAVE_PTHREAD_MUTEX_LOCK:INTERNAL=1 | |
//Have library pthread | |
HAVE_PTHREAD_RWLOCK_INIT:INTERNAL=1 | |
//Have symbol pthread_setname_np | |
HAVE_PTHREAD_SETNAME_NP:INTERNAL=1 | |
//Test HAVE_PTRDIFF_T | |
HAVE_PTRDIFF_T:INTERNAL=1 | |
//Have include pwd.h | |
HAVE_PWD_H:INTERNAL=1 | |
//Have symbol recv | |
HAVE_RECV:INTERNAL=1 | |
//Have symbol recvfrom | |
HAVE_RECVFROM:INTERNAL=1 | |
//Have library resolv | |
HAVE_RES_SERVICENAME_IN_LIBRESOLV:INTERNAL= | |
//Have symbol sbrk | |
HAVE_SBRK:INTERNAL=1 | |
//Have symbol sched_getaffinity | |
HAVE_SCHED_GETAFFINITY:INTERNAL=1 | |
//Have symbol sched_getcpu | |
HAVE_SCHED_GETCPU:INTERNAL=1 | |
//Have function sched_get_priority_max | |
HAVE_SCHED_GET_PRIORITY_MAX:INTERNAL=1 | |
//Have function sched_get_priority_min | |
HAVE_SCHED_GET_PRIORITY_MIN:INTERNAL=1 | |
//Have include sched.h | |
HAVE_SCHED_H:INTERNAL=1 | |
//Have includes select.h | |
HAVE_SELECT_H:INTERNAL= | |
//Have symbol send | |
HAVE_SEND:INTERNAL=1 | |
//Have symbol setenv | |
HAVE_SETENV:INTERNAL=1 | |
//Have function setlocale | |
HAVE_SETLOCALE:INTERNAL=1 | |
//Have symbol setrlimit | |
HAVE_SETRLIMIT:INTERNAL=1 | |
//Have symbol setsockopt | |
HAVE_SETSOCKOPT:INTERNAL=1 | |
//Have symbol sigaltstack | |
HAVE_SIGALTSTACK:INTERNAL=1 | |
//Have include signal.h | |
HAVE_SIGNAL_H:INTERNAL=1 | |
//Have symbol sigtimedwait | |
HAVE_SIGTIMEDWAIT:INTERNAL=1 | |
//Test HAVE_SIG_ATOMIC_T | |
HAVE_SIG_ATOMIC_T:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_CHARP:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT16:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT32:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT64:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_INT8:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_LONG:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_SOCKLEN_T:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UCHAR:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT16:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT32:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT64:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_UINT8:INTERNAL=FALSE | |
//Result of TRY_COMPILE | |
HAVE_SIZEOF_ULONG:INTERNAL=TRUE | |
//Result of TRY_COMPILE | |
HAVE_SNAPPY_IS_BIG_ENDIAN:INTERNAL=TRUE | |
//Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID | |
HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID:INTERNAL=1 | |
//Have symbol socket | |
HAVE_SOCKET:INTERNAL=1 | |
//Have includes socket.h | |
HAVE_SOCKET_H:INTERNAL= | |
//Have library socket | |
HAVE_SOCKET_LIBSOCKET:INTERNAL= | |
//Test HAVE_SOCKLEN_T | |
HAVE_SOCKLEN_T:INTERNAL=1 | |
//Have symbol SO_NONBLOCK | |
HAVE_SO_NONBLOCK:INTERNAL= | |
//Test HAVE_SSE2_INTRIN | |
HAVE_SSE2_INTRIN:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_SSE2_INTRIN_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_SSE2_INTRIN_EXITCODE:INTERNAL=0 | |
//Test HAVE_SSE41 | |
HAVE_SSE41:INTERNAL=1 | |
//Test HAVE_SSE42 | |
HAVE_SSE42:INTERNAL=1 | |
//Test HAVE_SSE42CRC_INLINE_ASM | |
HAVE_SSE42CRC_INLINE_ASM:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_SSE42CRC_INLINE_ASM_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_SSE42CRC_INLINE_ASM_EXITCODE:INTERNAL=0 | |
//Test HAVE_SSE42CRC_INTRIN | |
HAVE_SSE42CRC_INTRIN:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_SSE42CRC_INTRIN_COMPILED:INTERNAL=TRUE | |
//Result of TRY_RUN | |
HAVE_SSE42CRC_INTRIN_EXITCODE:INTERNAL=0 | |
//Test HAVE_SSIZE_T | |
HAVE_SSIZE_T:INTERNAL=1 | |
//Test HAVE_SSSE3 | |
HAVE_SSSE3:INTERNAL=1 | |
//Have include stdbool.h | |
HAVE_STDBOOL_H:INTERNAL=1 | |
//Have include stddef.h | |
HAVE_STDDEF_H:INTERNAL=1 | |
//Have include stdint.h | |
HAVE_STDINT_H:INTERNAL=1 | |
//Have include stdlib.h | |
HAVE_STDLIB_H:INTERNAL=1 | |
//Test HAVE_STD_IS_TRIVIALLY_COPYABLE | |
HAVE_STD_IS_TRIVIALLY_COPYABLE:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_STEADY_CLOCK:INTERNAL=TRUE | |
//Have symbol strcasecmp | |
HAVE_STRCASECMP:INTERNAL=1 | |
//Have symbol strcmpi | |
HAVE_STRCMPI:INTERNAL= | |
//Have symbol strdup | |
HAVE_STRDUP:INTERNAL=1 | |
//Have function strerror | |
HAVE_STRERROR:INTERNAL=1 | |
//Have function strerror_r | |
HAVE_STRERROR_R:INTERNAL=1 | |
//Have symbol stricmp | |
HAVE_STRICMP:INTERNAL= | |
//Have include strings.h | |
HAVE_STRINGS_H:INTERNAL=1 | |
//Have include string.h | |
HAVE_STRING_H:INTERNAL=1 | |
//Have symbol strncasecmp | |
HAVE_STRNCASECMP:INTERNAL=1 | |
//Have symbol strncmpi | |
HAVE_STRNCMPI:INTERNAL= | |
//Have symbol strnicmp | |
HAVE_STRNICMP:INTERNAL= | |
//Have includes stropts.h | |
HAVE_STROPTS_H:INTERNAL= | |
//Test HAVE_STRUCT_ADDRINFO | |
HAVE_STRUCT_ADDRINFO:INTERNAL=1 | |
//Test HAVE_STRUCT_IN6_ADDR | |
HAVE_STRUCT_IN6_ADDR:INTERNAL=1 | |
//Test HAVE_STRUCT_SOCKADDR_IN6 | |
HAVE_STRUCT_SOCKADDR_IN6:INTERNAL=1 | |
//Test HAVE_STRUCT_SOCKADDR_STORAGE | |
HAVE_STRUCT_SOCKADDR_STORAGE:INTERNAL=1 | |
//Test HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC | |
HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC:INTERNAL=1 | |
//Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC | |
HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC:INTERNAL= | |
//Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC | |
HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC:INTERNAL=1 | |
//Test HAVE_STRUCT_TIMEVAL | |
HAVE_STRUCT_TIMEVAL:INTERNAL=1 | |
//Test HAVE_SYNC_FILE_RANGE_WRITE | |
HAVE_SYNC_FILE_RANGE_WRITE:INTERNAL=1 | |
//Have symbol sysconf | |
HAVE_SYSCONF:INTERNAL=1 | |
//Have include sys/endian.h | |
HAVE_SYS_ENDIAN_H:INTERNAL= | |
//Have include sys/ioctl.h | |
HAVE_SYS_IOCTL_H:INTERNAL=1 | |
//Have include sys/mman.h | |
HAVE_SYS_MMAN_H:INTERNAL=1 | |
//Have include sys/param.h | |
HAVE_SYS_PARAM_H:INTERNAL=1 | |
//Have include sys/poll.h | |
HAVE_SYS_POLL_H:INTERNAL=1 | |
//Have include sys/random.h | |
HAVE_SYS_RANDOM_H:INTERNAL=1 | |
//Have include sys/resource.h | |
HAVE_SYS_RESOURCE_H:INTERNAL=1 | |
//Have include sys/sdt.h | |
HAVE_SYS_SDT_H:INTERNAL= | |
//Have include sys/select.h | |
HAVE_SYS_SELECT_H:INTERNAL=1 | |
//Have include sys/socket.h | |
HAVE_SYS_SOCKET_H:INTERNAL=1 | |
//Have include sys/stat.h | |
HAVE_SYS_STAT_H:INTERNAL=1 | |
//Have include sys/time.h | |
HAVE_SYS_TIME_H:INTERNAL=1 | |
//Have include sys/types.h | |
HAVE_SYS_TYPES_H:INTERNAL=1 | |
//Have include sys/uio.h | |
HAVE_SYS_UIO_H:INTERNAL=1 | |
//Have include sys/un.h | |
HAVE_SYS_UN_H:INTERNAL=1 | |
//Have include termios.h | |
HAVE_TERMIOS_H:INTERNAL=1 | |
//Test HAVE_THREAD_LOCAL | |
HAVE_THREAD_LOCAL:INTERNAL=1 | |
//Have include time.h | |
HAVE_TIME_H:INTERNAL=1 | |
//Test HAVE_TYPE_SOCKET | |
HAVE_TYPE_SOCKET:INTERNAL= | |
//Have include ucontext.h | |
HAVE_UCONTEXT_H:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_UINT16_T:INTERNAL=TRUE | |
//Have include unistd.h | |
HAVE_UNISTD_H:INTERNAL=1 | |
//Test HAVE_UNORDERED_MAP | |
HAVE_UNORDERED_MAP:INTERNAL= | |
//Have include utime.h | |
HAVE_UTIME_H:INTERNAL=1 | |
//Result of TRY_COMPILE | |
HAVE_U_INT16_T:INTERNAL=TRUE | |
//Have include valgrind/valgrind.h | |
HAVE_VALGRIND_VALGRIND_H:INTERNAL= | |
//Test HAVE_VISUAL_STUDIO_ARCH_AVX | |
HAVE_VISUAL_STUDIO_ARCH_AVX:INTERNAL= | |
//Test HAVE_VISUAL_STUDIO_ARCH_AVX2 | |
HAVE_VISUAL_STUDIO_ARCH_AVX2:INTERNAL= | |
//Test HAVE_WARNING_MAYBE_UNINITIALIZED | |
HAVE_WARNING_MAYBE_UNINITIALIZED:INTERNAL=1 | |
//Test HAVE_WARNING_MISSING_ATTRIBUTES | |
HAVE_WARNING_MISSING_ATTRIBUTES:INTERNAL=1 | |
//Test HAVE_WARNING_REGISTER | |
HAVE_WARNING_REGISTER:INTERNAL=1 | |
//Test HAVE_WARNING_UNUSED_BUT_SET_VARIABLE | |
HAVE_WARNING_UNUSED_BUT_SET_VARIABLE:INTERNAL=1 | |
//Have symbol wcwidth | |
HAVE_WCWIDTH:INTERNAL=1 | |
//Have include windows.h | |
HAVE_WINDOWS_H:INTERNAL= | |
//Have includes winsock2.h;windows.h | |
HAVE_WINSOCK2_H:INTERNAL= | |
//Have includes winsock.h;windows.h | |
HAVE_WINSOCK_H:INTERNAL= | |
//Result of TRY_COMPILE | |
HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE | |
//Have symbol writev | |
HAVE_WRITEV:INTERNAL=1 | |
//Have includes winsock2.h;ws2tcpip.h;windows.h | |
HAVE_WS2TCPIP_H:INTERNAL= | |
//Have include zlib.h | |
HAVE_ZLIB_H:INTERNAL=1 | |
//Test HAVE__MM_MOVEMASK_EPI8 | |
HAVE__MM_MOVEMASK_EPI8:INTERNAL=1 | |
//Have symbol _Unwind_Backtrace | |
HAVE__UNWIND_BACKTRACE:INTERNAL=1 | |
//Test HAVE___BUILTIN_ASSUME_ALIGNED | |
HAVE___BUILTIN_ASSUME_ALIGNED:INTERNAL=1 | |
//Test HAVE___BUILTIN_BSWAPXX | |
HAVE___BUILTIN_BSWAPXX:INTERNAL=1 | |
//Have function __system_property_get | |
HAVE___SYSTEM_PROPERTY_GET:INTERNAL= | |
//Result of TRY_COMPILE | |
HAVE___UINT16_T:INTERNAL=TRUE | |
//ADVANCED property for variable: HGCOMMAND | |
HGCOMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: ICONV_INCLUDE_DIR | |
ICONV_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: ICONV_LIBRARIES | |
ICONV_LIBRARIES-ADVANCED:INTERNAL=1 | |
//Have include signal.h | |
INCLUDE_SIGNAL:INTERNAL=1 | |
//Test INT64_IS_LL | |
INT64_IS_LL:INTERNAL=1 | |
INTERNAL_ZLIB_NAME:INTERNAL=zlib-ng | |
//Have function gethostbyname_r | |
IS_gethostbyname_r_LIBC_FUNC:INTERNAL=1 | |
//Have function setsockopt | |
IS_setsockopt_LIBC_FUNC:INTERNAL=1 | |
//ADVANCED property for variable: KRB5_CONFIG | |
KRB5_CONFIG-ADVANCED:INTERNAL=1 | |
//Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS | |
LINKER_SUPPORTS_COLOR_DIAGNOSTICS:INTERNAL= | |
//For Visual Studio 2013, manually copy natvis files to Documents\Visual | |
// Studio 2013\Visualizers | |
LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION:INTERNAL=FALSE | |
//ADVANCED property for variable: LLVM_BUILD_INSTRUMENTED | |
LLVM_BUILD_INSTRUMENTED-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: LLVM_BUILD_INSTRUMENTED_COVERAGE | |
LLVM_BUILD_INSTRUMENTED_COVERAGE-ADVANCED:INTERNAL=1 | |
LLVM_CONFIG_HAS_RTTI:INTERNAL=YES | |
//Enable Exception handling | |
LLVM_ENABLE_EH:INTERNAL=1 | |
//ADVANCED property for variable: LLVM_ENABLE_IR_PGO | |
LLVM_ENABLE_IR_PGO-ADVANCED:INTERNAL=1 | |
//Build Position-Independent Code | |
LLVM_ENABLE_PIC:INTERNAL=0 | |
//ADVANCED property for variable: LLVM_ENABLE_PROJECTS_USED | |
LLVM_ENABLE_PROJECTS_USED-ADVANCED:INTERNAL=1 | |
//Enable run time type information | |
LLVM_ENABLE_RTTI:INTERNAL=1 | |
//Test LLVM_HAS_ATOMICS | |
LLVM_HAS_ATOMICS:INTERNAL=1 | |
//ADVANCED property for variable: LLVM_TARGET_TRIPLE_ENV | |
LLVM_TARGET_TRIPLE_ENV-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: LLVM_TOOLS_INSTALL_DIR | |
LLVM_TOOLS_INSTALL_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: LLVM_USE_NEWPM | |
LLVM_USE_NEWPM-ADVANCED:INTERNAL=1 | |
//Have symbol __GLIBC__ | |
LLVM_USING_GLIBC:INTERNAL=1 | |
//ADVANCED property for variable: LLVM_UTILS_INSTALL_DIR | |
LLVM_UTILS_INSTALL_DIR-ADVANCED:INTERNAL=1 | |
//CHECK_TYPE_SIZE: sizeof(long long) | |
LONG_LONG:INTERNAL=8 | |
//ADVANCED property for variable: MAKECOMMAND | |
MAKECOMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: MEMORYCHECK_COMMAND | |
MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE | |
MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 | |
//Test NEEDS_REDUNDANT_MOVE | |
NEEDS_REDUNDANT_MOVE:INTERNAL=1 | |
//Test NEEDS_Z_PREFIX | |
NEEDS_Z_PREFIX:INTERNAL= | |
//ADVANCED property for variable: OCAMLFIND | |
OCAMLFIND-ADVANCED:INTERNAL=1 | |
//CHECK_TYPE_SIZE: sizeof(off64_t) | |
OFF64_T:INTERNAL=8 | |
//Test ORC_CXX_HAS_CSTDINT | |
ORC_CXX_HAS_CSTDINT:INTERNAL=1 | |
//Test ORC_CXX_HAS_INITIALIZER_LIST | |
ORC_CXX_HAS_INITIALIZER_LIST:INTERNAL=1 | |
//Test ORC_CXX_HAS_NOEXCEPT | |
ORC_CXX_HAS_NOEXCEPT:INTERNAL=1 | |
//Test ORC_CXX_HAS_NULLPTR | |
ORC_CXX_HAS_NULLPTR:INTERNAL=1 | |
//Test ORC_CXX_HAS_OVERRIDE | |
ORC_CXX_HAS_OVERRIDE:INTERNAL=1 | |
//Test ORC_CXX_HAS_THREAD_LOCAL | |
ORC_CXX_HAS_THREAD_LOCAL:INTERNAL=1 | |
//Test ORC_CXX_HAS_UNIQUE_PTR | |
ORC_CXX_HAS_UNIQUE_PTR:INTERNAL=1 | |
//Linux operating system | |
OS_LINUX:INTERNAL=true | |
//ADVANCED property for variable: P4COMMAND | |
P4COMMAND-ADVANCED:INTERNAL=1 | |
PC_CURL_CFLAGS:INTERNAL= | |
PC_CURL_CFLAGS_I:INTERNAL= | |
PC_CURL_CFLAGS_OTHER:INTERNAL= | |
PC_CURL_FOUND:INTERNAL=1 | |
PC_CURL_INCLUDEDIR:INTERNAL=/home/fenglv/gentoo/usr/include | |
PC_CURL_INCLUDE_DIRS:INTERNAL= | |
PC_CURL_LDFLAGS:INTERNAL=-lcurl | |
PC_CURL_LDFLAGS_OTHER:INTERNAL= | |
PC_CURL_LIBDIR:INTERNAL=/home/fenglv/gentoo/usr/lib64 | |
PC_CURL_LIBRARIES:INTERNAL=curl | |
PC_CURL_LIBRARY_DIRS:INTERNAL= | |
PC_CURL_LIBS:INTERNAL= | |
PC_CURL_LIBS_L:INTERNAL= | |
PC_CURL_LIBS_OTHER:INTERNAL= | |
PC_CURL_LIBS_PATHS:INTERNAL= | |
PC_CURL_MODULE_NAME:INTERNAL=libcurl | |
PC_CURL_PREFIX:INTERNAL=/home/fenglv/gentoo/usr | |
PC_CURL_STATIC_CFLAGS:INTERNAL= | |
PC_CURL_STATIC_CFLAGS_I:INTERNAL= | |
PC_CURL_STATIC_CFLAGS_OTHER:INTERNAL= | |
PC_CURL_STATIC_INCLUDE_DIRS:INTERNAL= | |
PC_CURL_STATIC_LDFLAGS:INTERNAL=-lcurl;-lz;-lnghttp2;-lssl;-lz;-ldl;-pthread;-lcrypto;-lz;-ldl;-pthread | |
PC_CURL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread | |
PC_CURL_STATIC_LIBDIR:INTERNAL= | |
PC_CURL_STATIC_LIBRARIES:INTERNAL=curl;z;nghttp2;ssl;z;dl;crypto;z;dl | |
PC_CURL_STATIC_LIBRARY_DIRS:INTERNAL= | |
PC_CURL_STATIC_LIBS:INTERNAL= | |
PC_CURL_STATIC_LIBS_L:INTERNAL= | |
PC_CURL_STATIC_LIBS_OTHER:INTERNAL= | |
PC_CURL_STATIC_LIBS_PATHS:INTERNAL= | |
PC_CURL_VERSION:INTERNAL=7.75.0 | |
PC_CURL_libcurl_INCLUDEDIR:INTERNAL= | |
PC_CURL_libcurl_LIBDIR:INTERNAL= | |
PC_CURL_libcurl_PREFIX:INTERNAL= | |
PC_CURL_libcurl_VERSION:INTERNAL= | |
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE | |
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PYTHON_EXECUTABLE | |
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//enable testing for RE2 | |
RE2_BUILD_TESTING:INTERNAL=0 | |
//ADVANCED property for variable: SITE | |
SITE-ADVANCED:INTERNAL=1 | |
//CHECK_TYPE_SIZE: sizeof(char *) | |
SIZEOF_CHARP:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(int) | |
SIZEOF_INT:INTERNAL=4 | |
//CHECK_TYPE_SIZE: int16 unknown | |
SIZEOF_INT16:INTERNAL= | |
//CHECK_TYPE_SIZE: int32 unknown | |
SIZEOF_INT32:INTERNAL= | |
//CHECK_TYPE_SIZE: int64 unknown | |
SIZEOF_INT64:INTERNAL= | |
//CHECK_TYPE_SIZE: int8 unknown | |
SIZEOF_INT8:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(long) | |
SIZEOF_LONG:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(long long) | |
SIZEOF_LONG_LONG:INTERNAL=8 | |
//CHECK_TYPE_SIZE: sizeof(size_t) | |
SIZEOF_SIZE_T:INTERNAL=8 | |
//CHECK_TYPE_SIZE: socklen_t unknown | |
SIZEOF_SOCKLEN_T:INTERNAL= | |
//CHECK_TYPE_SIZE: uchar unknown | |
SIZEOF_UCHAR:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(uint) | |
SIZEOF_UINT:INTERNAL=4 | |
//CHECK_TYPE_SIZE: uint16 unknown | |
SIZEOF_UINT16:INTERNAL= | |
//CHECK_TYPE_SIZE: uint32 unknown | |
SIZEOF_UINT32:INTERNAL= | |
//CHECK_TYPE_SIZE: uint64 unknown | |
SIZEOF_UINT64:INTERNAL= | |
//CHECK_TYPE_SIZE: uint8 unknown | |
SIZEOF_UINT8:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(ulong) | |
SIZEOF_ULONG:INTERNAL=8 | |
SKIP_INSTALL_ALL:INTERNAL=1 | |
//ADVANCED property for variable: SLURM_SBATCH_COMMAND | |
SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: SLURM_SRUN_COMMAND | |
SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1 | |
//Build Snappy's own tests. | |
SNAPPY_BUILD_TESTS:INTERNAL=0 | |
//Test SNAPPY_HAVE_BMI2 | |
SNAPPY_HAVE_BMI2:INTERNAL= | |
//Test SNAPPY_HAVE_SSSE3 | |
SNAPPY_HAVE_SSSE3:INTERNAL=1 | |
//Result of TEST_BIG_ENDIAN | |
SNAPPY_IS_BIG_ENDIAN:INTERNAL=0 | |
//Test SOCKET_SIZE_FOUND_socklen_t | |
SOCKET_SIZE_FOUND_socklen_t:INTERNAL=1 | |
//Test STRERROR_R_CHAR_P | |
STRERROR_R_CHAR_P:INTERNAL=1 | |
//Result of TRY_COMPILE | |
STRERROR_R_RETURN_INT:INTERNAL=FALSE | |
//Test SUPPORTS_CFLAG_error | |
SUPPORTS_CFLAG_error:INTERNAL=1 | |
//Test SUPPORTS_CFLAG_frame_larger_than=65536 | |
SUPPORTS_CFLAG_frame_larger_than=65536:INTERNAL=1 | |
//Test SUPPORTS_CXXFLAG_error | |
SUPPORTS_CXXFLAG_error:INTERNAL=1 | |
//Test SUPPORTS_CXXFLAG_frame_larger_than=65536 | |
SUPPORTS_CXXFLAG_frame_larger_than=65536:INTERNAL=1 | |
//Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG | |
SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG:INTERNAL=1 | |
//Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG | |
SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG:INTERNAL= | |
//Test SUPPORTS_NO_PIE_FLAG | |
SUPPORTS_NO_PIE_FLAG:INTERNAL=1 | |
//Test SUPPORTS_VARIADIC_MACROS_FLAG | |
SUPPORTS_VARIADIC_MACROS_FLAG:INTERNAL=1 | |
//ADVANCED property for variable: SVNCOMMAND | |
SVNCOMMAND-ADVANCED:INTERNAL=1 | |
//Result of TRY_COMPILE | |
THREADS_HAVE_PTHREAD_ARG:INTERNAL=TRUE | |
TUKLIB_CPUCORES_DEFINITIONS:INTERNAL=TUKLIB_CPUCORES_SCHED_GETAFFINITY | |
TUKLIB_CPUCORES_FOUND:INTERNAL=1 | |
//Test TUKLIB_CPUCORES_SCHED_GETAFFINITY | |
TUKLIB_CPUCORES_SCHED_GETAFFINITY:INTERNAL=1 | |
//Test TUKLIB_PHYSMEM_AIX | |
TUKLIB_PHYSMEM_AIX:INTERNAL= | |
TUKLIB_PHYSMEM_DEFINITIONS:INTERNAL=TUKLIB_PHYSMEM_SYSCONF | |
TUKLIB_PHYSMEM_FOUND:INTERNAL=1 | |
//Test TUKLIB_PHYSMEM_SPECIAL | |
TUKLIB_PHYSMEM_SPECIAL:INTERNAL= | |
//Test TUKLIB_PHYSMEM_SYSCONF | |
TUKLIB_PHYSMEM_SYSCONF:INTERNAL=1 | |
//CHECK_TYPE_SIZE: sizeof(uint16_t) | |
UINT16_T:INTERNAL=2 | |
//Use bundled library cityhash instead of system | |
USE_INTERNAL_CITYHASH_LIBRARY:INTERNAL=ON | |
//CHECK_TYPE_SIZE: sizeof(u_int16_t) | |
U_INT16_T:INTERNAL=2 | |
//Instruct the compiler to use the full instruction set on this | |
// host (gcc/clang -march=native) | |
WITH_NATIVE_INSTRUCTIONS:INTERNAL=OFF | |
//Result of TEST_BIG_ENDIAN | |
WORDS_BIGENDIAN:INTERNAL=0 | |
//Compile with zlib compatible API | |
ZLIB_COMPAT:INTERNAL=1 | |
//Build test binaries | |
ZLIB_ENABLE_TESTS:INTERNAL=0 | |
ZLIB_INCLUDE_DIR:INTERNAL=/essd/fenglv/ClickHouse/contrib/zlib-ng;/essd/fenglv/ClickHouse/rel/contrib/zlib-ng | |
ZLIB_LIBRARIES:INTERNAL=zlib | |
//Have include unistd.h | |
Z_HAVE_UNISTD_H:INTERNAL=1 | |
//Have symbol backtrace | |
_Backtrace_SYM_FOUND:INTERNAL=1 | |
//CMAKE_INSTALL_PREFIX during last run | |
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local | |
_LIBUV_CFLAGS:INTERNAL= | |
_LIBUV_CFLAGS_I:INTERNAL= | |
_LIBUV_CFLAGS_OTHER:INTERNAL= | |
_LIBUV_FOUND:INTERNAL=1 | |
_LIBUV_INCLUDEDIR:INTERNAL=/home/fenglv/gentoo/usr/include | |
_LIBUV_INCLUDE_DIRS:INTERNAL= | |
_LIBUV_LDFLAGS:INTERNAL=-luv;-ldl | |
_LIBUV_LDFLAGS_OTHER:INTERNAL= | |
_LIBUV_LIBDIR:INTERNAL=/home/fenglv/gentoo/usr/lib64 | |
_LIBUV_LIBRARIES:INTERNAL=uv;dl | |
_LIBUV_LIBRARY_DIRS:INTERNAL= | |
_LIBUV_LIBS:INTERNAL= | |
_LIBUV_LIBS_L:INTERNAL= | |
_LIBUV_LIBS_OTHER:INTERNAL= | |
_LIBUV_LIBS_PATHS:INTERNAL= | |
_LIBUV_MODULE_NAME:INTERNAL=libuv | |
_LIBUV_PREFIX:INTERNAL=/home/fenglv/gentoo/usr | |
_LIBUV_STATIC_CFLAGS:INTERNAL= | |
_LIBUV_STATIC_CFLAGS_I:INTERNAL= | |
_LIBUV_STATIC_CFLAGS_OTHER:INTERNAL= | |
_LIBUV_STATIC_INCLUDE_DIRS:INTERNAL= | |
_LIBUV_STATIC_LDFLAGS:INTERNAL=-luv;-ldl | |
_LIBUV_STATIC_LDFLAGS_OTHER:INTERNAL= | |
_LIBUV_STATIC_LIBDIR:INTERNAL= | |
_LIBUV_STATIC_LIBRARIES:INTERNAL=uv;dl | |
_LIBUV_STATIC_LIBRARY_DIRS:INTERNAL= | |
_LIBUV_STATIC_LIBS:INTERNAL= | |
_LIBUV_STATIC_LIBS_L:INTERNAL= | |
_LIBUV_STATIC_LIBS_OTHER:INTERNAL= | |
_LIBUV_STATIC_LIBS_PATHS:INTERNAL= | |
_LIBUV_VERSION:INTERNAL=1.40.0 | |
_LIBUV_libuv_INCLUDEDIR:INTERNAL= | |
_LIBUV_libuv_LIBDIR:INTERNAL= | |
_LIBUV_libuv_PREFIX:INTERNAL= | |
_LIBUV_libuv_VERSION:INTERNAL= | |
_OPENSSL_CFLAGS:INTERNAL= | |
_OPENSSL_CFLAGS_I:INTERNAL= | |
_OPENSSL_CFLAGS_OTHER:INTERNAL= | |
_OPENSSL_FOUND:INTERNAL=1 | |
_OPENSSL_INCLUDEDIR:INTERNAL=/home/fenglv/gentoo/usr/include | |
_OPENSSL_INCLUDE_DIRS:INTERNAL= | |
_OPENSSL_LDFLAGS:INTERNAL=-lssl;-lcrypto | |
_OPENSSL_LDFLAGS_OTHER:INTERNAL= | |
_OPENSSL_LIBDIR:INTERNAL=/home/fenglv/gentoo/usr/lib64 | |
_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto | |
_OPENSSL_LIBRARY_DIRS:INTERNAL= | |
_OPENSSL_LIBS:INTERNAL= | |
_OPENSSL_LIBS_L:INTERNAL= | |
_OPENSSL_LIBS_OTHER:INTERNAL= | |
_OPENSSL_LIBS_PATHS:INTERNAL= | |
_OPENSSL_MODULE_NAME:INTERNAL=openssl | |
_OPENSSL_PREFIX:INTERNAL=/home/fenglv/gentoo/usr | |
_OPENSSL_STATIC_CFLAGS:INTERNAL= | |
_OPENSSL_STATIC_CFLAGS_I:INTERNAL= | |
_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= | |
_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL= | |
_OPENSSL_STATIC_LDFLAGS:INTERNAL=-lssl;-lz;-ldl;-pthread;-lcrypto;-lz;-ldl;-pthread | |
_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread | |
_OPENSSL_STATIC_LIBDIR:INTERNAL= | |
_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;z;dl;crypto;z;dl | |
_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL= | |
_OPENSSL_STATIC_LIBS:INTERNAL= | |
_OPENSSL_STATIC_LIBS_L:INTERNAL= | |
_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= | |
_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= | |
_OPENSSL_VERSION:INTERNAL=1.1.1j | |
_OPENSSL_openssl_INCLUDEDIR:INTERNAL= | |
_OPENSSL_openssl_LIBDIR:INTERNAL= | |
_OPENSSL_openssl_PREFIX:INTERNAL= | |
_OPENSSL_openssl_VERSION:INTERNAL= | |
//CHECK_TYPE_SIZE: sizeof(__uint16_t) | |
__UINT16_T:INTERNAL=2 | |
__msg1_STATUS:INTERNAL=e75d784b0631ab8334ff34e53fbd653b | |
__msg1_SYSTEM_LIBS:INTERNAL=39d2671ca313348d4d3f9c6b700814e8 | |
__msg1_SYSTEM_PROCESSOR:INTERNAL=86fba71d469a2653d043021109c3d726 | |
__msg1_TLS_LIBRARY_VERSION:INTERNAL=33b2b2815b0b6c759d6ee6462e131ab2 | |
__msg1_WITH_DYNCOL:INTERNAL=9308b93ca92c0e283b2f085df959b5a0 | |
__pkg_config_arguments_PC_CURL:INTERNAL=QUIET;libcurl | |
__pkg_config_arguments__LIBUV:INTERNAL=QUIET;libuv | |
__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl | |
__pkg_config_checked_PC_CURL:INTERNAL=1 | |
__pkg_config_checked__LIBUV:INTERNAL=1 | |
__pkg_config_checked__OPENSSL:INTERNAL=1 | |
//Result of TRY_COMPILE | |
compile_result_unused:INTERNAL=FALSE | |
//STRINGS property for variable: gRPC_ABSL_PROVIDER | |
gRPC_ABSL_PROVIDER-STRINGS:INTERNAL=module;package | |
//STRINGS property for variable: gRPC_CARES_PROVIDER | |
gRPC_CARES_PROVIDER-STRINGS:INTERNAL=module;package | |
//STRINGS property for variable: gRPC_PROTOBUF_PACKAGE_TYPE | |
gRPC_PROTOBUF_PACKAGE_TYPE-STRINGS:INTERNAL=CONFIG;MODULE | |
//STRINGS property for variable: gRPC_PROTOBUF_PROVIDER | |
gRPC_PROTOBUF_PROVIDER-STRINGS:INTERNAL=module;package | |
//STRINGS property for variable: gRPC_RE2_PROVIDER | |
gRPC_RE2_PROVIDER-STRINGS:INTERNAL=module;package | |
//STRINGS property for variable: gRPC_SSL_PROVIDER | |
gRPC_SSL_PROVIDER-STRINGS:INTERNAL=module;package | |
//STRINGS property for variable: gRPC_ZLIB_PROVIDER | |
gRPC_ZLIB_PROVIDER-STRINGS:INTERNAL=module;package | |
//ADVANCED property for variable: gtest_build_samples | |
gtest_build_samples-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: gtest_build_tests | |
gtest_build_tests-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: gtest_disable_pthreads | |
gtest_disable_pthreads-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: gtest_force_shared_crt | |
gtest_force_shared_crt-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: gtest_hide_internal_symbols | |
gtest_hide_internal_symbols-ADVANCED:INTERNAL=1 | |
//Have symbol os_signpost_interval_begin | |
macos_signposts_available:INTERNAL= | |
//ADVANCED property for variable: pkgcfg_lib_PC_CURL_curl | |
pkgcfg_lib_PC_CURL_curl-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: pkgcfg_lib__LIBUV_dl | |
pkgcfg_lib__LIBUV_dl-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: pkgcfg_lib__LIBUV_uv | |
pkgcfg_lib__LIBUV_uv-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: pkgcfg_lib__OPENSSL_crypto | |
pkgcfg_lib__OPENSSL_crypto-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: pkgcfg_lib__OPENSSL_ssl | |
pkgcfg_lib__OPENSSL_ssl-ADVANCED:INTERNAL=1 | |
prefix_result:INTERNAL=HTTP2;HTTPS-proxy;IPv6;NTLM;SSL;TLS-SRP;UnixSockets;libz | |
//Build Shared Libraries | |
protobuf_BUILD_SHARED_LIBS:INTERNAL=OFF | |
//Build tests | |
protobuf_BUILD_TESTS:INTERNAL=OFF | |
//ADVANCED property for variable: protobuf_DEBUG_POSTFIX | |
protobuf_DEBUG_POSTFIX-ADVANCED:INTERNAL=1 | |
//Test protobuf_HAVE_BUILTIN_ATOMICS | |
protobuf_HAVE_BUILTIN_ATOMICS:INTERNAL=1 | |
//ADVANCED property for variable: protobuf_MODULE_COMPATIBLE | |
protobuf_MODULE_COMPATIBLE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: protobuf_VERBOSE | |
protobuf_VERBOSE-ADVANCED:INTERNAL=1 | |
//Build with zlib support | |
protobuf_WITH_ZLIB:INTERNAL=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment