Skip to content

Commit 805395a

Browse files
committed
Add 2022-03-09 minutes
1 parent fcf910b commit 805395a

File tree

1 file changed

+221
-0
lines changed

1 file changed

+221
-0
lines changed

src/orga/minutes/2022-03-09.md

Lines changed: 221 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
# conda-forge core meeting 2022-03-09
2+
3+
[last weeks meeting](https://hackmd.io/yeTyZCnzT6Oc4XE21uW5AQ?edit)
4+
[What time is the meeting in my time zone](https://arewemeetingyet.com/UTC/2020-08-26/17:00/w/Conda-forge%20dev%20meeting#eyJ1cmwiOiJodHRwczovL2hhY2ttZC5pby9wUk15dFVKV1FmU3NJM2xvMGlqQzJRP2VkaXQifQ==)
5+
Meeting info:
6+
* To join the video meeting, click this link: https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09
7+
* Otherwise, to join by phone, dial +1 347-384-8597 and enter this PIN: 828 997 153#
8+
* To view more phone numbers, click this link: https://tel.meet/ijv-qsvm-tvn?hs=5
9+
10+
## Attendees
11+
12+
| Name | Initials | GitHub ID | Affiliation |
13+
| ------------------ | -------- | -------------- | ------------- |
14+
| Matthew Becker | MRB | beckermr | cf |
15+
| Jaime R.Guerra | JRG | jaimergp | Quansight/cf |
16+
| Filipe Fernandes | FF | ocefpaf | CF |
17+
| Cheng H. Lee | CHL | chenghlee | Anaconda/cf |
18+
| Dave Clements | DPC | tnabtaf | Anaconda |
19+
| Jannis Leidel | JL | jezdez | Anaconda/cf |
20+
| Wolf Vollprecht | WV | | QuantStack |
21+
| Katherine Kinnaman | KK | kathatherine | Anaconda |
22+
| Chris Burr | CB | | |
23+
| Isuru Fernando | IF | isuruf | CF/UIUC |
24+
| Matti Picus | MP | mattip | Quansight/PyPy|
25+
| Marius van Niekerk | MvN | mariusvniekerk | Voltron Data |
26+
27+
20 people total
28+
29+
## Agenda
30+
31+
### Standing items
32+
33+
* [x] intros for new folks on the call
34+
35+
* [x] (FF) budget
36+
* current approvals?
37+
* Whenever updated numbers land, please screenshare and show the budget.
38+
* Link is in Keybase (numfocus_spreadsheets.txt)
39+
40+
* [x] open votes
41+
42+
* [ ] 2022 Outreachy / GSoC
43+
* Community accepted
44+
* [Project proposals](https://hackmd.io/uO6vV2V7T8eDyagZ_y7iQA#Project-2-Grayskull-and-Friends) due Tuesday/Wednesday March 22 (Americas) / March 23 (Europe)
45+
* In addition to project propsal also need contribution tasks
46+
* And Channels for potential interns to communicate with us.
47+
* Two projects
48+
* Grayskull and Friends, Jannis, and Marcelo (pyproject.toml support)
49+
* Doc, Matt and Katherine
50+
* questions:
51+
*  
52+
* todos:
53+
* Have people got time to support Grayskull work? (JL, DPC will follow up)
54+
55+
56+
### From previous meeting(s)
57+
58+
### Your __new__() agenda items
59+
60+
* (MRB) pybind11 ABI stuff
61+
* pybind11 is "over pinned" in terms of compiler ABI compat according to the upstream devs
62+
* we need to remove the compiler abi info from its internal version IDs
63+
* conda-forge uses pybind11 in two ways:
64+
1. people use pybind11 w/ the **optional** pybind11-abi package
65+
* pybind11-abi helps folks ensure they have a consistent pybind11 ABI in their env
66+
* it goes in host with pybind11 and has a run export
67+
2. people use pybind11 without the pybind11-abi package
68+
* So my question is for which of the two cases above do we want to remove the compiler abi info?
69+
* certainly case 1
70+
* I don't see why we wouldn't for case 2
71+
* Should we be concerned about shipping a patched version of pybind11 relative to upstream? Is that a reason to only do case 1.
72+
* todo (all MRB)
73+
* patch compiler activation scripts to append to flags instead of override
74+
* ^ this has other dangers in terms of not sanitizing the CXXFLAGS
75+
* patch pybind11-abi to remove compiler dep on abi
76+
* rebuild packages that depend on pybind11-abi
77+
78+
* (JRG) conda-feedstock tests and [package size](https://github.com/conda-forge/conda-feedstock/issues/158)
79+
80+
* (JL/JRG) conda 4.12.0
81+
* https://github.com/conda-forge/conda-feedstock/pull/161
82+
* https://github.com/AnacondaRecipes/conda-feedstock/pull/5
83+
* currently blocked on defaults packaging the many new dependencies for libmambapy
84+
* changelog: https://github.com/conda/conda/blob/master/CHANGELOG.md#4120-2022-03-08
85+
86+
* (MP) Starting the PyPy 3.8 migration and merging https://github.com/conda-forge/pypy3.6-feedstock/pull/73
87+
* todo:
88+
* one migrator for pyp38 and pypy39, depends on python310, will need to do menuinst+ conda + downstreams by hand
89+
* IF will upload aarch64 and ppc64 builds of the pypy3.6-feedstock (which is misnamed, it builds 3.8 and 3.9) since the CI does not build them, together with the build logs
90+
91+
* (JRG) conda has menuinst + pywin32 deps on windows, but that's only used in `base`
92+
* We should be able to remove the hard dep from conda
93+
* And then, add it explicitly in miniforge / miniconda (need to sync with Anaconda)
94+
95+
* (MRB) Travis disabled in conda-smithy for common platforms
96+
* (IF) Add to conda-forge-ci-setup too
97+
98+
### Active votes
99+
100+
### CFEPs
101+
102+
* [cfep-12](https://github.com/conda-forge/cfep/pull/23) Removing packages that violate the terms of the source package
103+
* Stalled since May 26, 2020
104+
* Active debate about moving to "broken" vs deleting from conda-forge channel
105+
* Active vote, ends on 2020-03-11
106+
* What were the results of the vote?
107+
* Did we hear back from NumFOCUS? they did the legal seminar which is recorded
108+
109+
### TODOs
110+
2022-01-12
111+
* review Qt PR after logs are uploaded
112+
* Add cupython and cuquantum to don't mirror list
113+
* re: `std=c++14`, Wait for Kai to comment and merge the PR
114+
* CJ and Jaime coordinate to Let Maxiconda know that we can't use their logo
115+
2021-12-01
116+
* WV: Set up meet-and-greet call with homebrew team?
117+
* MRB: (repodata patches) make a cron job that runs show_diff.py and posts an issue + commit if it is non-empty
118+
*
119+
2021-11-03
120+
- Self-hosting CI TODOs:
121+
- Change URL from drone.conda-forge.org. Proposals:
122+
- woodpecker.conda-forge.org
123+
- ci.conda-forge.org
124+
- Set up monitoring
125+
- Quantstack is setting up grafana for the mirror
126+
-
127+
128+
2021-10-18
129+
130+
2021-09-22
131+
132+
* [x] (WV): TensorFlow-GPU ready to go, just need to decide if GPU should get prio over CPU?!
133+
* GPU gets prio
134+
135+
* (MRB) master to main move (https://github.com/conda-forge/conda-forge.github.io/issues/1162)
136+
* everything done except feedstocks, releases, conda-smithy, and our github actions
137+
* releases is broken, opened an issue with github
138+
* some options for feedstocks
139+
* make sure to change the upload on branch key
140+
* [x] (MRB) make an announcement on how to update local clones (moved to the issue above)
141+
* [x] (MRB) make sure to update upload_on_branch (moved to the issue above)
142+
143+
144+
2020-11-18
145+
* [ ] (IF/MRB/MV) intel oneAPI
146+
* todo
147+
* [ ] (Nikolay) licensing for opencl_rt
148+
* [ ] (Nikolay) intelmpi ABI compat w/ mpich
149+
* [ ] (MRB/IF) figure out how exactly to package C/C++ compilers
150+
* [ ] (MRB/IF) think about fortran ABI
151+
* [x] (MRB) make conda-forge compilers room (add people including keith)
152+
* [ ] (MB) asking core members to move to "emeritus" status
153+
* [ ] TODO: Eric to set up quarterly check-in for all core members to see if they're interested in remaining "active" or if they want to move to emeritus
154+
* Remove emeritus folks from having access to various credentials (api tokens, twitter password, etc.)? This would require a change to the governance doc.
155+
156+
2020-11-11
157+
* TODO: Think about bringing in JOSS to provide context around how we might best write papers
158+
159+
2020-11-03
160+
* TODO: Check on Forrest Watters permissions for core
161+
* [x] (FF) Outreachy would cost 6500 USD.
162+
* Next steps: write abstract and vote on spending of funds.
163+
164+
2020-10-28
165+
2020-10-21
166+
* [ ] (Marius?) Python 2.7 migration
167+
* ( ) [ ] make a hint
168+
* ( ) [ ] make an announcement
169+
* ( ) [ ] make the hint a lint
170+
171+
2020-10-07
172+
* [ ] Make sure to add the NVBug info to the cudatoolkit package that conda-forge makes (if we make one)
173+
174+
2020-09-09
175+
* [ ] (ED) Update governance docs with similar voting model as what got put into conda-tools (+3 with no -1 is a pass)
176+
* [ ] (SC) Write jinja template to turn institutional partners yaml into a website https://github.com/conda-forge/conda-forge.github.io/blob/master/src/inst_partners.yaml
177+
* [ ] (SC) Document what needs to be done to create an OVH account and get access
178+
179+
2020-08-26
180+
**Docker hub**
181+
* [ ] (JK) Check in on Azure build workers to see if they have the docker hub limitation.
182+
* [ ] (JK) work with dockerhub to see if we can get OSS status
183+
* [ ] Check in again at some point. We haven't heard back as of 2020-09-23
184+
185+
**OVH**
186+
* [ ] Shout-out on twitter at some point. "Thanks forOVHCloud for providing a VM", etc. (maybe after we ship qt on windows with it?)
187+
188+
189+
* [ ] Figure out how to communicate breaking changes to users. Likely should open up an issue immediately for futher discussion. Ping @kkraus, plus capture notes from further up in these meeting notes
190+
191+
* [ ] John K. will update the cuda toolkit feedstock on the git repo to note the NVBug link to the internal NVIDIA issue tracker
192+
* [ ] Jonathan will update docs to note that some non-exhaustive list of packages (like cuda-toolkit, MKL, etc.)
193+
* [ ] Jonathan will review this [PR](https://github.com/AnacondaRecipes/cudatoolkit-feedstock/pull/7)
194+
195+
* [ ] (Kale) schedule conda working group
196+
* [ ] cfep-10 next steps: CJ to call a vote for feedback
197+
* [ ] cfep-06 next steps: Ask staged recipes team to champion this CFEP and move it forward
198+
* [ ] jakirkham & CJ-wright to sync on adding CUDA to the migration bot
199+
* [ ] (Eric) Scheduling Anaconda <-> conda-forge sync on anaconda.org requirements gathering
200+
* Will try and get this scheduled in the next month.
201+
* [ ] (Anthony) Reach out to NumFocus to figure out legal ramifications of not including licenses in files.
202+
* [ ] (Eric) check internally for funding levels for hotels & flying folks from the community in?
203+
* [ ] (Eric) Figure out finances of conda-forge to support themselves?
204+
* [ ] (jjhelmus) Open up CFEP for which python's we're going to support
205+
* [ ] (jakirkham) write a blog post on CUDA stuff we discussed today
206+
* [ ] (jakirkham) update docs on how to add CUDA support to feedstocks
207+
* [ ] (jakirkham) will open an issue on conda-smithy to investigate Drone issues. (ping the aarch team)
208+
* https://github.com/conda-forge/conda-forge.github.io/issues/954
209+
* [ ] (ED) Who we are page? Some combination of a FAQ and a who is everyone. FAQ things like:
210+
* who's the POC for CF <> Anaconda, CF <> NumFocus, CF <> Azure
211+
* who's the POC for the various subteams?
212+
* Informal information: roles, day jobs, bios, the whole nine yards, why you're here, etc.
213+
* Public or internal? I don't really care either way. Anyone feel strongly one way or the other?
214+
* opt-in to public bios
215+
* software carpentry has a large number of instructors and has https://carpentries.org/instructors
216+
* some concern about "yet another place to keep stuff up to date"
217+
* [ ] (ED) document strategies for reproducible environments using conda-forge
218+
* [ ] (UK) Static libraries stuff
219+
* [ ] Add linting hints to builds to find them
220+
* [x] Recommend how to package them -> CFEP-18
221+
* [x] We should write docs saying we don't provide support and this is a bad idea. -> CFEP-18

0 commit comments

Comments
 (0)