You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ <h4>EasyBuild: building software with ease.</h4>
34
34
35
35
<ul>
36
36
<li>independently install multiple versions of a software package side-by-side</li>
37
-
<li>support multiple compilers and libraries for building a software package
37
+
<li>support multiple compilers and libraries for building a software package
38
38
and its dependencies</li>
39
39
<li>keep the package configuration simple</li>
40
40
<li>divert from the standard configure / make / make install with custom
41
41
procedures (which is often necessary for scientific packages)</li>
42
-
<li>use environment modules for dependency resolution and making the software
42
+
<li>use <ahref="http://modules.sourceforge.net/">environment modules</a> for dependency resolution and making the software
43
43
available to users in a transparent way</li>
44
44
<li>keep record of the installation logs</li>
45
45
<li>keep track of installation configuration in version control</li>
@@ -52,7 +52,7 @@ <h4>EasyBuild: building software with ease.</h4>
52
52
<li>the generation of the module files to easily make the software available to users</li>
53
53
<li>the dependencies for installation are resolved using environment modules and can
54
54
be automatically installed using the robot feature</li>
55
-
<li>after the installation, the specification files can be sent to a repository for
55
+
<li>after the installation, the specification files can be sent to a repository for
56
56
archiving</li>
57
57
</ul><p>For more information on EasyBuild, see <ahref="https://github.com/hpcugent/easybuild/wiki/Home">the documentation wiki on github</a>.</p>
58
58
@@ -63,7 +63,7 @@ <h2>REQUIREMENTS</h2>
63
63
64
64
<p>The <ahref="http://gitorious.org/git-python">GitPython</a> Python module is recommended, especially when EasyBuild is being used from a git repository.</p>
65
65
66
-
<p>See <ahref="https://github.com/hpcugent/easybuild/wiki/Dependencies">dependencies</a>for more information.</p>
66
+
<p>See <ahref="https://github.com/hpcugent/easybuild/wiki/Dependencies">dependencies</a>for more information.</p>
67
67
68
68
<h2>QUICK DEMO FOR THE IMPATIENT</h2>
69
69
@@ -107,7 +107,7 @@ <h2>QUICK START</h2>
107
107
<p>To add support for a particular software package that requires a custom
108
108
installation procedure, you will need to<ahref="https://github.com/hpcugent/easybuild/wiki/Development-guide"> implement an easyblock</a> that can be plugged into the EasyBuild framework.</p>
109
109
110
-
<p>A step-by-step guide to getting started with EasyBuild is provided on
110
+
<p>A step-by-step guide to getting started with EasyBuild is provided on
111
111
the <ahref="https://github.com/hpcugent/easybuild/wiki/Step-by-step-guide">github wiki</a>.</p>
112
112
113
113
<h2>DISCLAIMER</h2>
@@ -126,6 +126,6 @@ <h2>LICENSE</h2>
126
126
<p>Hosted on GitHub Pages — Theme by <ahref="https://github.com/orderedlist">orderedlist</a></p>
0 commit comments