AaronJackson/vrn

Error on Building thpp

ameerusman opened this issue · 1 comments

While building thpp

THPP_NOFB=1 ./build.sh

I am facing the error:

In file included from /home/admin/usr/src/thpp/thpp/test/StorageTest.cpp:13:0:
/usr/include/glog/logging.h:85:27: fatal error: gflags/gflags.h: No such file or directory
 #include <gflags/gflags.h>

I am using CentOS7, CUDA 8.0 and CUDNN 5.1.

I believe i fixed it by:

yum install gflags-devel