summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSergey Karayev <sergeykarayev@gmail.com>2014-02-23 12:29:14 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-02-26 15:42:37 -0800
commit92302c90295193c78aace9aeb68a3a951925d83e (patch)
tree49e9639641eb8890f11546f1dc7d08ee545351cd /Makefile
parent4eca4d41cd683d261faadd927bfe87fa06b62c26 (diff)
downloadcaffe-92302c90295193c78aace9aeb68a3a951925d83e.tar.gz
caffe-92302c90295193c78aace9aeb68a3a951925d83e.tar.bz2
caffe-92302c90295193c78aace9aeb68a3a951925d83e.zip
HDF5DataLayer, with test.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5cf929d..455f94be 100644
--- a/Makefile
+++ b/Makefile
@@ -73,8 +73,13 @@ MKL_LIB_DIR := $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64
INCLUDE_DIRS += ./src ./include $(CUDA_INCLUDE_DIR) $(MKL_INCLUDE_DIR)
LIBRARY_DIRS += $(CUDA_LIB_DIR) $(MKL_LIB_DIR)
-LIBRARIES := cudart cublas curand mkl_rt pthread \
- glog protobuf leveldb snappy boost_system \
+LIBRARIES := cudart cublas curand \
+ mkl_rt \
+ pthread \
+ glog protobuf leveldb \
+ snappy \
+ boost_system \
+ hdf5 hdf5_hl \
opencv_core opencv_highgui opencv_imgproc
PYTHON_LIBRARIES := boost_python python2.7
WARNINGS := -Wall