-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MashMap v3.1.3 build. #52373
Fix MashMap v3.1.3 build. #52373
Conversation
Disable OSX specific flags
@mencian thanks for improving the
Is there another way to specify which OSX SDK to use? Thanks again for your help! |
See bioconda-recipes/recipes/piscem/conda_build_config.yaml Lines 1 to 4 in d237bfb
|
@BiocondaBot please fetch artifacts |
Package(s) built are ready for inspection:
Docker image(s) built:
|
@bkille I've bumped the OSX SDK to |
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.
Fixes #52321.