Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena-acts
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
Dimitra Amperiadou
athena-acts
Commits
4aa21a2f
"README.md" did not exist on "ac6e309c0298abb14bd24c24b098769452bdaca3"
Commit
4aa21a2f
authored
9 years ago
by
Ewelina Maria Lobodzinska
Committed by
Graeme Stewart
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix colon (Rivet-02-02-01-04)
parent
81c89496
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
+13
-2
13 additions, 2 deletions
External/Rivet/cmt/requirements
with
13 additions
and
2 deletions
External/Rivet/cmt/requirements
+
13
−
2
View file @
4aa21a2f
...
...
@@ -16,8 +16,9 @@ use YODA YODA-* External
macro Rivet_home "$(LCG_external)/MCGenerators_lcgcmt$(LCG_config_version)/rivet"
#macro Rivet_home "$(LCG_external)/MCGenerators/rivet"
macro Rivet_version "2.2.0"
macro Rivet_native_version "$(Rivet_version)_lcgcmt$(LCG_config_version)"
macro Rivet_version "2.2.1"
# NOTE "a" added to the version number to ensure that it is picked up for pcache build - to be removed by version update
macro Rivet_native_version "$(Rivet_version)a_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"
...
...
@@ -48,7 +49,17 @@ apply_pattern generic_declare_for_link kind=python_modules \
path_prepend PYTHONPATH "$(Rivet_python)"
## Set TeX environment for Rivet plotting
set colon ':'
path_prepend TEXMFHOME "$(Rivet_texmf)"
path_prepend TEXMFCNF "$(Rivet_texmf)/cnf"
path_prepend TEXINPUTS "$(Rivet_texmf)/tex"
path_prepend LATEXINPUTS "$(Rivet_texmf)/tex"
path_append TEXMFHOME $colon
path_append TEXMFCNF $colon
path_append TEXINPUTS $colon
path_prepend LATEXINPUTS $colon
macro Rivet_pp_cppflags "-isystem $(Rivet_dir)/include "
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