althonos / pyhmmer

Cython bindings and Python interface to HMMER3.
https://pyhmmer.readthedocs.io
MIT License
125 stars 12 forks source link

Rewrite `setup.py` to allow compiling C libraries without `autotools` #1

Closed althonos closed 3 years ago

althonos commented 3 years ago

Code was updated to use the distutils.ccompiler API, so that it's not needed to run autotools when building libhmmer and libeasel. Platform-specific code for PowerPC/VMX implementation was also added.

codecov[bot] commented 3 years ago

Codecov Report

Merging #1 (ae90c3b) into master (6cd4818) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #1   +/-   ##
=======================================
  Coverage   52.13%   52.13%           
=======================================
  Files           3        3           
  Lines         631      631           
=======================================
  Hits          329      329           
  Misses        302      302           
Impacted Files Coverage Δ
pyhmmer/easel.pyx 50.98% <ø> (ø)
pyhmmer/plan7.pyx 49.29% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6cd4818...ae90c3b. Read the comment docs.