Skip to content

Sync upstream#28

Merged
adamnovak merged 158 commits into
masterfrom
sync-upstream
Jul 2, 2026
Merged

Sync upstream#28
adamnovak merged 158 commits into
masterfrom
sync-upstream

Conversation

@adamnovak

Copy link
Copy Markdown
Member

This brings us up to date with upstream vcflib and adds the patches we need to still build libvcflib.a on Mac.

adamnovak and others added 30 commits January 6, 2025 12:19
Previous logic had some issues:
* `CMAKE_PREFIX_PATH` may be a list of paths
* `CMAKE_INSTALL_PREFIX` can be different from WFA2-lib path

find_path will search every path in `CMAKE_PREFIX_PATH` along with some
other locations like `CMAKE_INCLUDE_PATH` and `CMAKE_INSTALL_PREFIX`.
Also user can override detection using variables.
Rework CMake config to use targets
Use find_path to set WFA_INCLUDE_DIRS
Enable shared libraries via `-DBUILD_SHARED_LIBS=ON`
Install WFBINS, use standard mandir, add tabix.hpp if needed
…duplication

Removed loadIndices duplication
change old style for loop with range based. Also fixed const correctness in a few places.
@adamnovak

Copy link
Copy Markdown
Member Author

This also undoes #27/re-does #26.

@adamnovak adamnovak merged commit 874b77e into master Jul 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants