Alexander Grund

Results 339 issues of Alexander Grund

Adjust tests to take that into account and add tests to check that the old name causes a proper error. Add such error handling for the `skipsteps` EC parameter. Split...

change
EasyBuild-5.0

Introduce `make_extension_module_extra` which gets called during module file creation for every extension similar to `make_module_extra`. This ensures it will also be called for parallel extension or --module-only builds. Fixes https://github.com/easybuilders/easybuild-framework/issues/4647...

enhancement

I just noticed that the `SciPy-bundle` module generated by `--module-only` is missing some paths. Those are supposed to be added by the `numpy` extension. However the current mechanism is flawed:...

bug report

This is a follow-up discussion to https://github.com/easybuilders/easybuild-framework/pull/4624 That PR moved the verification of the checksums for sources and patches to the fetch-step. That results in the "source"-step to only extract...

change request
EasyBuild-5.0

Similar to the `pip check` being run repeatably where a single check would suffice I see the module existance check done multiple times. For SciPy-bundle-2022.05 every module seems to get...

problem report
performance

I noticed this when trying to reinstall flex-2.6.4-GCCcore-12.2.0.env: The relevant part of the EC are this: ``` toolchain = {'name': 'GCCcore', 'version': '12.2.0'} toolchainopts = {'pic': True} builddependencies = [...

problem report

We have a site-wide software installation and allow custom modules, i.e. `--envvars-user-modules` To be able to build on top of that the user needs to modify it's module path. For...

problem report

This is #4164 rebased on 5.0x Except for one conflict (`string_type` -> `str`) it was trivial. So #4164 should still be viable for develop The None case was missed and...

bug fix
EasyBuild-5.0

#4159 rebased to 5.0x Having a `'src': None` entry in a dict for checksums is as valid as having a `None` entry directly in the list. However the current function...

bug fix
EasyBuild-5.0

(created using `eb --new-pr`) I added this to 2023a using the highest version possible that is compatible with existing ECs. In particular we have ipykernel 6.25.1 that means spyder-kernels