easybuild-easyblocks
easybuild-easyblocks copied to clipboard
Collection of easyblocks that implement support for building and installing software with EasyBuild.
Easyblock for Julia packages: * Installs packages from local sources * Sources can either be a tarball or a git repo (`git_config`) * Avoids any extra downloads (offline mode) *...
This is a first attempt at fixing https://github.com/easybuilders/easybuild-easyconfigs/issues/15106 It requires this small framework change https://github.com/easybuilders/easybuild-framework/pull/4088
(created using `eb --new-pr`) While installing `NVHPC/22.9` I got this error: ``` == FAILED: Installation ended unsuccessfully (build directory: /dev/shm/swmanage/jurecadc/NVHPC/22.9/system-system): build failed (first 300 chars): cmd "/p/software/jurecadc/stages/2023/software/NVHPC/22.9/Linux_x86_64/22.9/compilers/bin/makelocalrc -x /p/software/jurecadc/stages/2023/software/NVHPC/22.9/Linux_x86_64/22.9/compilers -g77...
(created using `eb --new-pr`) Modifications for PETSc 2022a. Now the SCOTCH libraries need to be specified due to library name changes. Several additional libraries added to the SuiteSparse which are...
In https://github.com/easybuilders/easybuild-easyconfigs/issues/16235 it would seem that the GCC build is failing because the version of `binutils` using to build `glibc` is too new compared to the `binutils` being used in...
Building `GCCcore-system.eb` fails if a suitable Intel license definition is not set ``` == 2022-10-25 19:38:56,495 filetools.py:2353 INFO Considering INTEL_LICENSE_FILE to find FlexLM license specs: [] == 2022-10-25 19:38:56,495 filetools.py:2353...
The path must exist or PyTorch will show errors/warnings like: > UserWarning: Specified kernel cache directory could not be created! This disables kernel caching.
(created using `eb --new-pr`) Found stuff like this in the output of PyTorch builds: ``` Cannot generate a safe runtime search path for target caffe2_nvrtc because files in some directories...