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
Dan Guest
athena
Commits
d43ff5a8
Commit
d43ff5a8
authored
10 years ago
by
Atlas-Software Librarian
Committed by
Graeme Stewart
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
grybkine: cmt/requirements: Fix setting TeX-related paths (Rivet-02-01-02-02)
parent
b8048ad9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
External/Rivet/cmt/requirements
+53
-0
53 additions, 0 deletions
External/Rivet/cmt/requirements
with
53 additions
and
0 deletions
External/Rivet/cmt/requirements
0 → 100644
+
53
−
0
View file @
d43ff5a8
package Rivet
author Andy Buckley <andy.buckley@cern.ch>
author James Monk <jmonk@hep.ucl.ac.uk>
use AtlasPolicy AtlasPolicy-*
use LCG_Configuration
use AtlasExternalArea AtlasExternalArea-* External
use AtlasHepMC AtlasHepMC-* External
use AtlasGSL AtlasGSL-* External
use YODA YODA-* External
## Uncomment line below to test with Rivet installation in /afs/.cern.ch
#macro LCG_ROOT "/afs/.cern.ch/sw/lcg"
macro LCG_external "$(LCG_ROOT)/external"
macro Rivet_home "$(LCG_external)/MCGenerators_lcgcmt$(LCG_config_version)/rivet"
macro Rivet_version "2.1.2"
macro Rivet_native_version "$(Rivet_version)_lcgcmt$(LCG_config_version)"
macro Rivet_dir "$(Rivet_home)/$(Rivet_version)/$(LCG_ext_system)"
macro Rivet_lib "$(Rivet_dir)/lib"
macro Rivet_share "$(Rivet_dir)/share"
macro Rivet_bin "$(Rivet_dir)/bin"
macro Rivet_python "$(Rivet_dir)/lib/python${Python_version}/site-packages"
macro Rivet_texmf "$(Rivet_dir)/share/Rivet/texmf
macro Rivet_linkopts "-L$(Rivet_lib) -lRivet"
macro Rivet_export_paths "$(Rivet_dir)"
macro Rivet_follow_symlinks "y"
## Install libraries
apply_pattern declare_installed_libraries dir="$(Rivet_lib)"
## Install headers
#include_path none
include_path $(Rivet_dir)/include
include_dirs $(Rivet_dir)/include
## Install scripts
apply_pattern declare_scripts files=" -s=$(Rivet_bin) *"
path_prepend PATH "$(Rivet_bin)"
## Install Python modules
apply_pattern generic_declare_for_link kind=python_modules \
files='-s=$(Rivet_python) * *.py *.so' prefix="$(CMTCONFIG)/lib/python$(Python_version)" name=rivet_pymodules
path_prepend PYTHONPATH "$(Rivet_python)"
## Set TeX environment for Rivet plotting
path_prepend TEXMFHOME "$(Rivet_texmf)"
path_prepend TEXMFCNF "$(Rivet_texmf)/cnf"
path_prepend TEXINPUTS "$(Rivet_texmf)/tex"
path_prepend LATEXINPUTS "$(Rivet_texmf)/tex"
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