easybuild-easyblocks
easybuild-easyblocks copied to clipboard
Collection of easyblocks that implement support for building and installing software with EasyBuild.
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...
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)
(created using `eb --new-pr`)
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....
(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...
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...
I noticed this when installing LAMMPS on our icelake servers and felt it was a typo.