easybuild-framework icon indicating copy to clipboard operation
easybuild-framework copied to clipboard

EasyBuild is a software installation framework in Python that allows you to install software in a structured and robust way.

Results 327 easybuild-framework issues
Sort by recently updated
recently updated
newest added
trafficstars

I tried `--review-pr` on a PR that introduced a `binutils-2.42-GCCcore-13.2.0.eb`. That finds `binutils-2.42` in other toolchains but not `binutils-2.40-GCCcore-13.2.0.eb` in the same toolchain. I suggest to enhance that to also...

(created using `eb --new-pr`) Not only does this reduce the (non-trivial) code duplication, it also allows e.g. easyblocks to resolve a template without setting an EC parameter. e.g. `self.cfg.resolve_template('lib/%(pyshortver)s')` might...

enhancement

E.g. for Python packages we (almost) always want to check for `lib/python%(pyshortver)s` and potentially add additional paths from EasyConfigs. Currently a workaround is used that sets the parameter in the...

enhancement

(created using `eb --new-pr`) I had a crate that was supposed to fetch a git commit from https://github.com/astral-sh/reqwest-middleware. However the specified git commit `21ceec9a5fd2e8d6f71c3ea2999078fecbd13cbe` was not available for `git checkout`...

bug fix

Rebase of #3842 to 5.0x ec['parallel'] currently doubles as an EC option and as the storage for the calculated parallelism set by the EasyBlock. This makes it hard to reason...

change
EasyBuild-5.0

Even though the `crates` are recognized as sources for `Cargo` easyconfigs the checksums are not written, at least when neither 'source_urls', 'sources' nor 'patches' are present. Handle `crates` like `sources`...

enhancement

We should deprecate Python 3.6, and probably all Python

change request
EasyBuild-5.0

This is related to PR https://github.com/easybuilders/easybuild-easyconfigs/pull/21392 The checksum of the generated `lsp-types-0.95.1.tar.gz` with our reproducible tarball code is `455f2c12f64c2e293c72efdf2b90b96f5903d6590bd2e496bab5f12750402631` on several Linux systems (RHEL8, Rocky 8, Fedora 40 and Debian...

bug report
EasyBuild-5.0