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

fix requirements (Herwigpp-02-07-01-07)

parent eb0b739b
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,14 @@ use AtlasExternalArea AtlasExternalArea-* External
use ThePEG ThePEG-* External
use AtlasHepMC AtlasHepMC-* External
macro Herwigpp_home "$(LCG_ROOT)/external/MCGenerators_lcgcmt$(LCG_config_version)/herwig++"
#private
macro my_LCG_config_version "67c"
#end_private
macro Herwigpp_home "$(LCG_ROOT)/external/MCGenerators_lcgcmt$(my_LCG_config_version)/herwig++"
#macro Herwigpp_home "$(LCG_external)/MCGenerators/herwig++"
macro Herwigpp_version "2.7.1"
macro Herwigpp_native_version "$(Herwigpp_version)_lcgcmt$(LCG_config_version)"
# note small modification of the native_version ("a" added) to be removed with version update
macro Herwigpp_native_version "$(Herwigpp_version)a_lcgcmt$(my_LCG_config_version)"
macro Herwigpp_system "$(LCG_ext_system)"
macro Herwigpp_installdir "$(Herwigpp_home)/$(Herwigpp_version)/$(Herwigpp_system)"
macro Herwigpp_inc "$(Herwigpp_installdir)/include"
......@@ -24,6 +29,9 @@ apply_pattern declare_installed_libraries dir=$(Herwigpp_lib)
#apply_pattern declare_runtime files="$(Herwigpp_datadir)/*.rpo $(Herwigpp_datadir)/*.in"
apply_pattern generic_declare_for_link kind=runtime prefix=$(tag)/share files="$(Herwigpp_datadir)/*.rpo $(Herwigpp_datadir)/*.in $(Herwigpp_datadir)/MSSM.model "
#path_prepend PATH "$(Herwigpp_datadir)"
include_path none
include_dirs "$(Herwigpp_inc)"
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