bioconda / bioconda-recipes

Conda recipes for the bioconda channel.
https://bioconda.github.io
MIT License
1.65k stars 3.29k forks source link

Fix MashMap v3.1.3 build. #52373

Open bkille opened 4 days ago

bkille commented 4 days ago

The most recent build of MashMap v3.1.3 (PR #51161) is broken due to it being linked against BLIS instead of BLAS (issue #52321). It also appears that the GSL shared library is also missing according to the output in #52321, even though it is present in the recipe as a host and run dependency.

I don't know what caused this, but I'm going to rebuild and see if I run into the same issue.