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
Peter Sherwood
athena
Commits
d55a045b
Commit
d55a045b
authored
12 years ago
by
Atlas-Software Librarian
Committed by
Graeme Stewart
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cmt/requirements: update for LCG_64 (AtlasHepMC-00-00-20)
parent
3bf6958f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
External/AtlasHepMC/cmt/requirements
+32
-0
32 additions, 0 deletions
External/AtlasHepMC/cmt/requirements
with
32 additions
and
0 deletions
External/AtlasHepMC/cmt/requirements
0 → 100644
+
32
−
0
View file @
d55a045b
package AtlasHepMC
author Cano Ay <aycano@mail.cern.ch>
# The ATLAS Simulation/HepMC will be (more or less is) replaced by the LCG HepMC package.
# Because of a package name clash this package is named External/AtlasHepMC and it points directly to the LCG HepMC package.
# Currently the most recent Simulation/HepMC points to this package.
# Once this replacing has taken place Simulation/HepMC should not be used anymore
use ExternalPolicy ExternalPolicy-* External
use LCG_Configuration v*
macro HepMC_home "$(LCG_external)/HepMC"
macro hepMC_native_version "$(HepMC_config_version)"
macro HepMC_native_version "$(hepMC_native_version)"
macro AtlasHepMC_native_version "$(hepMC_native_version)"
macro AtlasHepMC_lib "$(HepMC_home)/$(HepMC_native_version)/$(LCG_system)/lib"
macro HepMC_linkopts "-L$(AtlasHepMC_lib) $(notAsNeeded_linkopt) -lHepMC $(asNeeded_linkopt) "
macro HepMC_IO_linkopts "-L$(AtlasHepMC_lib) -lHepMCfio"
macro AtlasHepMC_linkopts "$(HepMC_linkopts)"
macro AtlasHepMC_IO_linkopts "$(HepMC_IO_linkopts)"
include_path none
include_dirs $(HepMC_home)/${HepMC_native_version}/$(LCG_system)/include
macro AtlasHepMC_export_paths \
"$(HepMC_home)/$(hepMC_native_version)/$(LCG_system)"
# This is required to override the symlinks in the LCGCMT InstallArea
apply_pattern declare_installed_libraries dir=$(HepMC_home)/$(hepMC_native_version)/$(LCG_system)/lib
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