-
Notifications
You must be signed in to change notification settings - Fork 168
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
build: Public Header Relocatability, main branch (2024.06.18.) #3303
Merged
kodiakhq
merged 3 commits into
acts-project:main
from
krasznaa:HeaderRelocatability-main-20240618
Jul 3, 2024
Merged
build: Public Header Relocatability, main branch (2024.06.18.) #3303
kodiakhq
merged 3 commits into
acts-project:main
from
krasznaa:HeaderRelocatability-main-20240618
Jul 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
They were already using that variable consistently for installing the headers. This is just to fix the declarations in the auto-generated CMake files of the Acts installations.
github-actions
bot
added
Component - Fatras
Affects the Fatras module
Component - Plugins
Affects one or more Plugins
labels
Jun 18, 2024
📊: Physics performance monitoring for f096b98physmon summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3303 +/- ##
=======================================
Coverage 47.31% 47.31%
=======================================
Files 512 512
Lines 30440 30440
Branches 14795 14795
=======================================
Hits 14403 14403
Misses 5404 5404
Partials 10633 10633 ☔ View full report in Codecov by Sentry. |
paulgessinger
changed the title
build, fix: Public Header Relocatability, main branch (2024.06.18.)
build: Public Header Relocatability, main branch (2024.06.18.)
Jul 3, 2024
paulgessinger
approved these changes
Jul 3, 2024
Quality Gate passedIssues Measures |
acts-project-service
added
Breaks Athena build
This PR breaks the Athena build
Fails Athena tests
This PR causes a failure in the Athena tests
labels
Jul 4, 2024
paulgessinger
added a commit
to paulgessinger/acts
that referenced
this pull request
Jul 6, 2024
acts-project#3303)" This reverts commit d89cb7d.
paulgessinger
added a commit
to paulgessinger/acts
that referenced
this pull request
Jul 6, 2024
…4.06.18.) (acts-project#3303)"" This reverts commit 19c84b4.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Breaks Athena build
This PR breaks the Athena build
Component - Fatras
Affects the Fatras module
Component - Plugins
Affects one or more Plugins
Fails Athena tests
This PR causes a failure in the Athena tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made all libraries with public headers use CMAKE_INSTALL_INCLUDEDIR. They were already using that variable consistently for installing the headers. This is just to fix the declarations in the auto-generated CMake files of the Acts installations.
This is the same sort of update as https://gitlab.cern.ch/GeoModelDev/GeoModel/-/merge_requests/326. As we discussed during https://indico.cern.ch/event/1422046/, putting the headers of the different ATLAS externals into separate directories will help with making some specific builds of ours more robust. (Ones where we want to override the Acts version used in a nightly, with one built locally.)
I just got rid of
$<INSTALL_INTERFACE
completely from the FRNN code. 🤔 Since that code does not install any public headers, that was just there to confuse people. 😛