You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use 'zypper search -i' to check whether specified OS dependency is installed on openSUSE + make sure that rpm is considered for checking OS dependencies on RHEL8 (#3973)
19
19
- add support for post-install patches (#3974)
20
-
- support 'download_instructions' easyconfig parameter key to specify some download or installation steps for user in case of complicated way of obtaining needed files (#3976)
21
-
- add support for collecting AMD GPU info (via rocm-smi) (#3978, #3982)
20
+
- add support for 'download_instructions' easyconfig parameter key to specify some download or installation steps for user in case of complicated way of obtaining needed files (#3976, #3981)
21
+
- also try collecting AMD GPU info (via rocm-smi) for --show-system-info (#3978, #3982)
22
22
- various bug fixes, including:
23
-
- only check for patches when using --new-pr if easyconfigs repository is target (#3966)
24
-
- also print download instructions for extensions that use source_tmpl to specify name of source file (#3981)
23
+
- ensure --review-pr can find dependencies included in PR (#3979)
24
+
- run 'apt-get update' in GitHub Actions workflow for container tests to update container package list before installing anything (#3985)
25
25
- other changes:
26
26
- enable code linting check for all supported Python versions (#3725)
0 commit comments