Skip to content

enforce correct version check for eigen3#6

Closed
gauravharsha wants to merge 2 commits into
mainfrom
eigen-version
Closed

enforce correct version check for eigen3#6
gauravharsha wants to merge 2 commits into
mainfrom
eigen-version

Conversation

@gauravharsha
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Eigen3 dependency check in the src CMake configuration to ensure the project refuses to configure with Eigen versions older than 3.4 (required for CUDA compatibility).

Changes:

  • Switch find_package(Eigen3 3.4 REQUIRED) to an unversioned find_package(Eigen3 REQUIRED).
  • Add an explicit CMake version comparison against Eigen3_VERSION and fail fast with a clear error if < 3.4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/CMakeLists.txt Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.46%. Comparing base (7a33925) to head (30d81df).

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #6   +/-   ##
=======================================
  Coverage   98.46%   98.46%           
=======================================
  Files           3        3           
  Lines         130      130           
=======================================
  Hits          128      128           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@gauravharsha gauravharsha deleted the eigen-version branch February 11, 2026 05:59
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.

2 participants