Skip to content

Commit d3f9d8f

Browse files
authored
Merge pull request #1974 from conda-forge/2023-07-12-meeting-notes
Add meeting notes 2023-07-12
2 parents 5cb3c41 + 2d9885e commit d3f9d8f

File tree

2 files changed

+95
-1
lines changed

2 files changed

+95
-1
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ If you really need it, you can re-add support for 9.2, 10.0 and 10.1. However, t
15831583
Adding more CUDA versions to the build matrix will dramatically increase the number of jobs and will place a large
15841584
burden on our CI resources. Only proceed if there's a known use case for the extra packages.
15851585
1586-
1. Download this `migration file <https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/migrations/cuda92_100_101.yaml>`__.
1586+
1. Download this `migration file <https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/b6d14bce8613d14e252e46ccee13ecb160eb6494/recipe/migrations/cuda92_100_101.yaml>`__.
15871587
2. In your feedstock fork, create a new branch and place the migration file under ``.ci_support/migrations``.
15881588
3. Open a PR and re-render. CUDA 9.2, 10.0 and 10.1 will appear in the CI checks now. Merge when ready!
15891589

src/orga/minutes/2023-07-12.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
tags: [meeting-notes]
3+
---
4+
# conda-forge core meeting 2023-07-12
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+
| Dave Clements | DPC | tnabtaf | Anaconda |
17+
| Jaime Rodríguez-Guerra | JRG | jaimergp | Quansight/cf |
18+
| Eric Dill | EDD | ericdill | Anaconda/cf |
19+
| Wolf Vollprecht | WV | wolfv | prefix.dev |
20+
| Bianca Henderson | BH | beeankha | Anaconda |
21+
| Katherine Kinnaman | KK | kathatherine | Anaconda |
22+
| John Kirkham | JK | jakirkham | NVIDIA/cf |
23+
| Matthew Becker | MRB | beckermr | cf |
24+
| | | | |
25+
| | | | |
26+
| | | | |
27+
28+
11 people total
29+
30+
### Standing items
31+
32+
- [x]
33+
34+
### From previous meeting(s)
35+
36+
- [x] (JK) Windows + ARM
37+
- (IF) Couple packages built & uploaded: Zstd + zlib
38+
- https://github.com/conda-forge/zstd-feedstock/pull/72
39+
- https://github.com/conda-forge/zlib-feedstock/pull/72
40+
- (IF) Need conda-build PR (to avoid workarounds)
41+
- PR: https://github.com/conda/conda-build/pull/4867
42+
- (IF) Need to figure out how we test packages
43+
- (IF) Cross-python still needs to work
44+
- (IF) CMake and simple packages compile
45+
- (IF) Tests in `bld.bat` need to be skipped when cross-compiling
46+
- https://github.com/conda-forge/zlib-feedstock/pull/72/files#diff-54cf74e113dd3f6d11e092fdb1d888ec82c69bdafbb15cfb6570c83ecad28f33R61-R65
47+
- (JK) Question about machines
48+
- (IF) Could use Microsoft hosted runners (need admin permissions on GH account)
49+
- (MRB) Can we be added to their account?
50+
- (IF) Can ask. Mainly they need a token
51+
- (MRB) Token could work
52+
- (JRG) Also happy to help setup
53+
- (MRB) Do we need to gatekeep
54+
- (IF) Not needed
55+
- [x] (JK) Drop CentOS 6 & use CentOS 7
56+
- https://github.com/conda-forge/conda-forge.github.io/issues/1436
57+
- Most recent discussion around Zstd
58+
- https://github.com/conda-forge/conda-forge.github.io/issues/1436#issuecomment-1608454474
59+
- Extra flags (needs testing)
60+
- https://github.com/conda-forge/linux-sysroot-feedstock/pull/50
61+
- CentOS 7 EOL is May 31 2024: https://wiki.centos.org/About/Product
62+
- MRB: Announce that our EOL will correspond to EOL for CentOS 6.
63+
-
64+
65+
### Active votes
66+
67+
- [x] [Code of Conduct sub-team formation](https://github.com/conda-forge/conda-forge.github.io/pull/1745)
68+
- Vote deferred: https://github.com/conda-forge/conda-forge.github.io/pull/1745#issuecomment-1632970553
69+
70+
### Your `__new__()` agenda items
71+
72+
- [x] (JK) Sunsetting old CUDAs (follow up)
73+
- https://github.com/conda-forge/docker-images/pull/237
74+
- https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/1708
75+
- CUDA hardware support
76+
- https://developer.nvidia.com/cuda-gpus
77+
- (JRG) Mentioned to a couple HPC groups that CUDA minimum may be bumped & they moved to 11.2
78+
- (MRB) Believe DOE would be ok with CUDA 11.2+
79+
- Summary: we don't care about 11.0 and 11.1 support.
80+
- (IF) but should do some final checking with others.
81+
- [x] (BH) Upcoming [conda](https://github.com/conda/conda/issues/12849) + [conda-build](https://github.com/conda/conda-build/issues/4926) releases
82+
- Channel priorities (when will we move to strict?)
83+
- https://docs.conda.io/projects/conda/en/stable/user-guide/tasks/manage-channels.html#strict
84+
- (MBa) If we change this we neeed an announcement.
85+
- (MRB) can follow deprecation cycle.
86+
-
87+
88+
### Pushed to next meeting
89+
90+
- [ ] (HV) [non-urgent] Feedback on possible [branch deletion policy](https://github.com/conda-forge/conda-forge.github.io/issues/1972)
91+
92+
### CFEPs
93+
94+
- [ ]

0 commit comments

Comments
 (0)