Skip to content

Commit

Permalink
Use glog version 0.6.0 in setup-centos8 script (#8614)
Browse files Browse the repository at this point in the history
Summary:
See glog.cmake where 0.6.0 is used. I think we should use this consistent version in setup script.
https://github.com/facebookincubator/velox/blob/main/CMake/resolve_dependency_modules/glog.cmake#L16

Pull Request resolved: #8614

Reviewed By: kevinwilfong

Differential Revision: D53357229

Pulled By: kgpai

fbshipit-source-id: a85107a94a114dd1e440299fa5ade7bf57a84918
  • Loading branch information
PHILO-HE authored and facebook-github-bot committed Feb 2, 2024
1 parent 806d581 commit 2082743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function cmake_install {

# Fetch sources.
wget_and_untar https://github.com/gflags/gflags/archive/v2.2.2.tar.gz gflags
wget_and_untar https://github.com/google/glog/archive/v0.4.0.tar.gz glog
wget_and_untar https://github.com/google/glog/archive/v0.6.0.tar.gz glog
wget_and_untar http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz lzo
wget_and_untar https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz boost
wget_and_untar https://github.com/google/snappy/archive/1.1.8.tar.gz snappy
Expand Down

0 comments on commit 2082743

Please sign in to comment.