This is a test version of Biostars. For the public version, visit https://www.biostars.org.
shapeit4 compilation (using make) error

Hi all, I am in the final stage of setting up the makefile and installing shapeit4 and when using the make command when in the directory for shapeit4 to compile the makefile, I received this error. Does anyone know how to resolve? Thank you!

make

g++ -std=c++11 -O3 -mavx2 -mfma  -c src/containers/bitmatrix.cpp -o obj/bitmatrix.o -Isrc -I/home/tim/anaconda3/pkgs/htslib-1.14-h9093b5e_0/include/htslib -I/home/tim/anaconda3/pkgs/boost-cpp-1.68.0-h11c811c_1000/include/boost
In file included from src/containers/bitmatrix.h:25:0,
                 from src/containers/bitmatrix.cpp:22:
src/utils/otools.h:44:10: fatal error: boost/program_options.hpp: No such file or directory
 #include <boost/program_options.hpp>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
makefile:54: recipe for target 'obj/bitmatrix.o' failed
make: *** [obj/bitmatrix.o] Error 1
make shapeit4

0 answers

No answers yet.

Log in to answer this question.