Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!34542
TrigHypothesis: Package cleanup (part 1)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TrigHypothesis: Package cleanup (part 1)
fwinkl/athena:trighypo_cmake1
into
master
Overview
6
Commits
7
Pipelines
3
Changes
53
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:trighypo_cmake1
into
master
4 years ago
Overview
6
Commits
7
Pipelines
3
Changes
1
Expand
Cleanup several packages under Trigger/TrigHypothesis:
cleanup cmake configuration and link dependencies
remove CLHEP dependency where relevant
enable flake8 where applicable
delete obsolete job options
0
0
Merge request reports
Compare
version 1
version 2
517743bc
4 years ago
version 1
70f7887f
4 years ago
master (base)
and
version 2
latest version
9a747cda
7 commits,
4 years ago
version 2
517743bc
7 commits,
4 years ago
version 1
70f7887f
7 commits,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TrigHypothesis/TrigLongLivedParticlesHypo/CMakeLists.txt
+
1
−
1
Options
@@ -11,7 +11,7 @@ atlas_add_component( TrigLongLivedParticlesHypo
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
TDAQ-COMMON_INCLUDE_DIRS
}
LINK_LIBRARIES
${
COMMON_LIBRARIES
-
CaloEvent
}
CxxUtils GaudiKernel IRegionSelector InDetIdentifier InDetPrepRawData
TDAQ
TrigCaloEvent TrigInDetEvent TrigInterfacesLib TrigParticle TrigSteeringEvent TrigTimeAlgsLib TrkSpacePoint xAODEventInfo xAODJet xAODTracking xAODTrigger
)
LINK_LIBRARIES
${
TDAQ-
COMMON_LIBRARIES
}
CaloEvent CxxUtils GaudiKernel IRegionSelector InDetIdentifier InDetPrepRawData TrigCaloEvent TrigInDetEvent TrigInterfacesLib TrigParticle TrigSteeringEvent TrigTimeAlgsLib TrkSpacePoint xAODEventInfo xAODJet xAODTracking xAODTrigger
)
# Install files from the package:
atlas_install_python_modules
(
python/*.py POST_BUILD_CMD
${
ATLAS_FLAKE8
}
--extend-extensions=ATL900,ATL901
)
Loading