-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
196 lines (172 loc) · 6.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
layout: post
title: HashDist
---
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="HashDist : Build it Once" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>HashDist</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/hashdist/hashdist">Hosted by GitHub</a>
<h1 id="project_title">HashDist</h1>
<h2 id="project_tagline">Build it Once</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<ul>
<li>
<div class="group row">
<div class="col-1"> build complete software stacks</div>
<div class="col-2">
{% highlight bash %}
$ hit build scipy-stack.yaml {% endhighlight %}
</div>
</div>
</li>
<li>
<div class="group row">
<div class="col-1"> across operating systems</div>
<div class="col-2">
<div id="image_set">
<img src="./images/tux.png" alt="Linux">
<img src="./images/windows.png" alt="Windows">
<img src="./images/osx.png" alt="OS X">
</div>
</div>
</div>
</li>
<li>
<div class="group row">
<div class="col-1"> version them</div>
<div class="col-2">
{% highlight bash %}
$ git checkout scipy-stack.yaml {% endhighlight %}
</div>
</div>
</li>
<li>
<div class="group row">
<div class="col-1"> use packages from the system</div>
<div class="col-2">
{% highlight yaml %}
python:
use: host-python {% endhighlight %}
</div>
</div>
</li>
<li>
<div class="group row">
<div class="col-1"> or build your own</div>
<div class="col-2">
{% highlight yaml %}
python:
build_with: |
bzip2, openssl, sqlite {% endhighlight %}
</div>
</div>
</li>
<li>
<div class="group row">
<div class="col-1"> and customize them</div>
<div class="col-2">
{% highlight yaml %}
petsc:
build_with: |
parmetis
download: |
superlu, scalapack, mumps
coptflags: -O2
link: shared
debug: false {% endhighlight %}
</div>
</div>
</li>
<li>
<div class="group row">
<div class="center_row"> deploy production code</div>
</div>
{% highlight yaml %}
extends: [distutils_package]
dependencies:
run: [pyzmq, tornado]
sources:
- url: http://archive.ipython.org/release/2.0.0/ipython-2.0.0.tar.gz
key: tar.gz:j2b4bd4nn7iorbemnd6a5mxzwbkptn2c {% endhighlight %}
</li>
<li>
<div class="group row">
<div class="center_row"> or your own customizations </div>
</div>
{% highlight yaml %}
extends: [distutils_package]
dependencies:
run: [pyzmq, tornado]
sources:
- url: https://github.com/ahmadia/ipython.git
key: git:68f6519cdfd23581ed7358fa1941ae1bbd76e5b3 {% endhighlight %}
</li>
</ul>
<h3> Get Started </h3>
{% highlight bash %}
$ pip install hashdist
$ git clone https://github.com/hashdist/hashstack.git
$ ./hashdist/bin/hit build hashstack/examples/proteus.linux2.yaml {% endhighlight %}
<h3> Documentation </h3>
<p>
The HashDist documentation is currently being revised. The development version is available <a href="http://hashdist.readthedocs.org/en/latest/">here</a>.
</p>
<h3>Authors and Contributors</h3>
<p>
Aron Ahmadia (<a href="https://github.com/ahmadia"
class="user-mention">@ahmadia</a>),
Volker Braun (<a href="https://github.com/vbraun"
class="user-mention">@vbraun</a>),
Ondřej Čertík (<a href="https://github.com/certik"
class="user-mention">@certik</a>),
Chris Kees (<a href="https://github.com/cekees"
class="user-mention">@cekees</a>),
Robert Maynard (<a href="https://github.com/robertmaynard"
class="user-mention">@robertmaynard</a>),
Johannes Ring (<a href="https://github.com/johannesring"
class="user-mention">@johannesring</a>),
Dag Sverre Seljebotn (<a href="https://github.com/dagss"
class="user-mention">@dagss</a>),
Jimmy Tang (<a href="https://github.com/jcftang"
class="user-mention">@jcftang</a>),
Andy R. Terrel (<a href="https://github.com/aterrel"
class="user-mention">@aterrel</a>),
Lane Wittgen (<a href="https://github.com/lanewittgen"
class="user-mention">@lanewittgen</a>).
</p>
See <a href="https://github.com/hashdist/hashdist/graphs/contributors">https://github.com/hashdist/hashdist/graphs/contributors</a> and <a href="https://github.com/hashdist/hashstack/graphs/contributors">https://github.com/hashdist/hashstack/graphs/contributors</a> for a complete list of contributors.
<h3>Support and Contact</h3>
<p>Send an email to our <a href="https://groups.google.com/forum/?fromgroups#!forum/hashdist">mailing list</a> or raise an issue on GitHub.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">HashDist maintained by (<a href="https://github.com/ahmadia">ahmadia</a>, <a
href="https://github.com/dagss">dagss</a> and <a href="https://github.com/certik">certik)</a>
</p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
<p>
HashDist is a community project originally developed by the US
Army Corps of Engineers,
the University of Texas at Austin, and the Simula Research Laboratory.
</p>
<img src=./images/red_corps_castle.png style="display: block; width:128px; margin: 0 auto;" alt="Corps Castle">
</footer>
</div>
</body>
</html>