Simon Branford
Simon Branford
Or the easyblock could detect `< 8` cores and disable this test in that case, with a suitable warning.
Building R (4.1.0) in 2021a I get: > WARNING: R will be built with generic BLAS, which will result in poor performance. So, flexiblas is not being detected / used.
> > > Building R (4.1.0) in 2021a I get: > > > WARNING: R will be built with generic BLAS, which will result in poor performance. > > So,...
Switch to using [CMakePythonPackage](https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/cmakepythonpackage.py) for the easyblock? Also, setting `env.setvar('FORCE_CUDA', '1')` builds the C++ bindings on a non-GPU node. We might be able to use `-DWITH_CUDA=on`.
Replaces #1449? Also, the comment on the line above will need to be updated.
> @Micket I'm a bit nervous that [easybuilders/easybuild-easyconfigs@d1adb4a](https://github.com/easybuilders/easybuild-easyconfigs/commit/d1adb4ae5a7af17b69a17dd75dd729fe1c56bb06) caused this issue That change only touched `SYSTEM` toolchain versions of `ncurses` and the error above is in `ncurses/6.2-GCCcore-11.2.0`.
Test report by @branfosj **SUCCESS** Build succeeded for 1 out of 1 (1 easyconfigs in total) bear-pg0212u17a.bear.cluster - Linux RHEL 8.3, x86_64, Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz (broadwell),...
@akesandgren Have you built GCCcore since https://github.com/easybuilders/easybuild-easyconfigs/pull/13310 was merged?
> I don't understand what that "conflicts" test is reporting... `KMC` depends on Python 3.8.6. `shovill` depends on Python 2.7.18, but has `KMC` as a dependency as well.
> INPUT (libtbbmalloc.so.2) It is failing to correctly deal with that file (see https://sourceware.org/binutils/docs/ld/Implicit-Linker-Scripts.html for information about these type of files), which are an alternative method to having a symlink...