Skip to content

Commit

Permalink
Merge pull request #7 from ilya-kolpakov/master
Browse files Browse the repository at this point in the history
Add libz as an extension dependency
  • Loading branch information
cjw85 authored Mar 21, 2018
2 parents 8f3b1ef + 9abcf20 commit 7c6c2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
sources=[os.path.join('bwapy', 'libbwapy.c'), os.path.join('bwapy', 'memopts.c')],
include_dirs=['bwa'],
extra_compile_args=['-pedantic', '-Wall', '-std=c99', '-march=native', '-ffast-math', '-DUSE_SSE2', '-DNDEBUG'],
libraries=[],
libraries=['z'],
extra_objects=[os.path.join('bwa','libbwa.a')]
))

Expand Down

0 comments on commit 7c6c2d7

Please sign in to comment.