Skip to content

deps: drop the macOS 10.15 requirement - #235

Merged
AndreaGuarracino merged 1 commit into
mainfrom
ag/drop-1015-pin
Jul 25, 2026
Merged

deps: drop the macOS 10.15 requirement#235
AndreaGuarracino merged 1 commit into
mainfrom
ag/drop-1015-pin

Conversation

@AndreaGuarracino

@AndreaGuarracino AndreaGuarracino commented Jul 25, 2026

Copy link
Copy Markdown
Member

wfmash used std::filesystem::path for its index filename fields, which Apple marks available only from macOS 10.15. The conda osx-64 build failed with 'path' is unavailable, and the alternative was pinning the deployment target.

pangenome/wfmash-rs 34339a7 replaces it with std::string, so the pin is unnecessary. Same change merged upstream into the v0.14.1 branch as waveygang/wfmash#404.

572 tests pass.

wfmash no longer uses std::filesystem, so the conda osx-64 build no longer needs
a macOS 10.15 deployment target.
@AndreaGuarracino
AndreaGuarracino merged commit 9e5e497 into main Jul 25, 2026
3 checks passed
@AndreaGuarracino
AndreaGuarracino deleted the ag/drop-1015-pin branch July 25, 2026 20:42
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.

1 participant