Alex Domingo
Alex Domingo
This PR changes a bit how installations of JuliaPackages are handled to get the following improvements: Fixes https://github.com/easybuilders/easybuild-easyconfigs/issues/19281 Alternative fix for https://github.com/easybuilders/easybuild-easyconfigs/pull/19650 * Properly handle `JuliaPackages` that have other `JuliaPackages`...
As discussed in the last EB5 meeting, we can set the default LIBDIR in CMake to `lib` to avoid issues with exotic cmake scripts. Changelog: * add new `install_libdir` parameter...
Follow-up of https://github.com/easybuilders/easybuild-easyblocks/pull/2791 Main changes: * remove QA, instead configure installation by directly writing the `install.info` file * update configuration options and supported dependencies from version 2020xxxx to 2023xxxx *...
Currently, the software layer is built on a host machine for that host machine (*i.e.* `--march=native`). However, on client side, we are potentially using those same binaries in a variety...
(created using `eb --new-pr`) Depends on: * [x] #20103
This is quite a big change, it makes the base `EasyBlock` class usable by adding generic implementations of the missing configure, build and install step. This is how this works:...
Currently clicking the _Load/Unload_ button does not cause any change on the UI. So while modules load/unload it might seem that nothing was triggered by the click. This PR makes...
### Describe the bug Using the `dirhtml` builder results in pages with canonical links of the form ``` ``` for the index document `_website/search/index.html` ### How to Reproduce 1. Set...