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

The Tarball EasyBlock defines two [extra_options](https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/generic/tarball.py#L53-L61) `install_type` and `preinstall_cmd`. Besides a log message in run, the only place both are used is in the `install_step`. So far it is perfectly...

bug report

It seems like `pip list ... --format json` sometimes returns nothing at all, which isn't being handled well. ``` == 2023-01-25 17:38:10,411 pythonpackage.py:455 INFO Running command '/apps/gent/RHEL8/cascadelake-ib/software/Python/3.10.4-GCCcore-11.3.0/bin/python -m pip list...

problem report

Hi EB team, Two issues: **Issue 1:** RepeatModeler 2.0.3 and the latest version 2.0.4 changed the configure option from -trf_prgm to -trf_dir . To accommodate this change, a patch file...

problem report

- Fix for database in the version 3.13. - Adding the option to compile with mpi,seriallization using a flag in the easyconfig: serialization=True or False

enhancement

This EB is a modified version of the current `Clang` one (whether to keep them separate, having a simpler EB for Clang-only, or rename Clang to LLVMcore or viceversa is...

enhancement

Please modify line 87 of mcr.py file as follow: "agreeToLicense=Yes", to "agreeToLicense=yes", Apparently he new matlab compiler does not accept "Yes". It accept "yes" instead.

In EESSI we ran into the following error when compiling OpenFOAM v2312 for Intel Skylake (see https://github.com/EESSI/software-layer/pull/563#issuecomment-2180005389): ``` make: /bin/sh: Argument list too long make: *** [/cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/OpenFOAM/v2312-foss-2023a/OpenFOAM-v2312/wmake/makefiles/general:210: /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/skylake_avx512/software/OpenFOAM/v2312-foss-2023a/OpenFOAM-v2312/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so] Error 127...

bug fix
EESSI

(created using `eb --new-pr`)

new

Without these changes those variables are not defined correctly. Example of the resulting difference: ```diff -set DEFCUDAVERSION=12.3; -set DEFSTDPARCOMPUTECAP=; +set DEFCUDAVERSION=12; +set DEFSTDPARCOMPUTECAP=80; ```

bug fix

On a Rocky 8.7 system with Intel cascade-lake CPUs I get a failing sanity check of IMPI/2021.10.0: > Abort(1615247) on node 0 (rank 0 in comm 0): Fatal error in...

problem report