dnbaker / dashing

Fast and accurate genomic distances using HyperLogLog
GNU General Public License v3.0
160 stars 11 forks source link

Parallel build fix #43

Closed dnbaker closed 4 years ago

dnbaker commented 4 years ago

mv libzstd.a .. was causing a race condition in submodule bonsai during multithreaded compilation. Fixes the other half of https://github.com/dnbaker/dashing/issues/41.