msesia / knockoffgwas

A flexible tool for the multi-resolution localization of causal variants across the genome, accounting for population structure.
https://msesia.github.io/knockoffgwas
14 stars 0 forks source link

Problem Compiling Program #1

Closed anshess closed 4 years ago

anshess commented 4 years ago

Hi,

I'm trying to compile your program, but I'm running into some problems. When I run make, I get the following error: In file included from src/utils.cpp:4:0: src/utils.h:27:42: fatal error: boost/integer/integer_log2.hpp: No such file or directory

include <boost/integer/integer_log2.hpp>

                                      ^

compilation terminated.

msesia commented 4 years ago

Thanks for reporting this problem. I've submitted a patch for the Makefile and it should be working now.

anshess commented 4 years ago

Thanks, compilation works now.