You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: auto-detect deps via pkg-config, unify static/dynamic linking
1. Add pkg-config auto-detection for libhwy, libisal, libdeflate.
When installed via package managers (conda, brew, apt), their
include/lib paths are automatically picked up without needing
to pass INCLUDE_DIRS/LIBRARY_DIRS manually.
2. Unify linking: on Linux, keep -static when all .a archives exist
(default). When some .a are missing (conda/apt shared-only),
fallback to .a + -l dynamic. macOS unchanged.
With this change, bioconda build.sh can simply call:
make CXX=$CXX -j$CPU_COUNT
make install PREFIX=$PREFIX
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments