Add CMake skeleton - #1
Open
ncrossette wants to merge 1 commit into
Open
Conversation
Adds top-level CMakeLists.txt and demos/CMakeLists.txt. The top-level finds fv3jedi and fv3-jedi-data, mirrors the fv3-jedi tarball-fallback pattern for CI, then delegates to demos/. demos/CMakeLists.txt resolves the fv3-jedi-data tier-1 path, creates Data/ symlinks (inputs, fv3files), stubs out the BUMP-demos YAML symlinks and date-expanded YAML generation, and includes the demolist files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
CMakeLists.txt: declares thejedi-demosproject, findsfv3jedi(REQUIRED) andfv3-jedi-data(QUIET with tarball fallback), then callsadd_subdirectory(demos)demos/CMakeLists.txt: resolves the fv3-jedi-data tier-1 path, createsData/inputsandData/fv3filessymlinks, stubs BUMP-demos YAML symlinks and date-expanded YAML generation (viased), and includes demolist filesTest plan
Data/inputssymlink resolves tofv3-jedi-data/testinput_tier_1/inputsData/fv3filessymlink resolves tofv3-jedi/test/Data/fv3files🤖 Generated with Claude Code