Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert all generic easyblocks to run_shell_cmd #3046

Merged
merged 31 commits into from
Jan 6, 2024

Commits on Dec 6, 2023

  1. Convert ConfigureMake easyblock to run_shell_cmd.

    The default for the verbose= parameter for build_step is reversed
    in line with the default for run_shell_cmd.
    bartoldeman committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    714bd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cabe3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93de2a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4485b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a3442f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d71b71e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    c5b7f46 View commit details
    Browse the repository at this point in the history
  2. Use fail_on_error=False in det_cmake_version().

    It handles errors itself already by just looking at the output,
    no need also do it in run_shell_cmd here. This fixes the test
    case for det_cmake_version().
    bartoldeman committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d5e54a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    a9be397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b1d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d80cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53ef067 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b31e92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7c6474 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52fa3c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30a907e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c039ab4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d89524c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    816af4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    853a9f7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b4d0c3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a87daf2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bce0644 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    73364a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ff8e9ec View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e43be23 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1a7fe10 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    40d10fa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f402ac9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5e71a44 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6f69813 View commit details
    Browse the repository at this point in the history