diff options
author | Yangqing Jia <jiayq@google.com> | 2014-07-23 22:47:25 -0700 |
---|---|---|
committer | Yangqing Jia <jiayq@google.com> | 2014-07-23 22:47:25 -0700 |
commit | 15bc0f767fa0b8f12302f81e86654bd11daf8bea (patch) | |
tree | fcb579f4a3e01cc8f241f116622e3cd744ec8d9d /Makefile | |
parent | 7683986be557fe9d6f44ec1cdd6a2cfd889c07ed (diff) | |
download | caffeonacl-15bc0f767fa0b8f12302f81e86654bd11daf8bea.tar.gz caffeonacl-15bc0f767fa0b8f12302f81e86654bd11daf8bea.tar.bz2 caffeonacl-15bc0f767fa0b8f12302f81e86654bd11daf8bea.zip |
add gflags dependency to caffe.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -155,8 +155,8 @@ ifneq ($(CPU_ONLY), 1) LIBRARY_DIRS += $(CUDA_LIB_DIR) LIBRARIES := cudart cublas curand endif -LIBRARIES += pthread \ - glog protobuf leveldb snappy \ +LIBRARIES += \ + glog gflags pthread protobuf leveldb snappy \ lmdb \ boost_system \ hdf5_hl hdf5 \ |