Skip to content

Commit a3584b6

Browse files
committed
Add 2022-10-05 minutes
1 parent 7cda3ac commit a3584b6

File tree

1 file changed

+206
-0
lines changed

1 file changed

+206
-0
lines changed

src/orga/minutes/2022-10-05.md

Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
# conda-forge core meeting 2022-10-05
2+
3+
Add new agenda items under the `Your __new__() agenda items` heading
4+
5+
6+
## Attendees
7+
8+
| Name | Initials | GitHub ID | Affiliation |
9+
| ----------------------- | -------- | --------------- | --------------------------- |
10+
| Dave Clements | DPC | tnabtaf | Anaconda |
11+
| Filipe Fernandes | FF | ocefpaf | conda-forge |
12+
| Jaime Rodríguez-G. | JRG | jaimerg | Quansight/cf |
13+
| Katherine Kinnaman | KK | kathatherine | Anaconda |
14+
| Jason McAllister | JM | solid-snake-Jay | Anaconda |
15+
| Matthew Becker | MRB. | beckermr | cf |
16+
| Marius van Niekerk | MvN | mariusvniekerk | Voltron Data |
17+
| John Kirkham | JK | jakirkham | NVIDIA/cf |
18+
| XXXX | XX | XXXXXXX | XXXXXXXXXXX |
19+
| XXXX | XX | XXXXXXX | XXXXXXXXXXX |
20+
21+
22+
11 people total
23+
24+
25+
### Standing items
26+
27+
* [x] intros for new folks on the call
28+
*
29+
30+
* [ ] open votes
31+
*
32+
33+
### From previous meeting(s)
34+
35+
### Your __new__() agenda items
36+
37+
* [x] (DPC) Does conda-forge have an interest in directing our community towards the just announced [conda Discourse site](https://conda.discourse.group/)?
38+
* Could see a lot of traffic moving from Gitter to the [Package Builders category](https://conda.discourse.group/c/pkg-building/15) in Discourse (possibly in a conda-forge subcategory?)
39+
* Could also see some discussion happening in the [Contributors ⇒ Infra category](https://conda.discourse.group/c/contrib/infra/13) (or in a conda-forge subcategory)
40+
* General feeling: is yes lets do it.
41+
* Could actively drop mailing list.
42+
* Do announcements in docs, but not in the mailing list / forum.
43+
* We will need to herd people towards it.
44+
* Action Items:
45+
* Dave will create category
46+
* Jaime will create resources and welcome pages.
47+
* Dave will nag Jaime
48+
* Once it's up, all of us will selectively direct people to the forum.
49+
* Existing Mailing List? - No clear decision.
50+
* [x] (JRG) Updates on the GPU server
51+
* [x] (MRB) anything we should think about with cirrus-ci for apple silicon?
52+
* [ ] status of native-native compilers?
53+
* [ ] need a smithy PR OFC
54+
* [ ] do we want to get in touch with them directly?
55+
* [ ] (AO) new python patch releases & breaking changes in int()/str() roundtrip (limit of 4300 characters)
56+
* https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889
57+
* https://github.com/conda-forge/python-feedstock/pull/579 (initial feeling was to wait, but upstream will not change back it seems)
58+
* Indefinitely holding up patch releases not an option IMO; people get CVE warnings for older releases.
59+
* Thoughts?
60+
* (CHL) While we're at it, what should we do about CVE-2015-20107 (mailcap)?
61+
* [3.10 backport](https://github.com/python/cpython/pull/93543) finally got accepted
62+
* [ ] (AO) cross-compile CUDA on aarch64/ppc64le?
63+
* Inspired by arrow-cpp where building CUDA on aarch forces all of aarch to be emulated (cannot distinguish build_platform in conda-forge.yml based on CUDA)
64+
* The emulated builds time out ~50% of the time, and switching PPC over as well would mean we'd need 5-6 restarts of 6h runs each for passing CI
65+
* Idea was to figure out the missing pieces (ties into the EULA discussion since KK said we cannot use bits of the existing (e.g.) ppc-images conformantly)
66+
* AFAIU, we'd "only" need an aarch64/ppc64le libcuda stub as a host lib within the x64 build image, but most likely I'm overlooking a bunch of stuff.
67+
68+
69+
### Active votes
70+
71+
* [cfep-21](https://github.com/conda-forge/cfep/pull/47) license packages for static/header libraries
72+
* Opened July 25, 2022 ends August 2, 2022
73+
74+
75+
### CFEPs
76+
77+
* [cfep-12](https://github.com/conda-forge/cfep/pull/23) Removing packages that violate the terms of the source package
78+
* Stalled since May 26, 2020
79+
* Active debate about moving to "broken" vs deleting from conda-forge channel
80+
* Active vote, ends on 2020-03-11
81+
* What were the results of the vote?
82+
* Did we hear back from NumFOCUS? they did the legal seminar which is recorded
83+
84+
### TODOs
85+
[2022-06-15](https://hackmd.io/tdkRcPT3QCSkGkABpuKmTg)
86+
* [ ] (MvN) vs2022 compiler support
87+
* Initial stab at some pieces https://github.com/conda-forge/vc-feedstock/pull/46
88+
* This is a new VC version
89+
* Uses existing UCRT
90+
* Would need to use the windows-2022 github actions image
91+
* TODO: follow on to change the name of the runtime to vc_runtime
92+
* TODO: will need patches for msys epoch for UCRT
93+
* (CHL) For reference: [msys2 environments](https://www.msys2.org/docs/environments/) - pick your own compiler + libstdc++ + Windows runtime adventure
94+
* https://www.msys2.org/docs/package-naming/
95+
* (RG) "we need some version of mingw-w64 for SciPy 1.9.0 too, MSVC + gfortran will no longer work. we use an Rtools toolchain in CI now"
96+
* [ ] (CHL) How does conda-forge use channeldata.json?
97+
* Only known use by c-f: counting # of package namespaces for "By the numbers" on the webpage; other uses deprecated
98+
* TODO: CEP to deprecate & remove `--use-channeldata` from `conda-build`
99+
* TODO: CEP to add run exports to `repodata.json`
100+
101+
[2022-04-05](https://hackmd.io/CqkOlf0XQMOh23Wnmt9qTQ)
102+
103+
* TODO: Articulate suggested mechanism for "so you're thinking about taking a contract to work on conda-forge". tl;dr is you should work on a design doc with the impacted parties (or working groups, or interested folks) on the conda-forge side. Once you have agreement on the scope, delivery timeline, and anything that's needed from the conda-forge volunteer side, go ahead and sign that contract with your payer. if you don't do this first, you may encounter some difficulties finishing delivery of your contractual agreement with your payer.
104+
105+
2022-01-12
106+
* review Qt PR after logs are uploaded
107+
* Add cupython and cuquantum to don't mirror list (MRB done)
108+
* re: `std=c++14`, Wait for Kai to comment and merge the PR
109+
* CJ and Jaime coordinate to Let Maxiconda know that we can't use their logo
110+
2021-12-01
111+
* WV: Set up meet-and-greet call with homebrew team?
112+
* MRB: (repodata patches) make a cron job that runs show_diff.py and posts an issue + commit if it is non-empty
113+
*
114+
2021-11-03
115+
- Self-hosting CI TODOs:
116+
- Change URL from drone.conda-forge.org. Proposals:
117+
- woodpecker.conda-forge.org
118+
- ci.conda-forge.org
119+
- Set up monitoring
120+
- Quantstack is setting up grafana for the mirror
121+
-
122+
123+
2021-10-18
124+
125+
2021-09-22
126+
127+
* [x] (WV): TensorFlow-GPU ready to go, just need to decide if GPU should get prio over CPU?!
128+
* GPU gets prio
129+
130+
131+
2020-11-18
132+
* [ ] (IF/MRB/MV) intel oneAPI
133+
* todo
134+
* [ ] (Nikolay) licensing for opencl_rt
135+
* [ ] (Nikolay) intelmpi ABI compat w/ mpich
136+
* [ ] (MRB/IF) figure out how exactly to package C/C++ compilers
137+
* [ ] (MRB/IF) think about fortran ABI
138+
* [x] (MRB) make conda-forge compilers room (add people including keith)
139+
* [ ] (MB) asking core members to move to "emeritus" status
140+
* [ ] 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
141+
* Remove emeritus folks from having access to various credentials (api tokens, twitter password, etc.)? This would require a change to the governance doc.
142+
143+
2020-11-11
144+
* TODO: Think about bringing in JOSS to provide context around how we might best write papers
145+
146+
2020-11-03
147+
* TODO: Check on Forrest Watters permissions for core
148+
149+
2020-10-28
150+
2020-10-21
151+
* [ ] (Marius?) Python 2.7 migration
152+
* ( ) [ ] make a hint
153+
* ( ) [ ] make an announcement
154+
* ( ) [ ] make the hint a lint
155+
156+
2020-10-07
157+
* [ ] Make sure to add the NVBug info to the cudatoolkit package that conda-forge makes (if we make one)
158+
159+
2020-09-09
160+
* [ ] (ED) Update governance docs with similar voting model as what got put into conda-tools (+3 with no -1 is a pass)
161+
* [ ] (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
162+
* [ ] (SC) Document what needs to be done to create an OVH account and get access
163+
164+
2020-08-26
165+
**Docker hub**
166+
* [ ] (JK) Check in on Azure build workers to see if they have the docker hub limitation.
167+
* [ ] (JK) work with dockerhub to see if we can get OSS status
168+
* [ ] Check in again at some point. We haven't heard back as of 2020-09-23
169+
170+
**OVH**
171+
* [ ] Shout-out on twitter at some point. "Thanks forOVHCloud for providing a VM", etc. (maybe after we ship qt on windows with it?)
172+
173+
174+
* [ ] 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
175+
176+
* [ ] John K. will update the cuda toolkit feedstock on the git repo to note the NVBug link to the internal NVIDIA issue tracker
177+
* [ ] Jonathan will update docs to note that some non-exhaustive list of packages (like cuda-toolkit, MKL, etc.)
178+
* [ ] Jonathan will review this [PR](https://github.com/AnacondaRecipes/cudatoolkit-feedstock/pull/7)
179+
180+
* [ ] (Kale) schedule conda working group
181+
* [ ] cfep-10 next steps: CJ to call a vote for feedback
182+
* [ ] cfep-06 next steps: Ask staged recipes team to champion this CFEP and move it forward
183+
* [ ] jakirkham & CJ-wright to sync on adding CUDA to the migration bot
184+
* [ ] (Eric) Scheduling Anaconda <-> conda-forge sync on anaconda.org requirements gathering
185+
* Will try and get this scheduled in the next month.
186+
* [ ] (Anthony) Reach out to NumFocus to figure out legal ramifications of not including licenses in files.
187+
* [ ] (Eric) check internally for funding levels for hotels & flying folks from the community in?
188+
* [ ] (Eric) Figure out finances of conda-forge to support themselves?
189+
* [ ] (jjhelmus) Open up CFEP for which python's we're going to support
190+
* [ ] (jakirkham) write a blog post on CUDA stuff we discussed today
191+
* [ ] (jakirkham) update docs on how to add CUDA support to feedstocks
192+
* [ ] (jakirkham) will open an issue on conda-smithy to investigate Drone issues. (ping the aarch team)
193+
* https://github.com/conda-forge/conda-forge.github.io/issues/954
194+
* [ ] (ED) Who we are page? Some combination of a FAQ and a who is everyone. FAQ things like:
195+
* who's the POC for CF <> Anaconda, CF <> NumFocus, CF <> Azure
196+
* who's the POC for the various subteams?
197+
* Informal information: roles, day jobs, bios, the whole nine yards, why you're here, etc.
198+
* Public or internal? I don't really care either way. Anyone feel strongly one way or the other?
199+
* opt-in to public bios
200+
* software carpentry has a large number of instructors and has https://carpentries.org/instructors
201+
* some concern about "yet another place to keep stuff up to date"
202+
* [ ] (ED) document strategies for reproducible environments using conda-forge
203+
* [ ] (UK) Static libraries stuff
204+
* [ ] Add linting hints to builds to find them
205+
* [x] Recommend how to package them -> CFEP-18
206+
* [x] We should write docs saying we don't provide support and this is a bad idea. -> CFEP-18

0 commit comments

Comments
 (0)