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

PyTorch checks these environment variables in this order to determine the build type (for CMake) to use: - CMAKE_BUILD_TYPE - DEBUG - REL_WITH_DEB_INFO If we don't set it explicitely we...

enhancement

We should go through all the easyblocks to check what custom parameters they define, and ensure those also adhere to our naming policy (see https://github.com/easybuilders/easybuild-framework/issues/4563)

EasyBuild-5.0

The [init method of PythonPackage ](https://github.com/easybuilders/easybuild-easyblocks/blob/9e1cdf245fdd6b4d803885562eb084b6df4e236b/easybuild/easyblocks/generic/pythonpackage.py#L380-L423) does a lot depending on EC params For some Python packages with own easyblocks, such as numpy, we may want to use pip starting...

I'm trying to update `bcl-convert` and we're seeing build failures on `generoso`. After adding `rpmrebuild` as a builddep, I saw: ``` rpm: -bb: unknown option ``` and the build failed....

bug report

(created using `eb --new-pr`) This pull request, which provide support for building of NAMD on arm architecture, relies on #3248. and [this easyconfig](https://github.com/easybuilders/easybuild-easyconfigs/pull/20026) - #3248 skips the patching of charm...

enhancement
aarch64

Add the option to change the examples that will be run during the sanity-check in the EasyConfig

Building (any) GCC EB without fortran (`--try-amend=languages=c,c++`) fails the [post-install step](https://github.com/easybuilders/easybuild-easyblocks/blob/f5b362c780f294e3d45e5a9d814fc1fdcb406408/easybuild/easyblocks/g/gcc.py#L906) because it unconditionally try to create an `f77` symlink to `gfortran`, which does not exist. ``` == 2024-05-02 14:56:48,215...

bug report

I noticed this when installing LAMMPS on our icelake servers and felt it was a typo.