Skip to content

Commit

Permalink
deploy: b854c07
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Dec 9, 2023
1 parent 54796d0 commit 2e9f0f2
Show file tree
Hide file tree
Showing 204 changed files with 1,810 additions and 842 deletions.
110 changes: 110 additions & 0 deletions docs/_sources/orga/minutes/2023-11-29.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
---
tags: [meeting-notes]
---
# conda-forge core meeting 2023-11-29

Add new agenda items under the `Your __new__() agenda items` heading

- [Zoom link](https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09)
- [What time is the meeting in my time zone](https://dateful.com/convert/utc?t=5pm)
- [Last week's meeting](https://hackmd.io/#REPLACE_ME#)

## Attendees

| Name | Initials | GitHub ID | Affiliation |
| ----------------------- | -------- | --------------- | --------------------------- |
| Daniel Ching | DJC | carterbox | Argonne National Lab |
| Bianca Henderson | BH | beeankha | Anaconda |
| Marcel Bargull | MB | mbargull | Bioconda/cf |
| Marcelo Trevisani | MDT | marcelotrevisani | conda-forge |
| Marius van Niekerk | MvN | mariusvniekerk | Voltron Data / cf |
| Cheng H. Lee | CHL | chenghlee | Anaconda/cf |
| John Kirkham | JK | jakirkham | cf/NVIDIA |
| Matthew R Becker | MRB | beckermr | cf |
| Dave Clements | DPC | tnabtaf | Anaconda |
| Wolf Vollprecht | WV | wolfv | prefix.dev |
| | | | |
| | | | |

13 people total

### Standing items

- [ ]

### From previous meeting(s)

- [x] (JK) Miniforge 23.10
- https://github.com/conda-forge/miniforge/issues/511
- Blocked on conda-build, conda-libmamba-solver buggy interaction; conda 23.11 expected to fix the issue(s).
- (JRG) If there's no user demand/rush, we should wait until conda releases in the next few days.
- (JK) Punt till next core meeting
- [x] (JK) NumPy 2.0
- https://github.com/numpy/numpy/pull/24861#issuecomment-1776781838
- Expect upstream `numpy` 2.0 release late 2023/early 2024, so we should be ready to handle this.
- As a group, we should decide on what we want numpy to do and document that as a new numpy issue or comment the webpage repo issue ( https://github.com/conda-forge/conda-forge.github.io/issues/1997 ).
- [x] (JRG) New conda-forge.org plan
- [ ] https://github.com/conda-forge/conda-forge.github.io/issues/1971
- Old red/orange + green color combination had accessibilty issues
- Make sure we don't break (perma-)links when moving to new framework
- Find another accent color away from red+black.
- Folks are possibly fine with blues and greens too
- Orange has some accessibility issues in general
- Some palettes:
- https://coolors.co/edf0da-f0dfad-8f2d56-ff6542-218380
- https://coolors.co/1be7ff-6eeb83-e4ff1a-ff6542-e8aa14
- Status page: progress bar should count "In PR" as Done
- Some crosslinks deep in the documentation didn't work.
- [x] (HV) what [to do](https://github.com/conda-forge/cdt-builds/issues/66) with CDTs for Alma 8
- Ideally, make checklist with CDTs, for checking whether we can switch each to conda packages.
- What are the constraints/criteria we should consider/use when selecting which CDT packages to build vs repack?
- Generally, avoid building packages that are "too close to the hardware"
- Otherwise, build from source like we did for X11 packages.
- Need to figure out what versions we want to build ("old enough" and/or matching Alma 8 ABI)
- Which built-packages do we want to/can safely ignore `run_exports` for? (Essentially, `host`-only packages that aren't pulled in at run time.)
- Not going to be a single-person task to generate the list. Will need input from multiple community members.
- Will be a lot of work, so we should get started now.


### Active votes

- [ ]

### Your `__new__()` agenda items

- [x] (JK) CUDA Docker images
- Nvidia removing CentOS 8 images due to distro hitting EOL; only images will be UBI8, Rocky Linux.
- Currently switched conda-forge to UBI8
- "Only matters" for CUDA 11. In a few years, we should have transitioned to conda packages for CUDA and removed the need for Docker images.
- [x] (DJC) Policy for CUDA arch targets and pruning CUDA archs
- https://github.com/conda-forge/conda-forge.github.io/issues/1901
- Some packages are too big to build within the 6 hour CI limit while targeting many CUDA architectures
- examples include libmagma, libtorch
- Maintainers don't always know how CUDA real/virtual architectures work
- Some projects don't have default target CUDA archs
- The linked discussion is about which CUDA archs should be targeted when the upstream project does not have defaults and in what order to drop archs in order to complete builds within the 6 hours
- Can we offer better guidance to (feedstock) maintainers about which CUDA archs to target?
- Some solutions to the 6h+ build time
- Split libtorch build Python extension from libtorch (not supported right now upstream; needs work, unclear how much, to be asked)
- Use the upcoming GPU server to run the builds there (no time limit)
- Having archspec detect CUDA archs would make some of these discussion moot and alleviate 6 hour limits
- virtual packages make packages less portable
- No policy for now; use private server for now; investigate helping pytorch split; look at cudarchspec package

### Pushed to next meeting
- [ ] (JK) Miniforge 23.10
- [ ] (JK) CUDA 11.8
- [ ] (JK) CUDA 12.x
- [ ] (JK) Conda + libmamba
- [ ] (JK) Public visibility of Alma images on Quay
- [ ] (HV) Archive k* ecosystem (see last comment [here](https://github.com/conda-forge/conda-forge.github.io/issues/1861), has five +1's from core)
- dead as a doornail, constant headache for migrations
- archiving is reversible, so let's finally bite that bullet?
- Can leave instructions in feedstock README (or a pinned issue) if someone comes along who wants to revive; however unlikely that is...
- [ ] (HV) [Migration](https://github.com/conda-forge/conda-forge.github.io/issues/2015) for `error_overlinking: true`?
- already being set for new feedstocks in staged-recipes, should roll out to existing ones too (eventually).
- would be a good opportunity to do `{{ stdlib }}`-related changes (e.g. remove implicit run-export to C/C++ stdlib --> must be specified in recipe, `error_overlinking` will find missing instances; if not necessary, package dependencies get slimmed by migration 🥳)

### CFEPs

- [ ]
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2023.12.05',
VERSION: '2023.12.09',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions docs/contracting/00_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Contracting Information &#8212; conda-forge 2023.12.05 documentation</title>
<title>Contracting Information &#8212; conda-forge 2023.12.09 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e82cb7f7"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=37ce9e5f"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -49,7 +49,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../misc/00_intro.html" title="Miscellaneous"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Contracting Information</a></li>
</ul>
Expand Down Expand Up @@ -176,7 +176,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../misc/00_intro.html" title="Miscellaneous"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Contracting Information</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; conda-forge 2023.12.05 documentation</title>
<title>Index &#8212; conda-forge 2023.12.09 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e82cb7f7"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=37ce9e5f"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li><a href="index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
Expand Down Expand Up @@ -177,7 +177,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
>index</a></li>
<li><a href="index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>conda-forge documentation &#8212; conda-forge 2023.12.05 documentation</title>
<title>conda-forge documentation &#8212; conda-forge 2023.12.09 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=e82cb7f7"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=37ce9e5f"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -49,7 +49,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="user/00_intro.html" title="User Documentation"
accesskey="N">next</a> &nbsp; &nbsp;</li>
<li><a href="#">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="#">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">conda-forge documentation</a></li>
</ul>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="user/00_intro.html" title="User Documentation"
>next</a> &nbsp; &nbsp;</li>
<li><a href="#">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="#">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">conda-forge documentation</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/maintainer/00_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Maintainer Documentation &#8212; conda-forge 2023.12.05 documentation</title>
<title>Maintainer Documentation &#8212; conda-forge 2023.12.09 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e82cb7f7"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=37ce9e5f"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../user/talks.html" title="Talks and resources about conda-forge"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Maintainer Documentation</a></li>
</ul>
Expand Down Expand Up @@ -483,7 +483,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../user/talks.html" title="Talks and resources about conda-forge"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-this"><a href="">Maintainer Documentation</a></li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions docs/maintainer/adding_pkgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Contributing packages &#8212; conda-forge 2023.12.05 documentation</title>
<title>Contributing packages &#8212; conda-forge 2023.12.09 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e82cb7f7"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=37ce9e5f"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="infrastructure.html" title="Infrastructure"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-1"><a href="00_intro.html" accesskey="U">Maintainer Documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Contributing packages</a></li>
Expand Down Expand Up @@ -1051,7 +1051,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="infrastructure.html" title="Infrastructure"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-1"><a href="00_intro.html" >Maintainer Documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Contributing packages</a></li>
Expand Down
8 changes: 4 additions & 4 deletions docs/maintainer/conda_forge_yml.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Configuring conda-forge.yml &#8212; conda-forge 2023.12.05 documentation</title>
<title>Configuring conda-forge.yml &#8212; conda-forge 2023.12.09 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/cloud.css?v=259f315a" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noticia+Text:400,i,b,bi|Open+Sans:400,i,b,bi|Roboto+Mono:400,i,b,bi&amp;display=swap" type="text/css" />

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=e82cb7f7"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=37ce9e5f"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>

Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="pinning_deps.html" title="Pinned dependencies"
accesskey="P">previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-1"><a href="00_intro.html" accesskey="U">Maintainer Documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Configuring conda-forge.yml</a></li>
Expand Down Expand Up @@ -743,7 +743,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="pinning_deps.html" title="Pinned dependencies"
>previous</a> &nbsp; &nbsp;</li>
<li><a href="../index.html">conda-forge 2023.12.05 documentation</a> &#187;</li>
<li><a href="../index.html">conda-forge 2023.12.09 documentation</a> &#187;</li>

<li class="nav-item nav-item-1"><a href="00_intro.html" >Maintainer Documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Configuring conda-forge.yml</a></li>
Expand Down
Loading

0 comments on commit 2e9f0f2

Please sign in to comment.