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

as EB has cairo as a build dep, it might make sense to set cairo as a site default in `EBROOT/lib64/R/etc/Rprofile.site` by creating that file and adding `options(bitmapType = 'cairo')`...

enhancement
change request

WIP PR to install RPATH wrappers together with GCCcore and loading them automatically when loading the module. This would make GCC in an RPATH stack transparent to a user, if...

enhancement
EESSI

When doing a CPU-only build of TF 2.6.0 in a batch job with 7 cores it repeatedly failed //tensorflow/python/data/kernel_tests:interleave_test When running it on 14 cores the test passed. I haven't...

bug report

When adding a single extension to an older `Python` module I saw this error with EB `4.4.2`: ``` == 2021-09-13 13:27:18,911 filetools.py:1783 INFO Creating directory /tmp/eb-iZ3Wvx/tmpufWW9M-tmp-prefix/lib/python3.7/site-packages (parents: True, set_gid: False,...

bug report

It still links to all the CUDA libraries, so at a glance it doesn't look obviously broken. But, apparently a vital CUDA backend for torchvision::nms is missing. The following code...

bug report

Enhancement for custom easyblock for Java to fix problems that occur when using `Java` in the context of an alternate sysroot and using RPATH (see https://github.com/EESSI/software-layer/issues/123) Also adds basic custom...

enhancement
bug fix
EESSI

E.g. EB_scipy uses FortranPythonPackage which ignores `use_pip` and always builds with setup.py It then uses pip to build the package again (this time without the Fortran settings) and installs that....

problem report

Hi, we needed to provide a fix for the MATLAB easyblock `matlab.py` since LooseVersion seems to be stricter with Python3. The fix was copied from [a similar issue](https://github.com/easybuilders/easybuild-easyblocks/issues/1792): ``` #...

problem report

A first search indicates (at least): - [CMakeMake](https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/cmakemake.py) (see issue #2420) - ~[numpy](https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/n/numpy.py)~ (no change needed to link with FlexiBLAS, cfr. https://github.com/easybuilders/easybuild-easyconfigs/pull/12935) - [SuperLU](https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/s/superlu.py) - ~[ScaLAPACK](https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/s/scalapack.py)~ (fixed in ~#2427~) -...

enhancement
bug fix