# $Id: conanfile.XCODE.txt 653610 2022-08-01 12:54:32Z gouriano $
#  NCBI C++ Toolkit requirements for Conan/MacOS

[requires]
libdb/5.3.28
boost/1.79.0
bzip2/1.0.8
#cassandra-cpp-driver/2.15.3
giflib/5.2.1
grpc/1.43.2
libjpeg/9d
lmdb/0.9.29
lzo/2.10
libmysqlclient/8.0.25
libnghttp2/1.47.0
pcre/8.45
libpng/1.6.37
protobuf/3.20.0
sqlite3/3.38.1
libtiff/4.3.0
libxml2/2.9.13
libxslt/1.1.34
libuv/1.44.1
zlib/1.2.12
openssl/1.1.1o

[options]
libnghttp2:with_app = False
libnghttp2:with_hpack = False
#
grpc:cpp_plugin = True
grpc:csharp_plugin = False
grpc:node_plugin = False
grpc:objective_c_plugin = False
grpc:php_plugin = False
grpc:python_plugin = False
grpc:ruby_plugin = False
#
#boost:header_only = True
boost:header_only = False
#boost:without_atomic = True
#boost:without_chrono = True
#boost:without_container = True
#boost:without_context = True
boost:without_contract = True
boost:without_coroutine = True
#boost:without_date_time = True
#boost:without_exception = True
boost:without_fiber = True
#boost:without_filesystem = True
boost:without_graph = True
boost:without_graph_parallel = True
#boost:without_iostreams = True
boost:without_json = True
boost:without_locale = True
boost:without_log = True
boost:without_math = True
boost:without_mpi = True
boost:without_nowide = True
boost:without_program_options = True
boost:without_python = True
#boost:without_random = True
#boost:without_regex = True
#boost:without_serialization = True
boost:without_stacktrace = True
#boost:without_system = True
#boost:without_test = True
#boost:without_thread = True
#boost:without_timer = True
boost:without_type_erasure = True
boost:without_wave = True

[generators]
#cmake
cmake_find_package
