easybuild-easyblocks
easybuild-easyblocks copied to clipboard
Collection of easyblocks that implement support for building and installing software with EasyBuild.
See [this build failure](https://github.com/easybuilders/easybuild-easyconfigs/pull/18032#issuecomment-1576658731). Snippet from that log: ``` == 2023-06-05 12:03:05,327 build_log.py:171 ERROR EasyBuild crashed with an error (at easybuild/easybuild-framework/easybuild/base/exceptions.py:126 in __init__): cmd " cargo build --profile=release --tests -j...
Draft PR, since we should test that adding the `return` statement to the various easyblocks doesn't break anything (it shouldn't). Motivated by fixes in #2938
This PR adds an easyblock for the quantum chemistry software TURBOMOLE. The reasons why I created this easyblock are support for TmoleX, a GUI that is often used alongside TURBOMOLE...
(created using `eb --new-pr`)
CP2K has had a recent release v2023.1. This release has significant improvements on the GPU side. The current cp2k easyblock does not produce an executable using foss chain for this...
Fixes #2910.
While installing `imkl-FFTW/2022.2.1-iimpi-2022b` with `--rpath`, I ran into lots of the following errors: ``` mpiicc -c -Wall -Werror -std=c99 -Wall -Werror -std=c99 \ -DMKL_DOUBLE -I../../include -I../../include/fftw wrappers/1d_create_plan.c -o /dev/shm/f115372/imklFFTW/2022.2.1/iimpi-2022b/tmp0j8l_1wg/obj_DOUBLE_intel64_lp64/1d_create_plan.o icx:...
one of our users noted that the command `5ttgen hsvs ` errors in `MRtrix/3.0.3` with ``` [ERROR] Required input file missing (expected location: %(installdir)s/share/mrtrix3/_5ttgen/hsvs/HippSubfields.txt ``` I guess this affects all...