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

refactor: Remove dependency on Boost::program_options from Algorithms/Writers/Readers #1610

Merged

Conversation

benjaminhuth
Copy link
Member

@benjaminhuth benjaminhuth commented Oct 20, 2022

This aims to be the first step into making the binaries optional to build by removing the dependencies on Boost::program_options from the Algorithms/Writers/Readers.

The second step would be to also unwind this from the Detectors, but this is a bit more complicated, and thus I would do this step by step.

A long term goal would be that only the Analysis Apps depend on Boost program options, so that just building the Examples does not need any Boost components that require binaries (since we also use std::filesystem now).

@benjaminhuth benjaminhuth added Impact - Minor Nuissance bug and/or affects only a single module Component - Examples Affects the Examples module labels Oct 20, 2022
@benjaminhuth benjaminhuth added this to the next milestone Oct 20, 2022
@benjaminhuth benjaminhuth added the 🚧 WIP Work-in-progress label Oct 20, 2022
@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #1610 (f503cfe) into main (08b9e91) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1610   +/-   ##
=======================================
  Coverage   48.66%   48.66%           
=======================================
  Files         381      381           
  Lines       20776    20776           
  Branches     9517     9517           
=======================================
  Hits        10110    10110           
  Misses       4095     4095           
  Partials     6571     6571           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@paulgessinger
Copy link
Member

@benjaminhuth do you want feedback now already or not yet?

@benjaminhuth
Copy link
Member Author

benjaminhuth commented Oct 21, 2022

If you have some general feedback, go ahead. I think feedback on implementation details should wait until this compiles

@benjaminhuth
Copy link
Member Author

I think I've cleaned this up, if the CI goes through could you have a look again @paulgessinger ?

@github-actions
Copy link

github-actions bot commented Oct 25, 2022

📊 Physics performance monitoring for f503cfe

Full report
CKF: seeded, truth smeared, truth estimated
IVF: seeded, truth smeared, truth estimated
Ambiguity resolution
Truth tracking

Vertexing

IVF seeded

IVF truth smeared

IVF truth estimated

CKF

seeded

truth smeared

truth estimated

Ambiguity resolution

seeded

Truth tracking

Truth tracking

@benjaminhuth
Copy link
Member Author

@paulgessinger the CI is running through now :)

@benjaminhuth benjaminhuth removed the 🚧 WIP Work-in-progress label Oct 25, 2022
@kodiakhq kodiakhq bot merged commit 5d65b73 into acts-project:main Oct 26, 2022
@paulgessinger paulgessinger modified the milestones: next, v21.0.0 Nov 3, 2022
@benjaminhuth benjaminhuth deleted the refactor/algorithms-no-program-options branch November 9, 2022 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants