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

[INFRA] Make packaging easier #3318

Merged
merged 5 commits into from
Dec 15, 2024
Merged

[INFRA] Make packaging easier #3318

merged 5 commits into from
Dec 15, 2024

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Dec 15, 2024

Some stuff I found while building the debian package

When running post-install tests (e.g., autopkgtest), seqan3 is
installed. This also means that CPM is not available upon running
find_package(seqan3).

This option allows setting the patch to the source's CPM.
Exemplary use case: Installed benchmark version is 1.8.3.
CPM will not use 1.8.3, because 1.8.3 < 1.9.1.

Making the versions CACHE allows setting them on the command line.
Making them FORCE means that the value given on the command line is not
cached. The versions has to be provided for each CMake call, and will
revert to the default value otherwise.
@seqan-actions seqan-actions added lint [INTERNAL] signal for linting and removed lint [INTERNAL] signal for linting labels Dec 15, 2024
@seqan-actions
Copy link
Member

Documentation preview available at https://docs.seqan.de/preview/seqan/seqan3/3318

Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.11%. Comparing base (e74cc1a) to head (941490b).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3318   +/-   ##
=======================================
  Coverage   98.11%   98.11%           
=======================================
  Files         271      271           
  Lines       11914    11914           
  Branches      104      104           
=======================================
  Hits        11689    11689           
  Misses        225      225           

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

@eseiler eseiler merged commit c041b89 into seqan:main Dec 15, 2024
40 checks passed
@eseiler eseiler deleted the infra/debian branch December 15, 2024 16:13
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