Skip to content

chore(libcvc): bump to v3.2.1#25

Merged
transfix merged 2 commits into
masterfrom
chore/libcvc-3.2.1
May 18, 2026
Merged

chore(libcvc): bump to v3.2.1#25
transfix merged 2 commits into
masterfrom
chore/libcvc-3.2.1

Conversation

@transfix

Copy link
Copy Markdown
Owner

v3.2.1 may not have platform binaries attached yet. The existing prebuilt -> source fallback in CMakeLists.txt already handles missing release assets (404 download yields a non-zero CMake status, cvcConfig.cmake is never produced, and we fall through to FetchContent_Declare(libcvc ... GIT_TAG <sha>)). libcvc's own libcvc-deps dependency (which carries NFFT) is handled by libcvc's CMake during that source build.LIBCVC_TAG, LIBCVC_VERSION, and LIBCVC_GIT_SHA (commit 86c6224a36eedf30645abbca711dfa43b7a87545) are updated together. Comment refreshed since the <= 3.1.1 has no xmlrpc note no longer reflects current state.

Joe added 2 commits May 18, 2026 01:45
v3.2.1 may not have platform binaries attached yet; the existing prebuilt -> source fallback already handles missing assets (404 download yields a non-zero CMake status which skips extraction and proceeds to FetchContent). Update LIBCVC_TAG / VERSION / GIT_SHA accordingly and refresh the explanatory comment.
libcvc 3.2.1 drops the vendored libiimod and instead expects libiimod::iimod from libcvc-deps when CVC_USING_IMOD_MRC is ON (the default). F2Dock does not load MRC volumes, so force the option OFF before pulling libcvc to keep the source-build fallback self-contained.
@transfix transfix merged commit 0784fd0 into master May 18, 2026
10 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.

1 participant