Skip to content
Snippets Groups Projects
Select Git revision
  • 2023 default protected
1 result

easybuild-repository-public-release

  • Clone with SSH
  • Clone with HTTPS
  • Sebastian Achilles's avatar
    Sebastian Achilles authored
    {math}[GCC/11.2.0,foss/2021b] sympy v1.8, gmpy2 v2.1.0b5 w/ Python 3.9.6
    
    See merge request hps-public/easybuild-repository!963
    9ecb39e2
    History

    JSC's EasyBuild private repo

    This is the repo to store all the EasyBuild configuration files, including easyconfigs.

    Each stage is in a separate branch, containing all the relevant files for that stage

    This repository uses autopep8 and pre-commit. For that, you need to run this on your machine:

    pip3 install --user autopep8
    pip3 install --user pre-commit
    pre-commit install

    After those steps, pre-commit will call autopep8 on each commit, and make small changes pass the pep8 test without needing to do a manual eb --check-style and checking each little mistake.