easybuild-easyblocks
easybuild-easyblocks copied to clipboard
Collection of easyblocks that implement support for building and installing software with EasyBuild.
When EasyBuild is configured with `read-only-installdir`, I'm seeing issues like this on a few easyconfigs: ``` == FAILED: Installation ended unsuccessfully (build directory: /dev/shm/jfg508/pygmo/2.18.0/foss-2022a): build failed (first 300 chars): Failed...
We currently have a wide selection of license variable names in use. Grepping through the easyblocks we find for example: ``` LM_LICENSE_FILE INTEL_LICENSE_FILE ABAQUSLM_LICENSE_FILE EB_MATLAB_LICENSE_SERVER LMCOMSOL_LICENSE_FILE ``` so, it's either...
I am trying to building vep-110: ``` cat VEP-110-GCC-11.3.0.eb name = 'VEP' version = '110' homepage = 'https://www.ensembl.org/info/docs/tools/vep' description = """Variant Effect Predictor (VEP) determines the effect of your variants...
Hi, We have installed CFDEMcoupling/3.8.0-foss-2019b based on https://github.com/easybuilders/easybuild-easyconfigs/pull/16159 (appreciate the PR hasn't been merged yet but it does what we need it to). Anyway, this may reflect my lack of...
`do_regtest` script was removed in CP2K 2023.2
https://github.com/easybuilders/easybuild-easyblocks/blob/develop/easybuild/easyblocks/p/parmetis.py Since the source has changed from default. The author has also imported only parts of it and intends to decouple the compilation of an included `METIS` library and also...
Data folder path is not set properly for Geant4/10.04 as you could see below: ``` -bash-4.2$ ls ../..2017b/software/Geant4/10.04-GCC-5.4.0/share/Geant4-10.4.0/data/ G4ABLA3.1 G4EMLOW7.3 G4ENSDFSTATE2.2 G4NDL4.5 G4NEUTRONXS1.4 G4PII1.3 G4SAIDDATA1.1 PhotonEvaporation5.2 RadioactiveDecay5.2 RealSurface2.1 -bash-4.2$ ls...
see issue #2823 @ebknudsen
Building boost with Cray GNU toolchain produces the error: > g++: error: unrecognized command line option '-craype-verbose'; did you mean '--verbose'? The issue appears to be that `--user-config` is not...