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

remove private sector and define provate var (ThePEG-01-09-02-07)

parent a16c9db1
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,14 @@ use AtlasExternalArea AtlasExternalArea-* External
use AtlasGSL AtlasGSL-* External
use AtlasHepMC AtlasHepMC-* External
macro LCG_config_version "67c"
#private
macro my_LCG_config_version "67c"
#end_private
#macro ThePEG_home "$(LCG_external)/MCGenerators/thepeg"
macro ThePEG_home "$(LCG_ROOT)/external/MCGenerators_lcgcmt$(LCG_config_version)/thepeg"
macro ThePEG_home "$(LCG_ROOT)/external/MCGenerators_lcgcmt$(my_LCG_config_version)/thepeg"
macro ThePEG_version "1.9.2p1"
macro ThePEG_native_version "$(ThePEG_version)_lcgcmt$(LCG_config_version)"
# NOTE "a" added to the native version to ensure correct pcache build - to be removed by version update
macro ThePEG_native_version "$(ThePEG_version)a_lcgcmt$(my_LCG_config_version)"
macro ThePEG_system "$(LCG_ext_system)"
macro ThePEG_installdir "$(ThePEG_home)/$(ThePEG_version)/$(ThePEG_system)"
macro ThePEG_lib "$(ThePEG_installdir)/lib/ThePEG"
......
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