Skip to content
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

Update sylph to 0.8.0 #52776

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update sylph to 0.8.0 #52776

wants to merge 1 commit into from

Conversation

BiocondaBot
Copy link
Collaborator

Update sylph: 0.7.00.8.0

install with bioconda Conda

Info Link or Description
Recipe recipes/sylph (click to view/edit other files)
Summary sylph quickly enables querying of genomes against even low-coverage shotgun metagenomes to find nearest neighbour ANI.
Home https://github.com/bluenote-1577/sylph
Releases https://github.com/bluenote-1577/sylph/tags
Recipe Maintainer(s) @bluenote-1577
Author @bluenote-1577

This pull request was automatically generated (see docs).

@BiocondaBot BiocondaBot added autobump Automatic Version Update new version labels Dec 13, 2024
@bluenote-1577
Copy link
Contributor

Seems like osx-64 tests are failing. They were ok last version. I should have made no breaking changes with this update. Seems like

02:37:46 BIOCONDA INFO (ERR)   In file included from /opt/mambaforge/envs/bioconda/conda-bld/sylph_1734057219977/_build_env/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-ng-sys-1.1.20/src/zlib-ng/arch/generic/compare256_c.c:7:
02:37:46 BIOCONDA INFO (ERR)   /opt/mambaforge/envs/bioconda/conda-bld/sylph_1734057219977/_build_env/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-ng-sys-1.1.20/src/zlib-ng/zutil_p.h:22:20: error: call to undeclared library function 'aligned_alloc' with type 'void *(unsigned long, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
02:37:46 BIOCONDA INFO (ERR)      22 |     return (void *)aligned_alloc(64, size);  /* Defined in C11 */
02:37:46 BIOCONDA INFO (ERR)         |                    ^
02:37:46 BIOCONDA INFO (ERR)   /opt/mambaforge/envs/bioconda/conda-bld/sylph_1734057219977/_build_env/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-ng-sys-1.1.20/src/zlib-ng/zutil_p.h:22:20: note: include the header <stdlib.h> or explicitly provide a declaration for 'aligned_alloc'

Apparently aligned_alloc is a C11 feature and is not detected? Maybe related to here: #52553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump Automatic Version Update new version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants