Skip to content

Fix broken FetchContent: point wtf at master - #65

Merged
ryanmrichard merged 1 commit into
masterfrom
fix-wtf-stale-branch
Aug 6, 2026
Merged

Fix broken FetchContent: point wtf at master#65
ryanmrichard merged 1 commit into
masterfrom
fix-wtf-stale-branch

Conversation

@ryanmrichard

Copy link
Copy Markdown
Member

Summary

Same bug class as #64, one I missed there because it's a differently-named branch, not `build_overhaul`.

  • `NWChemEx/WeaklyTypedFloat`'s PR Add dummy get_cpp for CPP compatibility when moving over to CMaize #11 (`python_bindings -> master`) merged, and this org's `delete_branch_on_merge` setting deleted `python_bindings` the moment it did.
  • `cmake/dependencies/wtf.cmake` still pinned `GIT_TAG "python_bindings"`, breaking FetchContent for anything that depends on `wtf` -- confirmed on TensorWrapper#252 (`Failed to checkout tag: 'python_bindings'`), the same failure mode as Fix broken FetchContent: point utilities/parallelzone at master #64.
  • Swept every other `cmake/dependencies/*.cmake` entry's `GIT_TAG` against the live branch list: the remaining 8 (chemcache, chemist, integrals, nux, nwchemex, pluginplay, simde, tensorwrapper) all still correctly point at branches that exist.

Test plan

  • Re-run TensorWrapper#252's failing jobs once this merges, confirm FetchContent succeeds

Same class of bug as #64 (utilities/parallelzone), missed there because
this one pins a differently-named branch: WeaklyTypedFloat's PR #11
(python_bindings -> master) has merged, and this org's
delete_branch_on_merge setting deleted the python_bindings branch the
moment it did. Confirmed breaking TensorWrapper#252 the same way
(FetchContent "Failed to checkout tag").

Swept every other cmake/dependencies/*.cmake entry against the actual
current branch list to confirm this is the only other stale one right
now -- the remaining 8 (chemcache, chemist, integrals, nux, nwchemex,
pluginplay, simde, tensorwrapper) still correctly point at their
existing build_overhaul branches.
@ryanmrichard
ryanmrichard merged commit 198b4ed into master Aug 6, 2026
8 checks passed
@ryanmrichard
ryanmrichard deleted the fix-wtf-stale-branch branch August 6, 2026 02:43
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

🚀 [bumpr] Bumped!
New version:v0.0.3
Changes:v0.0.2...v0.0.3

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