EasyBuild: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Marked this version for translation)
No edit summary
Line 27: Line 27:


<!--T:9-->
<!--T:9-->
A recipe is a text file containing the information EasyBuild needs to build a particular piece of software in a particular environment.
An "easyconfig file" is a text file containing the information EasyBuild needs to build a particular piece of software in a particular environment.
Writing a recipe from scratch is a lot of work, and will not be discussed here.  
At Compute Canada we refer to these as "recipes".
Writing a recipe from scratch will not be discussed here;
you can find more about this in the [https://docs.easybuild.io/en/latest/Writing_easyconfig_files.html EasyBuild documentation].  
Modifying a recipe for your particular situation is easier, and it is easier still to find a suitable recipe and use it unmodified.
Modifying a recipe for your particular situation is easier, and it is easier still to find a suitable recipe and use it unmodified.



Revision as of 14:01, 9 December 2021

Other languages:



This article is a draft

This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.




EasyBuild is a tool for building, installing, and maintaining software on high-performance computing systems. We use it to build almost everything in Compute Canada's software repository, CVMFS.

EasyBuild and modules[edit]

EBROOT environment variables[edit]

...MORE NEEDED...

Using EasyBuild in your own account[edit]

You can use EasyBuild to install software in your own home or project directory space. You might do this if, for example, you want to customize a piece of 3rd-party software, or if you want to build a new version of something instead of waiting for staff add it to CVMFS.

Finding a recipe[edit]

An "easyconfig file" is a text file containing the information EasyBuild needs to build a particular piece of software in a particular environment. At Compute Canada we refer to these as "recipes". Writing a recipe from scratch will not be discussed here; you can find more about this in the EasyBuild documentation. Modifying a recipe for your particular situation is easier, and it is easier still to find a suitable recipe and use it unmodified.

...MORE NEEDED...

Choosing a toolchain[edit]

...MORE NEEDED...

Additional resources[edit]