easybuild-easyblocks icon indicating copy to clipboard operation
easybuild-easyblocks copied to clipboard

Collection of easyblocks that implement support for building and installing software with EasyBuild.

Results 233 easybuild-easyblocks issues
Sort by recently updated
recently updated
newest added
trafficstars

Depends on - [ ] https://github.com/easybuilders/easybuild-framework/pull/4539 Untested.

feature
EasyBuild-5.0

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...

enhancement

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).

new

`ctypes` relies on `LD_LIBRARY_PATH` and doesn't respect rpath linking, this is a workaround for the EasyBuild context for this setup.

bug fix
EESSI

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...

problem report

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...

change