Skip to content

Commit 3e7789d

Browse files
authored
Merge pull request #2022 from conda-forge/2023-11-01-meeting-notes
Add meeting notes 2023-11-01
2 parents 1df815c + fa11850 commit 3e7789d

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

src/orga/minutes/2023-11-01.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
tags: [meeting-notes]
3+
---
4+
# conda-forge core meeting 2023-11-01
5+
6+
Add new agenda items under the `Your __new__() agenda items` heading
7+
8+
- [Zoom link](https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09)
9+
- [What time is the meeting in my time zone](https://dateful.com/convert/utc?t=5pm)
10+
- [Last week's meeting](https://hackmd.io/#REPLACE_ME#)
11+
12+
## Attendees
13+
14+
| Name | Initials | GitHub ID | Affiliation |
15+
| ----------------------- | -------- | --------------- | --------------------------- |
16+
| Marius van Niekerk | MvN | mariusvniekerk | Voltron Data/c-f |
17+
| Cheng H. Lee | CHL | chenghlee | Anaconda/c-f |
18+
| Dave Clements | DPC | tnabtaf | Anaconda |
19+
| Marcel Bargull | MB | mbargull | Bioconda/cf |
20+
| Jaime Rodríguez-Guerra | JRG | jaimergp | Quansight/cf |
21+
| Wolf Vollprecht | WV | wolfv | prefix.dev. |
22+
| Filipe Fernandes | FF | ocefpaf | conda-forge |
23+
| Daniel Ching | DJC | carterbox | Argonne National Lab |
24+
| Matthew R Becker | MRB | beckermr | cf |
25+
| Mark A Anderson | MAA | markan | anaconda |
26+
| John Kirkham | JK | jakirkham | NVIDIA/cf |
27+
28+
14 people total
29+
30+
### Standing items
31+
32+
- [ ]
33+
34+
### From previous meeting(s)
35+
36+
- [x] (HV) archspec-enabled
37+
- Since last time conda has started depending on archspec package.
38+
- Progressing...
39+
- Will revisit in a meeting or two
40+
- [x] (JK) m2 recipes
41+
- Postpone
42+
- [x] (JK) Windows ARM
43+
- Isuru syncing with MSFT
44+
45+
### Active votes
46+
47+
- [ ]
48+
49+
### Your `__new__()` agenda items
50+
51+
- [x] (JK) We/NVIDIA are hiring.
52+
- https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Remote/Senior-Engineer--Infrastructure--Build--and-Packaging---RAPIDS_JR1973615
53+
- [x] (HV) next steps for MacOS 10.13
54+
- jinja for `stdlib("c")` was merged into conda-build (not yet released)
55+
- what's the next step? admin migration to add `{{ stdlib("c") }}` wherever there's a `{{ compiler("c") }}`?
56+
- MRB recommends agains an admin migration as too intrusive. Be better to have a mini-migrator that rolls it out to new feed stocks.
57+
- JRG: 4.3k recipes with `compiler('c')` ([gh search](https://github.com/search?q=org%3Aconda-forge+path%3Ameta.yaml+compiler%28%22c%22%29+OR+compiler%28%27c%27%29&type=code))
58+
- MRB will comment about places where (linux) sysroot is set in our infra in the [issue](https://github.com/conda-forge/conda-forge.github.io/issues/1844).
59+
- WV will open an issue or a CFEP for this discussion.
60+
- This issue came up because there is a part of the build that is hidden, it is not exposed anywhere
61+
- [x] (HV) Tracking issue for CUDA 12 on win?
62+
- https://github.com/conda-forge/cuda-nvcc-feedstock got windows support today
63+
- Something like [https://github.com/conda-forge/staged-recipes/issues/21382] for windows?
64+
- JK: No issue yet. Would be good to confirm that it works before we start rolling it out everywhere
65+
- [x] (WV) First CEP for recipe spec accepted :tada: ... now unto the next
66+
- https://github.com/conda-incubator/ceps/blob/main/cep-13.md (accepted)
67+
- https://github.com/conda-incubator/ceps/pull/56 (the next one!)
68+
- Pure YAML.
69+
- There is another CEP for key/values.
70+
- Drastic changes to multiple outputs.
71+
- Large changes to the test section.
72+
- List of tests, composed of test elements.
73+
- JRG: only ~100 recipes use `for` loops [[search](https://github.com/search?q=org%3Aconda-forge%20path%3Arecipe%2Fmeta.yaml%20%22%7B%25%20for%22&type=code)]
74+
- (MRB) Be careful when just abandoning keys in current spec. They were put there for a reason. Try to understand those reasons, even if we don't keep them.
75+
- [x] (MB) Intent to archive `ruamel_yaml` feedstock
76+
- https://github.com/conda-forge/ruamel_yaml-feedstock/issues/107
77+
- conda now dependent on upstream version.
78+
- [x] (DPC) Anything to highlight in the November conda newsletter?
79+
- [ ] (DPC) Is it time to get off twitter?
80+
- FF: We should mmove period.
81+
- BlueSky account is secured.
82+
- Not clear which Mastodon server we should use
83+
- It's a slow move. We should have both for some time.
84+
- Point Twitter to new one
85+
- Dave and Filipe will coordinate across conda-forge and conda.
86+
87+
### Pushed to next meeting
88+
89+
- [ ] (HV) archspec-enabled
90+
- [ ] (JK) m2 recipes
91+
- [ ] (JK) Windows ARM
92+
93+
### CFEPs
94+
95+
- [ ]

0 commit comments

Comments
 (0)