refresh-bio / FAMSA

Algorithm for ultra-scale multiple sequence alignments (3M protein sequences in 5 minutes and 24 GB of RAM)
GNU General Public License v3.0
150 stars 25 forks source link

Fix wrong source filename in `makefile` when compiling for NEON platform #33

Closed althonos closed 2 years ago

althonos commented 2 years ago

Hi again!

I noticed that in the current makefile, src/lcs/lcsbp_avx_intr.cpp was being built instead of src/lcs/lcsbp_neon_intr.cpp when building for the NEON platform. I fixed the make rule accordingly.

agudys commented 2 years ago

The pull request has been merged through our development repository.