1. Error Messages:
src/delly.h:8:42: fatal error: boost/graph/adjacency_list.hpp: No such file or directory
2. Solution
Execute the following command:
(py37) [root@localhost delly-1.1.5]# yum install boost-devel
the problem will be solved. hope this method work for you.