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

sync with develop (20240802) #3401

Merged
merged 98 commits into from
Aug 11, 2024
Merged

sync with develop (20240802) #3401

merged 98 commits into from
Aug 11, 2024

Conversation

boegel
Copy link
Member

@boegel boegel commented Aug 2, 2024

No description provided.

damianam and others added 30 commits September 19, 2022 15:05
and to make the check for static libs in mpich optional, as they aren't
always there
PyTorch checks these environment variables in this order to determine
the build type (for CMake) to use:
- CMAKE_BUILD_TYPE
- DEBUG
- REL_WITH_DEB_INFO

If we don't set it explicitely we might end up with an unexpected debug
build.
Add the `build_type`EC option used in the CMakeMake easyblock with similar semantics.
Crivella and others added 23 commits July 16, 2024 15:13
…-type

Set build type for PyTorch explicitely
…asyblocks

Merge of the ConfigureMake and CMakeMake versions of the easyblock for QuantumESPRESSO
Extrae: force --without-unwind for ARM and add --with-libz option for all architectures
To add MSA and specially PMIx support for ParaStationMPI
…y, we don't rely on the SONAME being set (it isn't set for many libraries), nor do we rely on the SONAME being the same as the filename (which isn't necessarily true). Finally, it resolves the issue that find_library only returns the library name, and then if some python code opens this library dynamically, the runtime loader might find a different one (or none at all, e.g. because LD_LIBRARY_PATH is filtered)
Remove redundant backslashes in GEANT easyblock
…lative_paths

use relative paths to object files when compiling shared libraries in the OpenFOAM easyblock
Patch `ctypes` for Python installations when filtering `LD_LIBRARY_PATH`
Explicitly call `csh` in custom easyblock for WPS
…_pr_tkinter

simplify install step in custom easyblock for `Tkinter`
@boegel boegel added update EasyBuild-5.0 EasyBuild 5.0 labels Aug 2, 2024
@boegel boegel added this to the 5.0 milestone Aug 2, 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

@Micket Micket merged commit 2ddd9fd into easybuilders:5.0.x Aug 11, 2024
19 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.