Skip to content
Snippets Groups Projects
Commit 4aa21a2f authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska Committed by Graeme Stewart
Browse files

fix colon (Rivet-02-02-01-04)

parent 81c89496
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment