WIP: Force FFTWF-only build on Pixi-Cxx CI (do not merge)#6331
Closed
hjmjohnson wants to merge 1 commit into
Closed
WIP: Force FFTWF-only build on Pixi-Cxx CI (do not merge)#6331hjmjohnson wants to merge 1 commit into
hjmjohnson wants to merge 1 commit into
Conversation
…FFTW Set ITK_USE_FFTWF=ON, ITK_USE_FFTWD=OFF, ITK_USE_SYSTEM_FFTW=OFF in the configure-ci task so the Pixi-Cxx CI leg builds the staged single-precision FFTW and compiles ITKFFT against it. This exercises the FFTWF-only code paths fixed by the two preceding commits, which the default dual-precision build masks. Not for merge.
This was referenced May 22, 2026
Member
Author
|
Consolidated into #6330, which now carries the CI-validation commit directly (and the real compile fix it surfaced). Closing this stacked PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP — do not merge. CI-only validation, stacked on #6330. This branch adds a single commit forcing the Pixi-Cxx CI leg to build single-precision FFTW only (
ITK_USE_FFTWF=ON,ITK_USE_FFTWD=OFF,ITK_USE_SYSTEM_FFTW=OFF), exercising the FFTWF-only build path that #6330 fixes and the default dual-precision matrix never covers.Base branch is
wip/fftwf-only-ci-build(#6330's branch), so this PR's diff is exactly the WIPconfigure-cichange. Once the path is shown green, abandon this PR — it must never merge.