forked from conda-forge/conda-forge.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
539 lines (386 loc) · 22.6 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>conda-forge | community driven packaging for conda</title>
<!-- Bootstrap Core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Custom CSS -->
<link href="css/octicons.3.4.1/octicons.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container semi-black-alpha" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i><img src="img/anvil_white.png" alt="An anvil" style="height: 1em;"></i> <span class="light">conda-forge</span>
</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<!-- Uncomment to restore search
<li>
<a href="search.html">Search</a>
</li>
-->
<li>
<a href="docs">Docs</a>
</li>
<li>
<a href="blog">Blog</a>
</li>
<li>
<a class="page-scroll" href="#contribute">Contribute</a>
</li>
<li>
<a href="https://conda-forge.org/feedstock-outputs">Packages</a>
</li>
<li>
<a href="docs/user/announcements.html#announcements">News</a>
</li>
<li>
<a href="status">Status</a>
</li>
<li>
<a href="docs/orga/getting-in-touch.html">Contact</a>
</li>
<li>
<a href="https://numfocus.salsalabs.org/donate-to-conda-forge/index.html">Donate!</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container semi-black-alpha">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<img src="img/anvil_white.png" alt="An anvil" style="height: 100px; margin: 40px;">
<h2 class="brand-heading"> conda-forge</h2>
<p class="intro-text">A community-led collection of recipes, build infrastructure and distributions for the conda package manager.</p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="container content-section">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 padded">
<h2 class="text-center">About conda-forge</h2>
<p>
<a href="https://github.com/conda-forge">conda-forge</a> is a GitHub organization containing repositories of conda recipes.
Thanks to some awesome continuous integration providers (AppVeyor, Azure Pipelines, CircleCI and TravisCI),
each repository, also known as a feedstock, automatically
builds its own recipe in a clean and repeatable way on Windows, Linux and OSX.
</p>
<p>
The built distributions are uploaded to <a href="http://anaconda.org/conda-forge">anaconda.org/conda-forge</a>
and can be <a href="http://conda.pydata.org/docs/intro.html">installed with conda</a>. For example, to install a
<a href="https://github.com/conda-forge">conda-forge</a> package into an existing conda environment:
</p>
<code>
conda config --add channels conda-forge
</code> <br>
<code>
conda config --set channel_priority strict
</code> <br>
<code>
conda install <package-name>
</code>
<p> <br>
<a href="https://github.com/conda-forge/miniforge/#download">
Miniforge</a> is an effort to provide Miniconda-like
installers, with the added feature that conda-forge is the
default channel. Unlike Miniconda, these support
ARMv8 64-bit (formally known as `aarch64`).
</p>
<p> <br>
Learn more about conda-forge by reading our <a href="https://conda-forge.org/docs">docs</a>
or watching the following episode of
<a href="https://www.quansight.com/open-source-directions">Open Source Directions</a>.
</p>
<p align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/EWh-BtdYE7M" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
</div>
</div>
</section>
<section class="content-section">
<div id="contribute" class="contribute-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">Contributing to conda-forge</h2>
<div class="text">
<p>
For a package on conda-forge, I want to ...
<ul>
<li><a href="#report_issue">report an issue</a></li>
<li><a href="#update_recipe">update a recipe</a></li>
<li><a href="#add_recipe">add a recipe</a></li>
</ul>
<br>
</p>
</div>
<h3 id="report_issue">Report an issue with a package</h2>
<p>
<ul class="fa-ul ul-instructions">
<li><i class="mega-octicon fa-3x octicon-search"></i>
Search for the appropriate feedstock repository.
The <a href="feedstocks">list of existing feedstocks</a> is a good place to start.
</li>
<li><i class="mega-octicon fa-3x octicon-issue-opened"></i>
Take a look to see if the issue has already been raised on the feedstock's issue tracker.
Otherwise, create a new issue, providing appropriate information, such as your operating system,
package versions and an reproducible example of the problem. Even better, if you can automate the test in the conda recipe,
it might be worth <a href="#update_recipe">submitting a PR containing the test</a>.
</li>
<li><i class="mega-octicon fa-3x octicon-question"></i>
Can't find the feedstock?
No worries, just raise the issue at <a href="https://github.com/conda-forge/conda-forge.github.io">conda-forge/conda-forge.github.io</a>
and we will make sure the right people see it.
</li>
</ul>
</p>
<h3 id="update_recipe">Update a package</h2>
<p>
<ul class="fa-ul ul-instructions">
<li><i class="mega-octicon fa-3x octicon-search"></i>
Search for the appropriate feedstock repository.
The <a href="feedstocks">list of existing feedstocks</a> is a good place to start.
</li>
<li><i class="mega-octicon fa-3x octicon-repo-forked"></i>
Fork the feedstock you wish to update.
</li>
<li><i class="mega-octicon fa-3x octicon-git-branch"></i>
Create a new branch from the feedstock master branch.
</li>
<li><i class="mega-octicon fa-3x octicon-pencil"></i>
Edit the recipe as desired. You may even consider adding yourself as a recipe maintainer.
</li>
<li><i class="mega-octicon fa-3x octicon-git-pull-request"></i>
Propose the change as a pull request.
Your recipe will automatically be built on Windows, Linux and OSX to test that it works,
but the new distribution will not yet be available on the conda-forge channel.
</li>
<li><i class="mega-octicon fa-3x octicon-git-merge"></i>
Once the recipe is ready it will be merged. The recipe will then automatically be built and uploaded to the conda-forge channel.
</li>
</ul>
</p>
<h3 id="add_recipe">Add a recipe</h2>
<p>
<ul class="fa-ul ul-instructions">
<li><i class="mega-octicon fa-3x octicon-repo-forked"></i>
Fork <a href="https://github.com/conda-forge/staged-recipes">conda-forge/staged-recipes</a>
</li>
<li><i class="mega-octicon fa-3x octicon-git-branch"></i>
Create a new branch from the staged-recipes master branch.
</li>
<li><i class="mega-octicon fa-3x octicon-pencil"></i>
Add a new conda recipe in a new "recipes/[your-package-name]" directory.
There is an example of a well-written recipe in "recipes/example" you can copy.
<a href="docs/maintainer/adding_pkgs.html#the-recipe-meta-yaml">Further guidance on writing good recipes</a>.
<a href="docs/maintainer/adding_pkgs.html#running-tests-locally-for-staged-recipes">You can also test the recipe locally.</a>
</li>
<li><i class="mega-octicon fa-3x octicon-git-pull-request"></i>
Propose the change as a pull request.
Your recipe will automatically be built on Windows, Linux and OSX to test that it works,
but the distribution will not yet be available on the conda-forge channel.
</li>
<li><i class="mega-octicon fa-3x octicon-git-merge"></i>
Once the recipe is ready it will be merged and a new "feedstock" repository will automatically be created for the recipe.
The build and upload processes take place in the feedstock, and once complete the package will be available on the conda-forge channel.</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<section id="sponsors" class="container content-section">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div style="text-align:center;">
<a href="https://numfocus.org">
<img src="img/NumFocus_LRG.png" alt="Numfocus Logo" />
</a>
</div>
<br />
<p>
Conda-forge is a fiscally sponsored project of NumFOCUS,
a nonprofit dedicated to supporting the open source
scientific computing community. If you like conda-forge
and want to support our mission, please consider making a
<a href="https://numfocus.salsalabs.org/donate-to-conda-forge/index.html">donation</a> to support our efforts.
</p>
</div>
</div>
</section>
<section id="partners" class="container content-section" style="padding-bottom: 100px">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a class="page-scroll" style="border:none; outline:none; text-decoration:none; color:inherit;" href="#partners">
<h1 class="text-center">Institutional Partners</h1>
</a>
</br>
<h2 class="text-center">Financial Support</h2>
<div class="card-columns" style="column-count: 1; padding-bottom:100px">
<div class="card text-center">
<a href="https://www.nvidia.com">
<img style="width:50.0%" class="card-img m-5" src="https://cdn-assets-cloud.frontify.com/s3/frontify-cloud-files-us/eyJwYXRoIjoiZnJvbnRpZnlcL2FjY291bnRzXC84MVwvOTYxNTJcL3Byb2plY3RzXC8xNzY2NDRcL2Fzc2V0c1wvOWRcLzI0NzM4MTdcLzY0ZmRkOTc3MGY4Zjg0YjMxM2E3NDQ5NGY3NTc0MzZiLTE1MzE1MTU3MjkucG5nIn0:cloud:hhu8wqybRLydq7ZhAqVEYy66lpq61SJurz-rRPPEX2s" alt="NVIDIA">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
</div>
<h2 class="text-center">Infrastructure Support</h2>
<div class="card-columns" style="column-count: 2; padding-bottom:100px">
<div class="card text-center">
<a href="https://www.anaconda.com/">
<img style="width:100.0%" class="card-img m-5" src="https://know.anaconda.com/rs/387-XNW-688/images/2020_Anaconda_Logo_RGB_Corporate.png" alt="Anaconda Inc">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://www.macstadium.com/">
<img style="width:100.0%" class="card-img m-5" src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png" alt="MacStadium">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://www.worksonarm.com/">
<img style="width:100.0%" class="card-img m-5" src="https://www.worksonarm.com/wp-content/themes/worksonarm2019/assets/images/logo.png" alt="Works on Arm">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://www.ovh.com/">
<img style="width:100.0%" class="card-img m-5" src="https://www.frenchtechbordeaux.com/wp-content/uploads/2019/08/LogoOVHCloud_Vertical-Blue2.png" alt="OVHCloud">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://osuosl.org">
<img style="width:100.0%" class="card-img m-5" src="https://osuosl.org/images/osllogo-print_0.png" alt="Oregon State University Open Source Lab">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
</div>
<h2 class="text-center">Developer Support</h2>
<div class="card-columns" style="column-count: 2; padding-bottom:100px">
<div class="card text-center">
<a href="https://www.anaconda.com/">
<img style="width:100.0%" class="card-img m-5" src="https://know.anaconda.com/rs/387-XNW-688/images/2020_Anaconda_Logo_RGB_Corporate.png" alt="Anaconda Inc">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://www.lab49.com">
<img style="width:100.0%" class="card-img m-5" src="https://www.lab49.com/wp-content/uploads/2020/06/logo.svg" alt="Lab49">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://quantstack.net">
<img style="width:100.0%" class="card-img m-5" src="https://quantstack.net/img/quantstack-logo.png" alt="QuantStack">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://www.nvidia.com">
<img style="width:100.0%" class="card-img m-5" src="https://cdn-assets-cloud.frontify.com/s3/frontify-cloud-files-us/eyJwYXRoIjoiZnJvbnRpZnlcL2FjY291bnRzXC84MVwvOTYxNTJcL3Byb2plY3RzXC8xNzY2NDRcL2Fzc2V0c1wvOWRcLzI0NzM4MTdcLzY0ZmRkOTc3MGY4Zjg0YjMxM2E3NDQ5NGY3NTc0MzZiLTE1MzE1MTU3MjkucG5nIn0:cloud:hhu8wqybRLydq7ZhAqVEYy66lpq61SJurz-rRPPEX2s" alt="NVIDIA">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://dtn.com">
<div class="card-img-overlay">
<h3 class="card-title">DTN</h3>
</div>
</a>
</div>
<div class="card text-center">
<a href="https://ioos.noaa.gov/">
<img style="width:100.0%" class="card-img m-5" src="https://cdn.ioos.noaa.gov/media/2017/12/IOOS_logo.png" alt="IOOS">
<div class="card-img-overlay">
<h3 class="card-title"></h3>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<p>
<a href="index.html">Home</a> |
<a href="index.html#about">About</a> |
<!-- <a href="index.html#contribute">Contribute</a> |
<a href="feedstocks">Feedstocks</a> | -->
<a href="https://github.com/conda-forge">conda-forge on GitHub</a>
</p>
<br/>
<p class="small">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><a href="https://conda-forge.org">conda-forge.org</a> is licensed under a <br /> <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</p>
</div>
</footer>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/theme.js"></script>
</body>
</html>