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

OpenFOAM provides a `foamInstallationTest` command that can be used to check a couple of things in an OpenFOAM installation

enhancement

Modifies block to check for the pre-existence of the `GRB_LICENSE_FILE` env var and uses its value if present, else uses `license_file` value from the easyconfig.

enhancement

PackedBinary contains some logic separating two cases: whether only files are extracted from a tar, or whether folders are extracted. `if os.path.isdir(srcpath): # copy files to install dir via Binary...

Hi all, We are encountering an error on our HPC cluster (Bessemer) while compiling GROMACS using easybuild with the GROMACS-2020-fosscuda-2019b.eb easyconfig (and others). The details for this cluster can be...

problem report

Currently to set the python module name to test in the sanity check the syntax is: "options={'modulename':'newname'}". The request is to change it to simply "modulename='newname'".

change request
EasyBuild-5.0

Output from the log: == FAILED: Installation ended unsuccessfully (build directory: /home/g/gwolosh/.local/easybuild/build/Perl/5.32.0/GCCcore-10.2.0): build failed (first 300 chars): cmd " perl Makefile.PL PREFIX=/opt/site/easybuild/software/Perl/5.32.0-GCCcore-10.2.0 " exited with exit code 127 and output:...

I would like to see Easybuild have the option to use python and perl package managers (pip and cpan) so that they can pull any dependencies needed just as the...

TF 2.4 (not sure about exact version where this was introduced) has an option `--config=mkl_aarch64`. Currently we don't use `with_mkl_dnn` EC param on non-x86 so this could be extended to...

I am not sure if I am using the Tarball EasyBlock in the wrong way or if something was overlooked: To reproduce: - I used EasyBuild 4.3.2 - Ran on...

problem report

The FFTW check assumes that there is a command `$(MPIRUN)` however not on every system this is used. E.g. on some systems `srun` or `arun` is used.

problem report