|
134 | 134 | 'sanity_check_commands': [[], ("format: [(name, options)] e.g. [('gzip','-h')]. " |
135 | 135 | "Using a non-tuple is equivalent to (name, '-h')"), BUILD], |
136 | 136 | 'sanity_check_paths': [{}, ("List of files and directories to check " |
137 | | - "(format: {'files':<list>, 'dirs':<list>})"), BUILD], |
| 137 | + "(format: {'files':<list>, 'dirs':<list>}). " |
| 138 | + "Architecture specific list items are supported."), BUILD], |
138 | 139 | 'skip': [False, "Skip existing software", BUILD], |
139 | 140 | 'skip_mod_files_sanity_check': [False, "Skip the check for .mod files in a GCCcore level install", BUILD], |
140 | 141 | 'skipsteps': [[], "Skip these steps", BUILD], |
|
169 | 170 |
|
170 | 171 | # DEPENDENCIES easyconfig parameters |
171 | 172 | 'allow_system_deps': [[], "Allow listed system dependencies (format: (<name>, <version>))", DEPENDENCIES], |
172 | | - 'builddependencies': [[], "List of build dependencies", DEPENDENCIES], |
173 | | - 'dependencies': [[], "List of dependencies", DEPENDENCIES], |
| 173 | + 'builddependencies': [[], ("List of build dependencies Architecture specific versions are supported " |
| 174 | + "with 'False' to exclude the dependency"), DEPENDENCIES], |
| 175 | + 'dependencies': [[], ("List of dependencies. Architecture specific versions are supported " |
| 176 | + "with 'False' to exclude the dependency"), DEPENDENCIES], |
174 | 177 | 'hiddendependencies': [[], "List of dependencies available as hidden modules", DEPENDENCIES], |
175 | 178 | 'multi_deps': [{}, "Dict of lists of dependency versions over which to iterate", DEPENDENCIES], |
176 | 179 | 'multi_deps_load_default': [True, "Load module for first version listed in multi_deps by default", DEPENDENCIES], |
|
0 commit comments