marbl / verkko

Telomere-to-telomere assembly of accurate long reads (PacBio HiFi, Oxford Nanopore Duplex, HERRO corrected Oxford Nanopore Simplex) and Oxford Nanopore ultra-long reads.
304 stars 29 forks source link

Install problem #284

Closed handesome closed 2 months ago

handesome commented 2 months ago

Hi!when I download verkko from the release.I got the error

$ make -j 8
g++: fatal error: no input files
compilation terminated.
g++: error: unrecognized command line option ‘-std=c++2a
Makefile:375: 
Makefile:376: Unable to compile OpenMP programs with with:

could anyone give some advice?

skoren commented 2 months ago

It looks like you have an incorrectly configured compiler on your system. It's easier to install with conda which handles the compilation for you instead.

skoren commented 2 months ago

Idle, looks like a compiler version issue.