Commit cb87222 1 parent def9a1a commit cb87222 Copy full SHA for cb87222
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ function install_velox_deps_from_dnf {
72
72
libdwarf-devel elfutils-libelf-devel curl-devel libicu-devel bison flex \
73
73
libsodium-devel zlib-devel gtest-devel gmock-devel gflags-devel
74
74
75
- # install sphinx for doc gen
76
- pip install sphinx sphinx-tabs breathe sphinx_rtd_theme
75
+ # install sphinx for doc gen
76
+ pip install sphinx sphinx-tabs breathe sphinx_rtd_theme
77
77
}
78
78
79
79
function install_conda {
@@ -123,6 +123,7 @@ function install_adapters {
123
123
function install_velox_deps {
124
124
run_and_time install_velox_deps_from_dnf
125
125
run_and_time install_conda
126
+ run_and_time install_gflags
126
127
run_and_time install_glog
127
128
run_and_time install_lzo
128
129
run_and_time install_snappy
You can’t perform that action at this time.
0 commit comments