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

Conversation

boegel
Copy link
Member

@boegel boegel commented Sep 14, 2024

No description provided.

boegel and others added 30 commits June 12, 2024 23:24
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
add definition for gmpflf toolchain
ifort is deprecated, so default to ifx
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
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.
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.
fix fetch progress bar showing to many files
Correctly evaluate result for `--dep-graph`
Resolve internal imkl>=2021 version subdir via "latest" symlink
use Intel's oneAPI Fortran compiler by default for version 2024.0.0 and newrer (`oneapi_fortran` toolchain option set to `True`)
CI: Allow using Node 16 actions
fix definition of gmpflf toolchain
Fix typo in message about including an easyblock from a commit
joeydumont and others added 17 commits August 31, 2024 21:20
Before checking for strin equality we don't need another check on it.
`None != str` for any string `str`
Remove a superflous check in `EasyBlock.run_all_steps`
only call `_sanity_check_step_extensions` if `--skip-extensions` is not set
allow for case where `homepage = None` when generating the docs
Add support for `--software-commit` and an associated template `%(software_commit)s`
add support for `--extra-source-urls` to fetch sources from additional URLs
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.
Remove trailing dots from backup message.
prepare release notes for EasyBuild v4.9.3 + bump version to 4.9.3
@boegel boegel added the update label Sep 14, 2024
@boegel boegel added this to the 4.9.3 milestone Sep 14, 2024
Micket
Micket previously approved these changes Sep 14, 2024
Copy link
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

fix `test_github_det_commit_status` by using more recent commits
Micket
Micket previously approved these changes Sep 14, 2024
Copy link
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@boegel boegel merged commit f6b28bc into main Sep 14, 2024
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.