Skip to content

Commit

Permalink
Add additional htscodecs sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwang002 authored Aug 22, 2023
1 parent 41b6719 commit 7ce7827
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ def no_cythonize(extensions, **_ignore):
sources += ['htslib/htscodecs/htscodecs/%s' % s for s in ['rle.c', 'arith_dynamic.c', 'pack.c', 'utils.c',
'htscodecs.c', 'fqzcomp_qual.c',
'rANS_static.c',
'rANS_static4x16pr.c'
'rANS_static4x16pr.c',
'rANS_static32x16pr.c',
'rANS_static32x16pr_avx2.c',
'rANS_static32x16pr_avx512.c',
'rANS_static32x16pr_sse4.c',
'rANS_static32x16pr_neon.c',
]]

# Exclude the htslib sources containing main()'s
Expand Down

0 comments on commit 7ce7827

Please sign in to comment.