easybuild-easyblocks
easybuild-easyblocks copied to clipboard
Collection of easyblocks that implement support for building and installing software with EasyBuild.
Depends on - [ ] https://github.com/easybuilders/easybuild-framework/pull/4539 Untested.
For system that doesn't have csh installed, /bin/csh won't call into the csh provided by tcsh module (if loaded as a build dependency). Tested and confirmed working on a Rocky...
(created using `eb --new-pr`) Before: 1. Install Tkinter into install dir 2. Create temp dir in build dir 3. Copy only the Tkinter parts from install dir to temp dir...
Adding this `bandicoot.py` easyblock to install [Bandicoot](https://coot.sourceforge.io/) library using [Bandicoot-1.14.0-foss-2023b.eb (easyconfigs PR #20962)](https://github.com/easybuilders/easybuild-easyconfigs/pull/20962).
`ctypes` relies on `LD_LIBRARY_PATH` and doesn't respect rpath linking, this is a workaround for the EasyBuild context for this setup.
Whilst addressing a build problem for `ELPA-2023.05.001-intel-2023a.eb` I came across these warnings: ``` checking whether obsolete --enable-avx2 has been provided... yes configure: WARNING: You did still use the deprecated option...
(created using `eb --new-pr`)
The QuantumESPRESSO `ConfigMake` and `CMakeMake` easyblocks have been merged in the same file with a wrapper easyblock deciding which one will get used depending on the version of QE. This...