~maddevelopers/mg5amcnlo/HEPToolsInstallers_rosetta

« back to all changes in this revision

Viewing changes to HEPToolInstaller.py

  • Committer: Valentin Hirschi
  • Date: 2017-11-20 14:23:34 UTC
  • Revision ID: valentin.hirschi@gmail.com-20171120142334-m7a2avx7jgzqoimo
1. Small fix, I should ask for MG5 v2.6.1- for activating the old MA5 version, not 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
               {'install_mode':'Default',
139
139
                'version':       '1.6.32',
140
140
                'tarball':      ['online','http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/MA5SandBox/ma5_latest.tgz'],
141
 
                # Specify a different tarball for MG version before 2.6.0
 
141
                # Specify a different tarball for MG version before 2.6.1
142
142
                'MG5_version_constraints' : [
143
 
                    ( lambda MG5version: MG5version <= LooseVersion("2.6.0"),
 
143
                    ( lambda MG5version: MG5version < LooseVersion("2.6.1"),
144
144
                       ['online','http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/MA5SandBox/ma5_v_1_6_21.tgz'] )
145
145
                ],
146
146
                'mandatory_dependencies': ['zlib'],