Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Claire Antel
athena
Commits
d30e93ae
Commit
d30e93ae
authored
6 years ago
by
Chris Hays
Browse files
Options
Downloads
Patches
Plain Diff
Setup rivet environment in CMake.
parent
ecb03e78
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Generators/Rivet_i/CMakeLists.txt
+2
-0
2 additions, 0 deletions
Generators/Rivet_i/CMakeLists.txt
Generators/Rivet_i/share/setupRivet.sh
+2
-0
2 additions, 0 deletions
Generators/Rivet_i/share/setupRivet.sh
with
4 additions
and
0 deletions
Generators/Rivet_i/CMakeLists.txt
+
2
−
0
View file @
d30e93ae
...
...
@@ -40,6 +40,8 @@ atlas_add_component( Rivet_i
INCLUDE_DIRS
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
HEPMC_INCLUDE_DIRS
}
${
YODA_INCLUDE_DIRS
}
${
FASTJET_INCLUDE_DIRS
}
${
RIVET_INCLUDE_DIRS
}
${
GSL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
Boost_LIBRARIES
}
${
GSL_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
HEPMC_LIBRARIES
}
${
YODA_LIBRARIES
}
${
FASTJET_LIBRARIES
}
${
RIVET_LIBRARIES
}
AthenaBaseComps GaudiKernel AthenaKernel GeneratorObjects PathResolver Rivet_iLib
)
atlas_install_scripts
(
share/*.sh
)
set
(
RivetEnvironment_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
CACHE PATH
"Location of RivetEnvironment.cmake"
)
find_package
(
RivetEnvironment
)
This diff is collapsed.
Click to expand it.
Generators/Rivet_i/share/setupRivet.sh
0 → 100755
+
2
−
0
View file @
d30e93ae
source
${
LCG_RELEASE_BASE
}
/LCG_88/MCGenerators/rivet/
${
RIVETVER
}
/
${
LCG_PLATFORM
}
/rivetenv.sh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment