IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 92715c74 authored by Remy Prechelt's avatar Remy Prechelt
Browse files

Add arrow to project dependencies.

parent 378be4d6
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@ endif (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
include (conan) # self-provided in 'cmake' directory
#
# download and build all dependencies
message (STATUS "Installing dependencies from Conan (this may take some time)...")
conan_cmake_run (CONANFILE conanfile.txt
BASIC_SETUP CMAKE_TARGETS
BUILD missing
......@@ -209,6 +210,8 @@ target_link_libraries (
CONAN_PKG::eigen
CONAN_PKG::spdlog
CONAN_PKG::boost
CONAN_PKG::yaml-cpp
CONAN_PKG::arrow
cnpy # for SaveBoostHistogram
stdc++fs # experimental::filesystem
)
......
......@@ -5,6 +5,20 @@ eigen/3.3.8
boost/1.74.0
zlib/1.2.11
yaml-cpp/0.6.3
arrow/2.0.0
[generators]
cmake
[options]
arrow:shared=False
arrow:parquet=True
arrow:with_zlib=True
arrow:fPIC=False
arrow:with_re2=False
arrow:with_protobuf=False
arrow:with_openssl=False
arrow:with_gflags=False
arrow:with_glog=False
arrow:with_grpc=False
arrow:with_utf8proc=False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment