Skip to content

Refactor build system and simplify dependency management#5

Merged
wilsonCernWq merged 2 commits into
publicfrom
reorg
Apr 21, 2026
Merged

Refactor build system and simplify dependency management#5
wilsonCernWq merged 2 commits into
publicfrom
reorg

Conversation

@wilsonCernWq
Copy link
Copy Markdown
Collaborator

Reorganize the top-level CMake flow into reusable configuration modules, add a build.sh entrypoint, and migrate imgui/implot and related dependencies away from dedicated submodules. This improves build portability, makes optional renderer components easier to gate, and reduces repository maintenance overhead.

wilsonCernWq and others added 2 commits April 21, 2026 15:27
- Modularized and reorganized CMake configuration for maintainability, portability, and easier dependency management (notably: migrated imgui/implot imports, refined optional renderer logic, introduced TBB for parallelization).
- Introduced/additionally documented utility scripts (`build.sh`), enhanced CMake and README instructions for standalone and parent project builds, and improved handling of install/include directories (`OVR_INSTALL_INCLUDEDIR`, adoption of `GNUInstallDirs`).
- Enhanced GitHub Actions for consistency and modularity across platforms; clarified variable naming (CUDA architectures), and streamlined workflow structure.
- Cleaned up repository: removed deprecated/configuration files, deprecated environment files, and updated `example.png` with new `example.jpg` asset and respective data/config references.
- Improved `.gitignore` policies (added `__pycache__/` for Python), refined CMake detection (notably for `_GLIBCXX_USE_CXX11_ABI` with explicit ABI pinning), and streamlined and clarified `build.sh`/build script usage with added test support and better error handling.
…and clarity

- Reorganized build configuration by moving inline CMake arguments into an array for easier management.
- Updated CUDA architecture handling to reference the matrix architecture directly, removing redundant variables.
- Enhanced flexibility and consistency across build environments by streamlining how matrix values are passed to CMake.
@wilsonCernWq wilsonCernWq merged commit ff40f12 into public Apr 21, 2026
5 checks passed
@wilsonCernWq wilsonCernWq deleted the reorg branch April 22, 2026 02:46
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