49 Star 366 Fork 82

GVP第四范式 / OpenMLDB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MAINTAIN.md 905 Bytes
一键复制 编辑 原始数据 按行查看 历史

MAINTAIN

C dependencies

Third-party dependencies

Managed in third-party directory as standalone cmake project, install to specific directory before top CMakeLists.txt able to find dependencies. We'll skipped pre-compiled third-party binary for specific OSs only: centos 7, ubuntu 20.04, macos >= 12. So the three OSs listed above archive a faster build time, otherwise, a build for third-party dependencies is necessary at first time.

Vendored (inlined) dependencies

Included the dependency source code directly in contrib directory, It depends to include target dependency as git submodule or include source code directly for each dependency respectively, for example by source file number, upstream status. Discussion may necessary.

Dependencies policy

  • Consider full-offline building, avoid cmake FetchContent module in case download dependency at configure time
C++
1
https://gitee.com/paradigm4/OpenMLDB.git
git@gitee.com:paradigm4/OpenMLDB.git
paradigm4
OpenMLDB
OpenMLDB
main

搜索帮助