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

Running the sanity check command: ``` eb --sanity-check-only SCOTCH-7.0.1-iimpi-2022a.eb FFTW-3.3.10-iimpi-2022a.eb imkl-FFTW-2022.1.0-iimpi-2022a.eb HDF5-1.12.2-iimpi-2022a.eb ``` within a Singularity container with Rocky-8 works for the first two commands but fails for `imkl-FFTW-2022.1.0-iimpi-2022a.eb` with...

bug report

Test reports in https://github.com/easybuilders/easybuild-easyconfigs/pull/16286 and https://github.com/easybuilders/easybuild-easyconfigs/pull/16385 showed that installation was failing because no details were found on `distributed/test_c10d_gloo` and `test_jit_cuda_fuser` That's fixed in this PR, and I've also fleshed out...

bug fix
tests

The following options cause a configure warning (in the install step of the Binary EasyBlock) and should be investigated: - `--disable-Werror` - `--enable-mpi` - `--with-yaml-path` - `--with-ext-linalg` - `--with-python_prefix`

bug report
EasyBuild-5.0

FSL is now installed via a Conda environment. The default Conda easyblock cannot easily be used because: - FSL requires that certain environment variables are defined, e.g. _FSLOUTPUTTYPE_ so these...

new

(created using `eb --new-pr`) depends on framework PR: - https://github.com/easybuilders/easybuild-framework/pull/4474 now also implements an "object storage" as suggested by @boegel . things i’m not sure about: - currently uses symlinks...

new

These 4 changes will allow EB to use Micromamba as conda / mamba replacement which is much faster - Check for existence of `micromamba` first because `mamba` is sometimes used...

enhancement

In the Conda easyblock, we are careful not to set `LD_LIBRARY_PATH` and `LIBRARY_PATH` (see https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/conda.py#L100). I'd be concerned though that we may still have potential leakage due to the setting...

Hello ! Is-it possible to make OpenBLAS easyblock aware to `--optarch=GENERIC` using `DYNAMIC_ARCH` build option (Include support for multiple CPU targets, with automatic selection at runtime). Reference: https://fossies.org/linux/OpenBLAS/README.md Below, a...

enhancement

(created using `eb --new-pr`) This PR is to make sure that [NMAD/3.0b6](https://www.ks.uiuc.edu/Research/namd/3.0b6/announce.html) version through this [new EB file](https://github.com/easybuilders/easybuild-easyconfigs/pull/20026) gets installed without an error. There were primary two errors I was...

update