Repository: incubator-singa Updated Branches: refs/heads/master 59ca44a7c -> 6a4a0f7d3
SINGA-299 - Remove glog from travis.yml remove the command for installing glog in travis.yml to make it clear that glog is an optional dependency of buidling and running SINGA. Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/6a4a0f7d Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/6a4a0f7d Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/6a4a0f7d Branch: refs/heads/master Commit: 6a4a0f7d3530a42bca0e36467383299f41bfb8f5 Parents: 59ca44a Author: Wei Wang <[email protected]> Authored: Fri Feb 10 10:53:55 2017 +0800 Committer: Wei Wang <[email protected]> Committed: Fri Feb 10 10:53:55 2017 +0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/6a4a0f7d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9ff11f0..1516cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ dist: trusty before_install: - sudo apt-get -qq update - - sudo apt-get install -qq -y libopenblas-dev libgoogle-glog-dev libprotobuf-dev protobuf-compiler + - sudo apt-get install -qq -y libopenblas-dev libprotobuf-dev protobuf-compiler - sudo apt-get install -qq -y opencl-headers ocl-icd-* #- wget https://github.com/KhronosGroup/OpenCL-CLHPP/releases/download/v2.0.9/cl2.hpp #- sudo mv cl2.hpp /usr/include/CL/
