hts-sys 2.2.0 is incompatible with clang 22, which was released on conda-forge on very recently. bindgen now generates opaque _address structs for BGZF and sam_hdr_t instead of the expected named fields.
Pinning clangdev <22 in the build environment fixes the issue, as demonstrated in bioconda/bioconda-recipes#63032.
hts-sys 2.2.0 is incompatible with clang 22, which was released on conda-forge on very recently. bindgen now generates opaque
_addressstructs forBGZFandsam_hdr_tinstead of the expected named fields.Pinning clangdev <22 in the build environment fixes the issue, as demonstrated in bioconda/bioconda-recipes#63032.