From a697dec56ec8b90be48938ed5faefee8794c14f6 Mon Sep 17 00:00:00 2001 From: xizero00 Date: Wed, 26 Jul 2017 15:31:28 +0800 Subject: [PATCH] hdf5 in ubuntu 16.04 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d324160..ad173f80 100755 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ ifneq ($(CPU_ONLY), 1) LIBRARIES := cudart cublas curand endif -LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5 +LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_serial_hl hdf5_serial # handle IO dependencies USE_LEVELDB ?= 1