easybuild-easyblocks
easybuild-easyblocks copied to clipboard
Collection of easyblocks that implement support for building and installing software with EasyBuild.
The numpy EasyBlock runs the unittests as `"cd .. && %(python)s -c 'import numpy; numpy.test(verbose=2)'"` However the `numpy.test` function returns True/False depending on success. As that is never checked the...
Fix for failing installation when EasyBuild was configured with `binutils` in `--filter-deps`, and taking into account the use of `--rpath`
This is needed to fix the test in https://github.com/easybuilders/easybuild-easyconfigs/pull/11145 There are three fixes: * fixes sanity checks for Boost >= v1.69.0: as MT libraries have an additional `x64` suffix *...
Recent versions of LAMMPS (at least version `2Jun20`) enforces camel casing for the Kokkos options (e.g., `-DKokkos_ENABLE_CUDA=yes`). Hopefully this naming was already supported in previous versions so we don't have...
Forced reinstalled of (for example) `ROOT-6.14.06-foss-2018b-Python-2.7.15.eb` is failing during `make install` with: ``` In file included from input_line_12:7: /tmp/kehoste/easybuild/build/ROOT/6.14.06/foss-2018b-Python-2.7.15/easybuild_obj/include/ROOT/RVec.hxx:36:10: fatal error: 'vdt/vdtMath.h' file not found #include ^~~~~~~~~~~~~~~ Error: /tmp/kehoste/easybuild/build/ROOT/6.14.06/foss-2018b-Python-2.7.15/easybuild_obj/bin/rootcling: compilation...
- A first and very raw implementation, mapping optarch's march directly to targets known to OpenBLAS. - A better mapping is required. Skylake-avx512 vs SKYLAKEX as an obvious example.
@JensTimmerman You introduced this change: https://github.com/easybuilders/easybuild-easyblocks/commit/de16713b1a744354e2022000c84a9f08ba3665aa#diff-ae44a1c5fa077d44e8ada75a8cabd117R47 What was the reasoning in building in debug mode (aka -O0 etc)? The comment "run cmake in debug mode" makes me think you want...
(created using `eb --new-pr`)
Fixes #2731 Can be tested with an extended dry run (`-x`) and the example easyconfig ``` easyblock = 'Bundle' name = 'GROMACS' version = '2020.2' homepage = 'http://www.gromacs.org' description =...