summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYangqing Jia <jiayq@google.com>2014-07-23 22:47:25 -0700
committerYangqing Jia <jiayq@google.com>2014-07-23 22:47:25 -0700
commit15bc0f767fa0b8f12302f81e86654bd11daf8bea (patch)
treefcb579f4a3e01cc8f241f116622e3cd744ec8d9d /Makefile
parent7683986be557fe9d6f44ec1cdd6a2cfd889c07ed (diff)
downloadcaffeonacl-15bc0f767fa0b8f12302f81e86654bd11daf8bea.tar.gz
caffeonacl-15bc0f767fa0b8f12302f81e86654bd11daf8bea.tar.bz2
caffeonacl-15bc0f767fa0b8f12302f81e86654bd11daf8bea.zip
add gflags dependency to caffe.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 109894dd..6f0da361 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \