Open martin-g opened 2 years ago
Also added Github Actions based CI config. Build results could be seen on my fork - https://github.com/martin-g/graphmap2/runs/8091140274?check_suite_focus=true
Any chance this PR could be reviewed and eventually merged ?
How about aarch64 for MacOS?
I have the following error:
src/ksw2/ksw2_ll_sse.cc:4:10: fatal error: emmintrin.h: No such file or directory
4 | #include ~~~~
compilation terminated.
I use brew installed GCC/G++.
Thanks,
Jianshu
@jianshu93 This PR covers this - https://github.com/lbcb-sci/graphmap2/pull/23/files#diff-4948febb699a8383c83e28b537a6f28000032802707a9dd40fa8655afc44b00d
sse2neon.h is taken from https://github.com/DLTcollab/sse2neon/releases/tag/v1.5.1.
Remove -m64 CFLAG because it is x86_64 specific and it is GCC's default for 64-bit systems anyway.
Fixes #21 and #22