From 88eca6b1492417bfbbbfa7421907e7b7531b6e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Tue, 21 Feb 2017 11:51:50 +0100 Subject: [PATCH] add eb tutorial --- docs.it4i/software/eb.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs.it4i/software/eb.md b/docs.it4i/software/eb.md index 3f63256a9..b0540b214 100644 --- a/docs.it4i/software/eb.md +++ b/docs.it4i/software/eb.md @@ -29,7 +29,9 @@ Additional details are available on [here](https://github.com/hpcugent/easybuild An EasyConfig file is a simple text file that describes the build process of a software. For most software that uses standard procedure (like configure, make and make install), this file is very simple. Many EasyConfig files are already provided with EasyBuild. -By default, EasyConfig files and generated modules are named using the following convention: *software-name*-*software-version*-*toolchain-name*-*toolchain-version*(-*suffix*).eb +By default, EasyConfig files and generated modules are named using the following convention + +*software-name*-*software-version*-*toolchain-name*-*toolchain-version*(-*suffix*).eb Additional details are available on [here](https://github.com/hpcugent/easybuild-easyconfigs). -- GitLab