Alex Domingo
Alex Domingo
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...
fixes #4657 * ~~use more portable `--date` argument for `touch`~~ * ~~catch failed commands inside the pipeline~~ * ~~move generation of command to make reproducible archives intro its own method~~...
Depends on: * #4653 This PR adds a new build option and easyconfig parameter called `module-search-path-headers` to control what environment variables will be added to module files with search paths...
Partial fix for #3331 EasyBuild (at build time) currently handles paths to headers of dependencies provided by EB through `CPPFLAGS`. The result is that the compilation command gets additional options...
Goal is to lay groundwork to be able to fix #3331 and add new option to control which search path variables are added in modules by simplifying the code injecting...
(created using `eb --new-pr`) Use same extension list as it is currently used in `scikit-build-core-0.5.0-GCCcore-12.3.0.eb`
GH actions can be dangerous if they are missconfigured. Recently [Ultralytics](https://github.com/ultralytics/ultralytics) was exploited through a PR abusing its GH actions. See https://blog.yossarian.net/2024/12/06/zizmor-ultralytics-injection Using a static analysis tool to check our...
Fixes #https://github.com/easybuilders/easybuild-framework/issues/4853 Depends on: * https://github.com/easybuilders/easybuild-framework/pull/4927 * https://github.com/easybuilders/easybuild-easyblocks/pull/3788 Rework recent NVHPC v25+ easyconfigs to work with then new NVHPC/nvidia-compilers toolchains. * `nvidia-compilers` only provide the compilers * `NVHPC` provide `nvidia-compilers`...