Reverse the order of hdf5_hl hdf5 as LIBRARIES in Makefile
authorKai Li <kaili_kloud@163.com>
Wed, 26 Feb 2014 03:14:51 +0000 (11:14 +0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 26 Feb 2014 23:42:37 +0000 (15:42 -0800)
Makefile

index 455f94b..303eb2a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ LIBRARIES := cudart cublas curand \
        glog protobuf leveldb \
        snappy \
        boost_system \
-       hdf5 hdf5_hl \
+       hdf5_hl hdf5 \
        opencv_core opencv_highgui opencv_imgproc
 PYTHON_LIBRARIES := boost_python python2.7
 WARNINGS := -Wall