mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
minor tweaks to python
This commit is contained in:
3
setup.py
3
setup.py
@@ -22,5 +22,6 @@ setup(
|
||||
'ksw2_extd2_sse.c', 'ksw2_exts2_sse.c', 'ksw2_extz2_sse.c', 'ksw2_ll_sse.c', 'kthread.c', 'map.c',
|
||||
'misc.c', 'sdust.c', 'sketch.c'],
|
||||
extra_compile_args = ['-msse4'], # WARNING: ancient x86_64 CPUs don't have SSE4
|
||||
include_dirs = ['.'])])
|
||||
include_dirs = ['.'],
|
||||
libraries = ['z', 'm', 'pthread'])])
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user