Skip to content
JensTimmerman edited this page May 14, 2012 · 9 revisions

EasyBuild has a couple of dependencies, some of them optional:

Required

EasyBuild is written in Python, so a Python installation is indispensable.

EasyBuild not only generates module files to be used along with the software it installs, it also depends on the generated modules for some of its functionality. In practice, you need environment modules to make full use of EasyBuild's features.

Python modules

  • (none)

Optional

Python modules

  • GitPython, only needed if EasyBuild is hosted in a git repository or if you're using a git repository for EasyBuild specification files (.eb)
  • pysvn, only needed if you're using an SVN repository for EasyBuild specification files (.eb)
Clone this wiki locally