https://github.com/easybuilders/easybuild-easyblocks
Collection of easyblocks that implement support for building and installing software with EasyBuild.
https://github.com/easybuilders/easybuild-easyblocks
hpc linux python scientific-software
Last synced: 11 months ago
JSON representation
Collection of easyblocks that implement support for building and installing software with EasyBuild.
- Host: GitHub
- URL: https://github.com/easybuilders/easybuild-easyblocks
- Owner: easybuilders
- License: gpl-2.0
- Created: 2012-10-15T14:31:19.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-02T09:33:27.000Z (12 months ago)
- Last Synced: 2025-04-03T02:59:24.195Z (12 months ago)
- Topics: hpc, linux, python, scientific-software
- Language: Python
- Homepage: https://easybuild.io
- Size: 17.3 MB
- Stars: 108
- Watchers: 29
- Forks: 285
- Open Issues: 359
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://github.com/easybuilders/easybuild/raw/develop/logo/png/easybuild_logo_2022_horizontal_dark_bg_transparent.png
:align: center
:height: 400px
.. image:: https://github.com/easybuilders/easybuild-easyblocks/actions/workflows/unit_tests.yml/badge.svg?branch=develop
`EasyBuild `_ is a software build
and installation framework that allows you to manage (scientific) software
on High Performance Computing (HPC) systems in an efficient way.
The **easybuild-easyblocks** package provides a collection of *easyblocks* for
EasyBuild. Easyblocks are Python modules that implement the install procedure for a
(group of) software package(s). Together with the EasyBuild framework,
they allow to easily build and install supported software packages.
The EasyBuild documentation is available at http://docs.easybuild.io/.
The easybuild-easyblocks source code is hosted on GitHub, along
with an issue tracker for bug reports and feature requests, see
https://github.com/easybuilders/easybuild-easyblocks.
Related Python packages:
* **easybuild-framework**
* the EasyBuild framework, which includes the ``easybuild.framework`` and ``easybuild.tools`` Python
packages that provide general support for building and installing software
* GitHub repository: https://github.com/easybuilders/easybuild-framework
* PyPi: https://pypi.python.org/pypi/easybuild-framework
* **easybuild-easyconfigs**
* a collection of example easyconfig files that specify which software to build,
and using which build options; these easyconfigs will be well tested
with the latest compatible versions of the easybuild-framework and easybuild-easyblocks packages
* GitHub repository: https://github.com/easybuilders/easybuild-easyconfigs
* PyPi: https://pypi.python.org/pypi/easybuild-easyconfigs