use CMakeMake easyblock for installing magma to avoid C++11 related failures on Power#10929
Conversation
|
Test report by @Flamefire |
|
@boegel Can this be added to the next release as a bugfix please? It allows building it on power |
|
Test report by @Flamefire |
|
Test report by @migueldiascosta |
|
lgtm, but since the tests pass on a system without GPUs, I suppose the testsuite is not being run (?) worth looking into running the testsuite? |
|
As far as I can tell no tests were run before except compile tests due to lack of Anyway I checked the CMakeLists and there are no tests added that could be executed by Edit: Oh and the use of python means we'd need Python at least as a build dependency. Kinda OK I guess. |
|
I think in same cases (e.g. TensorFlow?), when particularly relevant (as it would be for magma, imho), we do run the GPU tests, but indeed I'm not sure, this is only based on occasionally not being able to build on non-GPU systems but if it doesn't have a proper testsuite, my question is irrelevant :) |
|
Going in, thanks @Flamefire! |
(created using
eb --new-pr)