luntergroup / octopus

Bayesian haplotype-based mutation calling
MIT License
299 stars 37 forks source link

Installation error: moving a local object in a return statement prevents copy elision #208

Closed svm-zhang closed 2 years ago

svm-zhang commented 2 years ago

Describe the bug Try to build octopus in docker without building local dependencies. The error happen with building the cancer_caller.cpp.o. Please see the error message in the attached [snapshot.]() octopus_build_error.

Please let me know how I can fix this. Thank you in advance.

Simo

Version

$ octopus --version
v0.7.4

$ gcc -v
9.3.0

Boost=1.70 cmake=3.18.2 htslib=1.13 python=3.8.8

Command Command line to install octopus:

$ ./install.py --forests --threads 1

Command line to run octopus:

$ NA

Additional context Add any other context about the problem here, e.g.

dancooke commented 2 years ago

Can you provide the full output from the install.py command (and please copy and paste rather than posting a screen shot)?