Skip to content

Improved CMake build support#228

Merged
attipaci merged 1 commit into
mainfrom
cmake-docs
Sep 4, 2025
Merged

Improved CMake build support#228
attipaci merged 1 commit into
mainfrom
cmake-docs

Conversation

@attipaci

@attipaci attipaci commented Sep 4, 2025

Copy link
Copy Markdown
Collaborator
  • Fixes to CMake config (e.g. no RPATH)
  • Added BUILD_TESTING=ON|OFF (default: ON)
  • Added BUILD_BENCHMARK=ON|OFF (default: OFF)
  • Added BUILD_DOC=ON|OFF (default: OFF)
  • Added ENABLE_CSPICE=ON|OFF (default: OFF) -- needs cspice library installed.
  • Examples are added to the testing suite if BUILD_EXAMPLES is ON
  • Remove requirement on Threads -- nothing in SuperNOVAS should need thread libs.

@attipaci attipaci added this to the 1.5.0 milestone Sep 4, 2025
@attipaci attipaci self-assigned this Sep 4, 2025
@attipaci attipaci added the enhancement New feature or request label Sep 4, 2025
@attipaci attipaci force-pushed the cmake-docs branch 4 times, most recently from cf343b8 to 31c38b0 Compare September 4, 2025 14:44
@attipaci attipaci changed the title Option to build and install documentation with CMake Improved CMake build support Sep 4, 2025
@codecov

codecov Bot commented Sep 4, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.89%. Comparing base (cef7faf) to head (af2deef).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #228   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          24       24           
  Lines        4779     4779           
  Branches      895      895           
=======================================
  Hits         4774     4774           
  Partials        5        5           
Flag Coverage Δ
unittests 99.89% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/cio.c 98.22% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a9992c...af2deef. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@attipaci attipaci force-pushed the cmake-docs branch 2 times, most recently from fae75ee to eafe19f Compare September 4, 2025 15:04
@attipaci attipaci marked this pull request as ready for review September 4, 2025 15:15
@attipaci attipaci force-pushed the cmake-docs branch 3 times, most recently from cf2ba8b to 2308380 Compare September 4, 2025 17:57
@attipaci attipaci merged commit 48607d5 into main Sep 4, 2025
28 checks passed
@attipaci attipaci deleted the cmake-docs branch September 4, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant