isovic / racon

Ultrafast consensus module for raw de novo genome assembly of long uncorrected reads. http://genome.cshlp.org/content/early/2017/01/18/gr.214270.116 Note: This was the original repository which will no longer be officially maintained. Please use the new official repository here:
https://github.com/lbcb-sci/racon
MIT License
271 stars 49 forks source link

I want to compile Racon on ARM platform #112

Closed yinyixiao closed 5 years ago

yinyixiao commented 5 years ago

when i make it , there are a error "/root/racon/vendor/thread_pool/src/thread_pool.cpp:1:0: error: unknown value 'native' for -march" How to solve it?

rvaser commented 5 years ago

Hi, try removing -march=native from vendor/thread_pool/CMakeLists.txt. Afterwards if it still is not working, you can try and replace -march=native in root CMakeLists.txt with -msse4.1.

Best regards, Robert