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

Clean up JANA/Compatibility #392

Merged
merged 6 commits into from
Dec 8, 2024
Merged

Clean up JANA/Compatibility #392

merged 6 commits into from
Dec 8, 2024

Conversation

nathanwbrei
Copy link
Collaborator

  • Removes JGetObjectsFactory
  • Makes md5 a private dependency that lives under src/external
  • Removes all internal references to jerror_t, so that it can be moved into halld_recon.

jerror is moving out of JANA2 permanently and will live on in halld_recon as DANA/jerror.h
md5 is a vendored dependency which we'd like to keep separated from the rest of our code and internal, so that it doesn't become part of our install interface. Referencing it from a public header file unnecessarily forces us to provide it downstream.
This is so that md5 gets "baked in" to libjana.{so,a}, rather than producing a separate install artifact
Because the `jana2` object library alone doesn't contain the `VendoredMD5` symbols.
@nathanwbrei nathanwbrei merged commit e62d96c into master Dec 8, 2024
9 checks passed
@nathanwbrei nathanwbrei deleted the nbrei_gluex_fixes branch December 8, 2024 05:39
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.

1 participant