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

release EasyBuild v4.9.3 #4635

Merged
merged 104 commits into from
Sep 14, 2024
Merged

release EasyBuild v4.9.3 #4635

merged 104 commits into from
Sep 14, 2024

Commits on Jun 12, 2024

  1. bump version to 4.9.3dev

    boegel committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a4cc53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4098ba View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Correctly evaluate result for --dep-graph

    The success message was always printed even when dumping the graph
    failed resulting in no file being created but a message like:
    
    > Error: renderer for .pdf is unavailable
    > Wrote dependency graph for 1 easyconfigs to graph.pdf
    Flamefire committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    02a3719 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Adding gmpflf

    Richard Top committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    467afd5 View commit details
    Browse the repository at this point in the history
  2. Update gmpflf.py

    TopRichard authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f8a192c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4566 from TopRichard/gmpflf-toolchain

    add definition for gmpflf toolchain
    boegel authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5f00b71 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Set oneapi_fortran=True by default for Intel 2024.0.0+

    ifort is deprecated, so default to ifx
    bartoldeman committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9da5c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d6623 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix fetch progress bar showing to many files

    As we also call `obtain_file` for `checksum.json` the progress bar will
    show one file to many. E.g.
    
    > Fetching files: 100% (4/3)
    
    Ignore that file for updating the progressbar
    Flamefire committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    92fb406 View commit details
    Browse the repository at this point in the history
  2. Resolve internal imkl>=2021 version subdir via "latest" symlink

    This is already done in the easyblock, and needed since the
    "latest" symlink pointed to the full version in versions < 2024 but
    to a shorter version (e.g. 2024.2) in 2024 versions.
    bartoldeman committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3e445ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4bf9d2 View commit details
    Browse the repository at this point in the history
  4. reuse pre-computed checksums

    We calculate MD5 and SHA256 checksums as part of the log output
    which might take considerable time.
    Instead of recomputing it in `verify_checksum` we can reuse this value.
    Flamefire committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    eed9e27 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #4568 from Flamefire/fix-progressbar

    fix fetch progress bar showing to many files
    branfosj authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    33a5030 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request #4554 from Flamefire/fix-dep-graph-msg

    Correctly evaluate result for `--dep-graph`
    boegel authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c782aed View commit details
    Browse the repository at this point in the history
  2. gmpflf FlexiBLAS dependency

    Richard Top committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1798310 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4570 from bartoldeman/imkl-latest-symlink

    Resolve internal imkl>=2021 version subdir via "latest" symlink
    boegel authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    68f7963 View commit details
    Browse the repository at this point in the history
  4. Update gmpflf.py

    TopRichard authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7ae687c View commit details
    Browse the repository at this point in the history
  5. Update gmpflf.py

    TopRichard authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e5d127d View commit details
    Browse the repository at this point in the history
  6. Update docstring

    Flamefire committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    66b82a1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4567 from bartoldeman/ifx-2024

    use Intel's oneAPI Fortran compiler by default for version 2024.0.0 and newrer (`oneapi_fortran` toolchain option set to `True`)
    boegel authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c71b487 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    9846b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4bf774 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4574 from Flamefire/node16

    CI: Allow using Node 16 actions
    jfgrimm authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    faadf81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d096605 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4571 from TopRichard/gmpflf-mod

    fix definition of gmpflf toolchain
    boegel authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    02bd1c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. comit -> commit

    bedroge committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    669806b View commit details
    Browse the repository at this point in the history
  2. comit -> commit

    bedroge committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2874f8f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    66ec1af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4575 from bedroge/fix_typo_in_commit

    Fix typo in message about including an easyblock from a commit
    bartoldeman authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    acb1ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge pull request #4569 from Flamefire/improve-speed

    reuse pre-computed checksums
    ocaisa authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1148625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37858f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add an --extra-source-urls CLI option to fetch sources from additiona…

    …l URLs.
    
    Add the --extra-source-urls CLI option, a | separated list of
    URLs that EasyBuild will fetch sources from. It replaces the hard-coded
    EASYBUILD_SOURCES_URL, but keeps it as a default value. Uses the add_flex
    logic to prepend, append, or insert into the default list.
    
    Co-authored-by: Alexander Grund <Flamefire@users.noreply.github.com>
    joeydumont and Flamefire committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e9c8f7b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Addressed review comments.

    joeydumont committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    18a9e29 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add cuda_cc_space_sep variant that does not have periods, e.g. '80 90…

    …' if cuda compute capabilities is 8.0,9.0
    Caspar van Leeuwen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    13eb8b6 View commit details
    Browse the repository at this point in the history
  2. Shorten local variable name

    Caspar van Leeuwen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    49455ae View commit details
    Browse the repository at this point in the history
  3. Revert shortening when it concerns the real build option cuda_compute…

    …_capabilities, and not the local variable
    Caspar van Leeuwen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f17edd1 View commit details
    Browse the repository at this point in the history
  4. Revert shortening when it's really about the cuda compute capabilitie…

    …s build option, instead of the local var
    Caspar van Leeuwen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    37a473d View commit details
    Browse the repository at this point in the history
  5. Fix name of cuda_compute_capabilities template, it was accidentally r…

    …eplaced
    Caspar van Leeuwen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c6a5723 View commit details
    Browse the repository at this point in the history
  6. Forgot to change second expected pattern in unit test. Did so now

    Caspar van Leeuwen committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1674f1e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Make unrelated warning disappear

    Caspar van Leeuwen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fba1825 View commit details
    Browse the repository at this point in the history
  2. Make unrelated warning from CI disappear

    Caspar van Leeuwen committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    262ff85 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Merge pull request #4583 from casparvl/cc_space_seperated_template

    Add cuda_cc_space_sep variant that does not have periods
    branfosj authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fbf5d39 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    014732a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4576 from bedroge/gcc_riscv_strict_precise

    don't use special flags for `strict`, `precise`, `loose`, `veryloose` toolchain options on RISC-V
    boegel authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    45e6db4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Add --skip-sanity-check option

    For some modules the sanity check command(s) fail when run in the build
    environment.
    This option can be used to still install it and investigate later.
    Flamefire committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a02b8ec View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    8e18776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ec182 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. add GNU_FTP_SOURCE template constant

    `GNU_SOURCE` (https://ftpmirror.gnu.org/gnu) is sometimes unreachable.
    We can use the main source instead of the mirror: https://ftp.gnu.org/gnu
    Add the constant `GNU_FTP_SOURCE` for that.
    Recommended use:
        `source_urls = [GNU_SOURCE, GNU_FTP_SOURCE]`
    Flamefire committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1ea149d View commit details
    Browse the repository at this point in the history
  2. fix test_compiler_cache

    The test searches for the real command, e.g. `gcc`,
    deletes the first one found and uses the rest.
    However there could be multiple ones: /usr/bin/gcc /bin/gcc
    In this case the second would be wrongly used as the input.
    Fix by converting the output of `which` into an array and using the 2nd
    entry.
    Flamefire committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6c09fa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. improve error message when neither name nor easyblock are specified

    The current "No software-specific easyblock 'EB_UNKNOWN' found for UNKNOWN"
    is rather confusing. Don't use UNKNOWN and just error/handle it.
    Flamefire committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6c17e29 View commit details
    Browse the repository at this point in the history
  2. Check especially for empty EasyConfigs

    Provide a better error message in case the EassyConfig file doesn't
    contain anything but whitespace.
    Flamefire committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    300cae6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. handle post-install patches in check_checksums_for

    Checksums for post-install patches come after the patch checksums, see `fetch_patches`.
    As those were not included in the check specifying a checksum for those
    patches leads to errors such as
    > found 0 sources + 0 patches vs 1 checksums
    Flamefire committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    17d4421 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    9e8ce6d View commit details
    Browse the repository at this point in the history
  2. Use OrderedDict from collections not py2vs3

    This is from the python installation since 2.7
    Flamefire committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    df225fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    657c765 View commit details
    Browse the repository at this point in the history
  4. Fix flake8 of py2.py

    Flamefire committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1610469 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61daad9 View commit details
    Browse the repository at this point in the history
  6. Fixup requirements.txt

    Use recent version of keyrings
    Remove redundant stuff
    Reordering
    Flamefire committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    846a0f9 View commit details
    Browse the repository at this point in the history
  7. Simplify ignore patterns

    Flamefire committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8ba3ba2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix copy_file with a folder as the target

    This use case comes up with e.g. `--copy-ec /tmp`.
    The existing code will see that `/tmp` exists and has a different UID
    and hence will use `shutil.copy_file` which expects the target to not be
    a folder. It hence fails with "[Errno 21] Is a directory"
    Use `shutil.copy` as was likely intended anyway.
    Flamefire committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    80dc7a6 View commit details
    Browse the repository at this point in the history
  2. Switch back to shutil.copyfile

    `shutil.copy` tries to change permissions which isn't allowed in the case where it is used.
    As we already made sure the target is a file we can use `shutil.copyfile`
    Flamefire committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f178aca View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. improve help string for --dep-graph

    The current one is not clear enough as to what `<ext>` is supposed to be.
    So provide some examples, especially `.dot` which doesn't require `graphviz-python`
    Flamefire committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ba127ec View commit details
    Browse the repository at this point in the history
  2. extra-sources-url doesn't seem to be configured with init_config, tes…

    …ting whether specifying it here fixes the tests.
    joeydumont committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    281f9ba View commit details
    Browse the repository at this point in the history
  3. Moved extra_source_urls to the proper location in BUILD_OPTIONS_CMDLI…

    …NE so that init_config has the right default value. Should fix CI tests.
    joeydumont committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1f5542e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4597 from Flamefire/gnu-main-ftp-template

    add `GNU_FTP_SOURCE` template constant
    boegel authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    79043c1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4599 from Flamefire/fix-test_compiler_cache

    fix `test_compiler_cache`
    boegel authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    877632a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4603 from Flamefire/fix-empty-ec

    improve error messages for empty EasyConfigs
    boegel authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    20e4ce6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4605 from Flamefire/postinstallpatch-checksums

    handle post-install patches in check_checksums_for
    boegel authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    029ef30 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4609 from Flamefire/fix-copy

    fix `copy_file` with a folder as the target
    boegel authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f28f0b1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4610 from Flamefire/dep-graph-doc

    improve help string for `--dep-graph`
    boegel authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    60eebbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    310d0c2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4590 from Flamefire/skip-sanity-check

    Add `--skip-sanity-check` option
    boegel authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fe6469e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Addressed review comments.

    joeydumont committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d6a8d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65410ff View commit details
    Browse the repository at this point in the history
  3. Make houndbot happy.

    joeydumont committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6414ab0 View commit details
    Browse the repository at this point in the history
  4. Fix the order of imports.

    joeydumont committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6d98a2e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #4594 from Louwrensth/fix_help_msg_http_headers

    fix help message for `--http-headers-fields-urlpat` configuration option
    boegel authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1a26053 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Readd OrderedDict import

    Flamefire committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    912f1a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3788 from Flamefire/python27

    clean up code that was only there to support Python 2.6 + avoid syntax warnings when parsing py2vs3/py.p2 with Python 3.x
    boegel authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2882c29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4589 from boegel/fix_help_cuda_compute_capabiliti…

    …es_template
    
    fix help text for `cuda_compute_capabilities` template
    casparvl authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6f935b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. only call _sanity_check_step_extensions if --skip-extensions is not set

    Derived easyblocks might want to override this method to add own checks.
    By moving the check outside the call it doesn't need to be repeated in
    derived classes.
    Flamefire committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    909213b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Address review comments.

    joeydumont committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    dd86456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d454bad View commit details
    Browse the repository at this point in the history
  3. Need to revert to EASYBUILD_SOURCES_URL in easyblock, importing it fr…

    …om config in easyblock leads to circular imports. Not sure how to stop houndbot from howling.
    joeydumont committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0317785 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    046e0a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove a superflous check

    Before checking for strin equality we don't need another check on it.
    `None != str` for any string `str`
    Flamefire committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    031416f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Merge pull request #4623 from Flamefire/simplify-check

    Remove a superflous check in `EasyBlock.run_all_steps`
    boegel authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    eae39e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4620 from Flamefire/extension-skip

    only call `_sanity_check_step_extensions` if `--skip-extensions` is not set
    boegel authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    703d3a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a71aafd View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Merge pull request #4626 from branfosj/no_homepage

    allow for case where `homepage = None` when generating the docs
    boegel authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e0e04fb View commit details
    Browse the repository at this point in the history
  2. Don't repeat definitions.

    joeydumont committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f5fcdb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    04ea11d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4628 from boegel/software_commit

    Add support for `--software-commit` and an associated template `%(software_commit)s`
    ocaisa authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b966c5f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge pull request #4079 from joeydumont/source_url_cli_option

    add support for `--extra-source-urls` to fetch sources from additional URLs
    boegel authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    29c3e60 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    e85f00a View commit details
    Browse the repository at this point in the history
  2. Remove trailing dots from backup message.

    The dots usually indicate some upcoming process or shortened information.
    Neither is true at this point: The backup file *has* been saved.
    Removing the dots makes it also easier to C&P the resulting name as the
    selection will no longer automatically contain the dots.
    Flamefire committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c55e2d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a355ba6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4632 from Flamefire/dots-removal

    Remove trailing dots from backup message.
    boegel authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3475f9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ed5ce1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    05dee1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4631 from migueldiascosta/eb493

    prepare release notes for EasyBuild v4.9.3 + bump version to 4.9.3
    boegel authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    66ebcfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06b4645 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4636 from boegel/fix_test_github_det_commit_status

    fix `test_github_det_commit_status` by using more recent commits
    Micket authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    71418d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    795c6ab View commit details
    Browse the repository at this point in the history