From 7e51b3432ffb1d7a0bf48ac89f93483efa5b4f0c Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Wed, 8 Jan 2025 17:27:22 +0100 Subject: [PATCH] Refer to --help --- docs/writing-easyconfig-files.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/writing-easyconfig-files.md b/docs/writing-easyconfig-files.md index 0cc3c11a9..7c29e1b89 100644 --- a/docs/writing-easyconfig-files.md +++ b/docs/writing-easyconfig-files.md @@ -997,6 +997,7 @@ That might require updating it from another toolchain. Then run the script again to honor Python packages from that dependency and its dependencies. Repeat until none of the remaining packages displayed are in any easyconfig and/or unique enough to the specific software that an own easyconfig would be useful. Those can then be added to the `ext_list` of the easyconfig. +More information about that script can be found at the top of the script file and via `findPythonDeps.py --help`. Also keep in mind that changing the version of the software and/or the toolchain might reveal new bugs or incompatibilities. Some can be fixed or worked around by patches, often even with help from the maintainers of the software.