Alexander Grund
Alexander Grund
> So then the changes being made here should be included in that PR. In isolation it just doesn't make much sense to me... #3995 did include this PR, although...
Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **FAIL** _Clang-13.0.1-GCCcore-11.3.0.eb_ **(build issue)** (partial log available at https://gist.github.com/Flamefire/32f18f7439838eac3f8b31bf7bc1456a) Build succeeded for 0 out of 1 (1 easyconfigs...
Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **SUCCESS** _STREAM-5.10-GCC-11.3.0.eb_ * **SUCCESS** _STREAM-5.10-intel-compilers-2022.2.1.eb_ * **SUCCESS** _STREAM-5.10-intel-compilers-2024.2.0.eb_ Build succeeded for 3 out of 3 (3 easyconfigs in...
Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **SUCCESS** _SLEPc-3.20.1-foss-2023a.eb_ * **SUCCESS** _SLEPc-3.14.2-foss-2020b.eb_ Build succeeded for 2 out of 2 (2 easyconfigs in total) i7008 -...
@gkaf89 [reported](https://github.com/easybuilders/easybuild-easyconfigs/pull/22084#issuecomment-2694875152) that it is shown by configure and the build fails without this and succeeds with. In my logfiles I've also seen this in my EB builds: > Configure...
Rebased and retargeted to 5.0x
The problem is the default for `cmds_map`. We could add a `cmds` parameter to work in the same way as here that, when set, removes the default for `cmds_map` but...
Current behavior: 1. When `use_pip = True` (preferred way) then `buildcmd` is used as a command to run if explicitely set. Usually it does nothing in the build step 2....
We can download required sources and use `FETCHCONTENT_SOURCE_DIR_FOO` to point CMake to it: https://cmake.org/cmake/help/latest/module/FetchContent.html#variable:FETCHCONTENT_SOURCE_DIR_%3CuppercaseName%3E So this shouldn't be causing too much trouble
Failing Clang 18 uses LLVM easyblock and fails in tests, so unrelated Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **SUCCESS** _Clang-12.0.1-GCCcore-10.3.0.eb_ * **SUCCESS** _Clang-13.0.1-GCCcore-11.3.0-CUDA-11.7.0.eb_ *...