Skip to content

Commit 86959da

Browse files
authored
Merge pull request #1830 from jakirkham/add_sept_22_mins
2 parents 3dc7b28 + 1ad374f commit 86959da

File tree

1 file changed

+208
-0
lines changed

1 file changed

+208
-0
lines changed

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

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
# conda-forge core meeting 2022-09-21
2+
3+
Add new agenda items under the `Your __new__() agenda items` heading
4+
5+
[last weeks meeting](https://hackmd.io/tdkRcPT3QCSkGkABpuKmTg)
6+
[What time is the meeting in my time zone](https://arewemeetingyet.com/UTC/2020-08-26/17:00/w/Conda-forge%20dev%20meeting#eyJ1cmwiOiJodHRwczovL2hhY2ttZC5pby9wUk15dFVKV1FmU3NJM2xvMGlqQzJRP2VkaXQifQ==)
7+
Meeting info:
8+
* To join the video meeting, click this link: https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09
9+
* Otherwise, to join by phone, dial +1 347-384-8597 and enter this PIN: 828 997 153#
10+
* To view more phone numbers, click this link: https://tel.meet/ijv-qsvm-tvn?hs=5
11+
12+
## Attendees
13+
14+
| Name | Initials | GitHub ID | Affiliation |
15+
| ----------------------- | -------- | --------------- | --------------------------- |
16+
| Dave Clements | DPC | tnabtaf | Anaconda |
17+
| Eric Dill | ED | ericdill | cf / voltron data |
18+
| Jaime Rodríguez-Guerra | JRG | jaimergp | cf / Quansight |
19+
| Matthew R Becker | MRB | beckermr | cf |
20+
| Katherine Kinnaman | KK | kathatherine | Anaconda |
21+
| Isuru Fernando | IF | isuruf | cf |
22+
| Cheng H. Lee | CHL | chenghlee. | cf / Anaconda |
23+
| Filipe Fernandes | FF | ocefpaf | cf |
24+
| Marcelo Trevisani | MDT | marcelotrevisani | cd |
25+
| | | | |
26+
27+
17 people total
28+
29+
30+
### Standing items
31+
32+
* [x] intros for new folks on the call
33+
* mark - software engineer - here to talk about julia
34+
35+
* [x] open votes
36+
* MRB - no open votes. lots of people asking about staged recipes. can someone else pick this up?
37+
* ED will take on the call for a vote.
38+
39+
### From previous meeting(s)
40+
41+
### Your __new__() agenda items
42+
43+
* [x] (JK) CUDA licensing update
44+
* new CUDA license amendment proposal
45+
* NVIDIA wants the option to remove packages if needed
46+
* MRB - packages could only be built with nvidia approved scripts? feels somewhat anti-community
47+
* JK wants people to share feedback on the proposal.
48+
* [X] (MK/IF) packages depending on julia packages
49+
* [ ] (DPC) Does conda-forge have an interest in directing our community towards the soon to be announced [conda Discourse site](https://conda.discourse.group/)?
50+
* 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?)
51+
* 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)
52+
* Site is going live next week.
53+
* [ ] (AO) new python patch releases & breaking changes in int()/str() roundtrip (limit of 4300 characters)
54+
* https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889
55+
* https://github.com/conda-forge/python-feedstock/pull/579 (initial feeling was to wait, but upstream will not change back it seems)
56+
* Indefinitely holding up patch releases not an option IMO; people get CVE warnings for older releases.
57+
* Thoughts?
58+
* (CHL) While we're at it, what should we do about CVE-2015-20107 (mailcap)?
59+
* [3.10 backport](https://github.com/python/cpython/pull/93543) finally got accepted
60+
* [ ] (MRB) anything we should think about with cirrus-ci for apple silicon?
61+
* [ ] status of native-native compilers?
62+
* [ ] need a smithy PR OFC
63+
* [ ] do we want to get in touch with them directly?
64+
* [ ] (AO) cross-compile CUDA on aarch64/ppc64le?
65+
* 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)
66+
* 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
67+
* 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)
68+
* 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.
69+
70+
71+
### Active votes
72+
73+
* [cfep-21](https://github.com/conda-forge/cfep/pull/47) license packages for static/header libraries
74+
* Opened July 25, 2022 ends August 2, 2022
75+
76+
77+
### CFEPs
78+
79+
* [cfep-12](https://github.com/conda-forge/cfep/pull/23) Removing packages that violate the terms of the source package
80+
* Stalled since May 26, 2020
81+
* Active debate about moving to "broken" vs deleting from conda-forge channel
82+
* Active vote, ends on 2020-03-11
83+
* What were the results of the vote?
84+
* Did we hear back from NumFOCUS? they did the legal seminar which is recorded
85+
86+
### TODOs
87+
[2022-06-15](https://hackmd.io/tdkRcPT3QCSkGkABpuKmTg)
88+
* [ ] (MvN) vs2022 compiler support
89+
* Initial stab at some pieces https://github.com/conda-forge/vc-feedstock/pull/46
90+
* This is a new VC version
91+
* Uses existing UCRT
92+
* Would need to use the windows-2022 github actions image
93+
* TODO: follow on to change the name of the runtime to vc_runtime
94+
* TODO: will need patches for msys epoch for UCRT
95+
* (CHL) For reference: [msys2 environments](https://www.msys2.org/docs/environments/) - pick your own compiler + libstdc++ + Windows runtime adventure
96+
* https://www.msys2.org/docs/package-naming/
97+
* (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"
98+
* [ ] (CHL) How does conda-forge use channeldata.json?
99+
* Only known use by c-f: counting # of package namespaces for "By the numbers" on the webpage; other uses deprecated
100+
* TODO: CEP to deprecate & remove `--use-channeldata` from `conda-build`
101+
* TODO: CEP to add run exports to `repodata.json`
102+
103+
[2022-04-05](https://hackmd.io/CqkOlf0XQMOh23Wnmt9qTQ)
104+
105+
* 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.
106+
107+
2022-01-12
108+
* review Qt PR after logs are uploaded
109+
* Add cupython and cuquantum to don't mirror list (MRB done)
110+
* re: `std=c++14`, Wait for Kai to comment and merge the PR
111+
* CJ and Jaime coordinate to Let Maxiconda know that we can't use their logo
112+
2021-12-01
113+
* WV: Set up meet-and-greet call with homebrew team?
114+
* MRB: (repodata patches) make a cron job that runs show_diff.py and posts an issue + commit if it is non-empty
115+
*
116+
2021-11-03
117+
- Self-hosting CI TODOs:
118+
- Change URL from drone.conda-forge.org. Proposals:
119+
- woodpecker.conda-forge.org
120+
- ci.conda-forge.org
121+
- Set up monitoring
122+
- Quantstack is setting up grafana for the mirror
123+
-
124+
125+
2021-10-18
126+
127+
2021-09-22
128+
129+
* [x] (WV): TensorFlow-GPU ready to go, just need to decide if GPU should get prio over CPU?!
130+
* GPU gets prio
131+
132+
133+
2020-11-18
134+
* [ ] (IF/MRB/MV) intel oneAPI
135+
* todo
136+
* [ ] (Nikolay) licensing for opencl_rt
137+
* [ ] (Nikolay) intelmpi ABI compat w/ mpich
138+
* [ ] (MRB/IF) figure out how exactly to package C/C++ compilers
139+
* [ ] (MRB/IF) think about fortran ABI
140+
* [x] (MRB) make conda-forge compilers room (add people including keith)
141+
* [ ] (MB) asking core members to move to "emeritus" status
142+
* [ ] 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
143+
* Remove emeritus folks from having access to various credentials (api tokens, twitter password, etc.)? This would require a change to the governance doc.
144+
145+
2020-11-11
146+
* TODO: Think about bringing in JOSS to provide context around how we might best write papers
147+
148+
2020-11-03
149+
* TODO: Check on Forrest Watters permissions for core
150+
151+
2020-10-28
152+
2020-10-21
153+
* [ ] (Marius?) Python 2.7 migration
154+
* ( ) [ ] make a hint
155+
* ( ) [ ] make an announcement
156+
* ( ) [ ] make the hint a lint
157+
158+
2020-10-07
159+
* [ ] Make sure to add the NVBug info to the cudatoolkit package that conda-forge makes (if we make one)
160+
161+
2020-09-09
162+
* [ ] (ED) Update governance docs with similar voting model as what got put into conda-tools (+3 with no -1 is a pass)
163+
* [ ] (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
164+
* [ ] (SC) Document what needs to be done to create an OVH account and get access
165+
166+
2020-08-26
167+
**Docker hub**
168+
* [ ] (JK) Check in on Azure build workers to see if they have the docker hub limitation.
169+
* [ ] (JK) work with dockerhub to see if we can get OSS status
170+
* [ ] Check in again at some point. We haven't heard back as of 2020-09-23
171+
172+
**OVH**
173+
* [ ] Shout-out on twitter at some point. "Thanks forOVHCloud for providing a VM", etc. (maybe after we ship qt on windows with it?)
174+
175+
176+
* [ ] 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
177+
178+
* [ ] John K. will update the cuda toolkit feedstock on the git repo to note the NVBug link to the internal NVIDIA issue tracker
179+
* [ ] Jonathan will update docs to note that some non-exhaustive list of packages (like cuda-toolkit, MKL, etc.)
180+
* [ ] Jonathan will review this [PR](https://github.com/AnacondaRecipes/cudatoolkit-feedstock/pull/7)
181+
182+
* [ ] (Kale) schedule conda working group
183+
* [ ] cfep-10 next steps: CJ to call a vote for feedback
184+
* [ ] cfep-06 next steps: Ask staged recipes team to champion this CFEP and move it forward
185+
* [ ] jakirkham & CJ-wright to sync on adding CUDA to the migration bot
186+
* [ ] (Eric) Scheduling Anaconda <-> conda-forge sync on anaconda.org requirements gathering
187+
* Will try and get this scheduled in the next month.
188+
* [ ] (Anthony) Reach out to NumFocus to figure out legal ramifications of not including licenses in files.
189+
* [ ] (Eric) check internally for funding levels for hotels & flying folks from the community in?
190+
* [ ] (Eric) Figure out finances of conda-forge to support themselves?
191+
* [ ] (jjhelmus) Open up CFEP for which python's we're going to support
192+
* [ ] (jakirkham) write a blog post on CUDA stuff we discussed today
193+
* [ ] (jakirkham) update docs on how to add CUDA support to feedstocks
194+
* [ ] (jakirkham) will open an issue on conda-smithy to investigate Drone issues. (ping the aarch team)
195+
* https://github.com/conda-forge/conda-forge.github.io/issues/954
196+
* [ ] (ED) Who we are page? Some combination of a FAQ and a who is everyone. FAQ things like:
197+
* who's the POC for CF <> Anaconda, CF <> NumFocus, CF <> Azure
198+
* who's the POC for the various subteams?
199+
* Informal information: roles, day jobs, bios, the whole nine yards, why you're here, etc.
200+
* Public or internal? I don't really care either way. Anyone feel strongly one way or the other?
201+
* opt-in to public bios
202+
* software carpentry has a large number of instructors and has https://carpentries.org/instructors
203+
* some concern about "yet another place to keep stuff up to date"
204+
* [ ] (ED) document strategies for reproducible environments using conda-forge
205+
* [ ] (UK) Static libraries stuff
206+
* [ ] Add linting hints to builds to find them
207+
* [x] Recommend how to package them -> CFEP-18
208+
* [x] We should write docs saying we don't provide support and this is a bad idea. -> CFEP-18

0 commit comments

Comments
 (0)