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.4 #3456

Merged
merged 36 commits into from
Sep 22, 2024
Merged

release EasyBuild v4.9.4 #3456

merged 36 commits into from
Sep 22, 2024

Conversation

boegel
Copy link
Member

@boegel boegel commented Sep 22, 2024

No description provided.

Flamefire and others added 30 commits April 5, 2024 16:25
…k, there the req_py_majver and friends are guaranteed to be defined
sync with main + bump version to 4.9.4dev
copy `EasyConfig` instance in constructor of `Bundle` and `Cargo` easyblocks before changes to it
Add two tests for the max_py_* parameters
When no compute capability is set but NVPTX is enabled, trying to figure
out the NVPTX architecture fails with the error:

```
File "easybuild/easyblocks/g/gcc.py", line 431, in map_nvptx_capability
  return sorted_gcc_cc[0]
IndexError: list index out of range
```

The error occurs because of an insufficient check for an unset CUDA
compute capability. This commit changes the checked conditions, so that
empty lists are also correctly handled.

Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>
GCC: Fix NVPTX mapping error with no CC set
bedroge and others added 6 commits September 17, 2024 13:24
…r_system_toolchain

allow Python bundles and packages to specify a maximum Python version for the system toolchain
Ignore Python from virtualenvs in GROMACS configure via `-DPython3_FIND_VIRTUALENV=STANDARD`
enhance custom easyblock for NCCL: add licence to NCCL installation
prepare release notes for EasyBuild v4.9.4 + bump version to 4.9.4
@boegel boegel added the update label Sep 22, 2024
@boegel boegel added this to the 4.9.4 milestone Sep 22, 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

@boegel boegel merged commit 601fe2c into main Sep 22, 2024
81 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.

9 participants