Alexander Grund
Alexander Grund
Well this was 5 months ago. And as the code is correct as far as I can tell (add the include/library paths for OpenSSL when used) I'd suggest to merge...
Can I have some log files with the exact error to maybe find out what is wrong? And maybe report it as an issue to TF upstream to see what...
I don't think this is a good idea. Using sysroot from a toolchain file sounds much much better. Counter example: Some software does` find_library(FOO foo.so PATHS /usr/foo)` This won't be...
@bartoldeman IIUC the whole point of sysroot is that you use `$EPREFIX` and **not** `/usr/foo`, is this correct? The CMake `find_*` commands have logic which will prepend the `CMAKE_FIND_ROOT_PATH` (or...
Actually I couldn't get it to work with any scipy :( Edit: Test report similar to the numpy tests coming up to check a few versions
Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **FAIL (build issue)** _SciPy-bundle-2019.03-foss-2019a.eb_ (partial log available at https://gist.github.com/c131a28e1443d2e06b6716058666ee50) * **FAIL (build issue)** _SciPy-bundle-2019.10-foss-2019b-Python-2.7.16.eb_ (partial log available at...
> How are those installed? from which sources? I was following the design of the R ECs, so we have something like this already. But I see your point, it...
Just evaluated that approach. It likely needs a change to the framework because we (probably) want to have those listed in the Module extension list, don't we? Currently we have...
Updated https://github.com/easybuilders/easybuild-framework/pull/3697 Anything else new here?
> To me it's really a problem that we can't check that the compat libraries actually work (due to not being able to compile/test a CUDA code). I wonder if...