Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pixi support #1589

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

olivier-roussel
Copy link
Contributor

@olivier-roussel olivier-roussel commented Feb 18, 2025

Adds Pixi support for developers and CI.
Enables to:

  • Have a standard way for a new developer to configure/build the project (homogeneous with other projects) and available on all platforms
  • All dependencies stored in one file
  • Have an easy way to enable some optional features (e.g. enable some Visp modules, enable python bindings, etc.)
  • Have a lock file for a reproducible build in CI (this would replace our conda-based CIs)

TODO:

  • base pixi.toml file with build scopes
  • optional features for full build scope (TBD)
  • lockfile update bot
  • pixi-based CI for linux-64 / win-64 / osx-64 / osx-arm64

More info on pixi: https://pixi.sh/

@olivier-roussel olivier-roussel marked this pull request as draft February 18, 2025 16:43
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.51%. Comparing base (427354d) to head (d0b292b).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1589      +/-   ##
==========================================
- Coverage   54.53%   54.51%   -0.02%     
==========================================
  Files         442      442              
  Lines       53465    53465              
==========================================
- Hits        29156    29147       -9     
- Misses      24309    24318       +9     

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

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