Skip to content

Commit 41e9e18

Browse files
authored
Merge pull request #1837 from jaimergp/minutes-oct-19
add minutes 2022-10-19
2 parents 337637d + 008998e commit 41e9e18

File tree

1 file changed

+209
-0
lines changed

1 file changed

+209
-0
lines changed

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

Lines changed: 209 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,209 @@
1+
# conda-forge core meeting 2022-10-19
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+
| Marcel Bargull | MB | @mbargull | cf/Bioconda |
18+
| Daniel Ching | DJC | @carterbox | Argonne |
19+
| Jaime Rodríguez-Guerra | JRG | @jaimergp | Quansight/cf |
20+
| John Kirkham | JK | @jakirkham | NVIDIA/cf |
21+
| Filipe Fernandes | FF | @ocefpaf | conda-forge |
22+
| Ryan May | RM | @dopplershift | Unidata |
23+
| Jason McAllister | JM | @solid-snake-Jay | Anaconda |
24+
| | | | |
25+
| Matthew R Becker | MRB | beckermr | cf |
26+
| | | | |
27+
| ----------------------- | -------- | --------------- | --------------------------- |
28+
29+
11 people total
30+
31+
32+
### Standing items
33+
34+
* [X] intros for new folks on the call
35+
36+
* [X] open votes
37+
38+
### From previous meeting(s)
39+
40+
* [X] What next for Python >=3.10.7, >=3.9.14, etc.
41+
* CVE-2020-10735 (DoS via `str` <-> `int`) fix breaks lots of downstreams:
42+
* https://github.com/python/cpython/issues/95778
43+
* https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889
44+
* https://github.com/sympy/sympy/issues/24033
45+
* https://trac.sagemath.org/ticket/34506
46+
* https://github.com/symengine/symengine.py/pull/426
47+
* https://github.com/conda-forge/python-feedstock/pull/579
48+
* Initial feeling was to wait, but upstream will not change back it seems
49+
* Indefinitely holding up patch releases not an option; people get CVE warnings for older releases.
50+
* Questions about this in conda.discourse:
51+
* https://conda.discourse.group/t/required-python-version-3-7-14-for-miniconda/91
52+
* Thoughts?
53+
* We should probably release; the QQ is we patch out the upstream patch?
54+
* (JRG) Will call a standard, non-sensitive vote
55+
* (CHL) Anaconda's position
56+
* Giving a 1-2 week warning period to our users, then releasing as is.
57+
* Rejected continuing to backport all the other security fixes to .10.6/.9.13/.8.13/.7.13
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+
* Anaconda is further backporting to 3.7/3.8/3.9.
61+
62+
* Action items
63+
* [X] (JRG) Create issue / PR to vote
64+
65+
66+
### Your __new__() agenda items
67+
68+
* [X] (JRG) Project boards?
69+
70+
* [X] (MB) Anything to do before (future) Python 3.11 migration?
71+
72+
### Active votes
73+
74+
* [cfep-21](https://github.com/conda-forge/cfep/pull/47) license packages for static/header libraries
75+
* Opened July 25, 2022 ends August 2, 2022
76+
77+
78+
### CFEPs
79+
80+
* [cfep-12](https://github.com/conda-forge/cfep/pull/23) Removing packages that violate the terms of the source package
81+
* Stalled since May 26, 2020
82+
* Active debate about moving to "broken" vs deleting from conda-forge channel
83+
* Active vote, ends on 2020-03-11
84+
* What were the results of the vote?
85+
* Did we hear back from NumFOCUS? they did the legal seminar which is recorded
86+
87+
### TODOs
88+
[2022-06-15](https://hackmd.io/tdkRcPT3QCSkGkABpuKmTg)
89+
* [ ] (MvN) vs2022 compiler support
90+
* Initial stab at some pieces https://github.com/conda-forge/vc-feedstock/pull/46
91+
* This is a new VC version
92+
* Uses existing UCRT
93+
* Would need to use the windows-2022 github actions image
94+
* TODO: follow on to change the name of the runtime to vc_runtime
95+
* TODO: will need patches for msys epoch for UCRT
96+
* (CHL) For reference: [msys2 environments](https://www.msys2.org/docs/environments/) - pick your own compiler + libstdc++ + Windows runtime adventure
97+
* https://www.msys2.org/docs/package-naming/
98+
* (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"
99+
* [ ] (CHL) How does conda-forge use channeldata.json?
100+
* Only known use by c-f: counting # of package namespaces for "By the numbers" on the webpage; other uses deprecated
101+
* TODO: CEP to deprecate & remove `--use-channeldata` from `conda-build`
102+
* TODO: CEP to add run exports to `repodata.json`
103+
104+
[2022-04-05](https://hackmd.io/CqkOlf0XQMOh23Wnmt9qTQ)
105+
106+
* 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.
107+
108+
2022-01-12
109+
* review Qt PR after logs are uploaded
110+
* Add cupython and cuquantum to don't mirror list (MRB done)
111+
* re: `std=c++14`, Wait for Kai to comment and merge the PR
112+
* CJ and Jaime coordinate to Let Maxiconda know that we can't use their logo
113+
2021-12-01
114+
* WV: Set up meet-and-greet call with homebrew team?
115+
* MRB: (repodata patches) make a cron job that runs show_diff.py and posts an issue + commit if it is non-empty
116+
*
117+
2021-11-03
118+
- Self-hosting CI TODOs:
119+
- Change URL from drone.conda-forge.org. Proposals:
120+
- woodpecker.conda-forge.org
121+
- ci.conda-forge.org
122+
- Set up monitoring
123+
- Quantstack is setting up grafana for the mirror
124+
-
125+
126+
2021-10-18
127+
128+
2021-09-22
129+
130+
* [x] (WV): TensorFlow-GPU ready to go, just need to decide if GPU should get prio over CPU?!
131+
* GPU gets prio
132+
133+
134+
2020-11-18
135+
* [ ] (IF/MRB/MV) intel oneAPI
136+
* todo
137+
* [ ] (Nikolay) licensing for opencl_rt
138+
* [ ] (Nikolay) intelmpi ABI compat w/ mpich
139+
* [ ] (MRB/IF) figure out how exactly to package C/C++ compilers
140+
* [ ] (MRB/IF) think about fortran ABI
141+
* [x] (MRB) make conda-forge compilers room (add people including keith)
142+
* [ ] (MB) asking core members to move to "emeritus" status
143+
* [ ] 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
144+
* Remove emeritus folks from having access to various credentials (api tokens, twitter password, etc.)? This would require a change to the governance doc.
145+
146+
2020-11-11
147+
* TODO: Think about bringing in JOSS to provide context around how we might best write papers
148+
149+
2020-11-03
150+
* TODO: Check on Forrest Watters permissions for core
151+
152+
2020-10-28
153+
2020-10-21
154+
* [ ] (Marius?) Python 2.7 migration
155+
* ( ) [ ] make a hint
156+
* ( ) [ ] make an announcement
157+
* ( ) [ ] make the hint a lint
158+
159+
2020-10-07
160+
* [ ] Make sure to add the NVBug info to the cudatoolkit package that conda-forge makes (if we make one)
161+
162+
2020-09-09
163+
* [ ] (ED) Update governance docs with similar voting model as what got put into conda-tools (+3 with no -1 is a pass)
164+
* [ ] (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
165+
* [ ] (SC) Document what needs to be done to create an OVH account and get access
166+
167+
2020-08-26
168+
**Docker hub**
169+
* [ ] (JK) Check in on Azure build workers to see if they have the docker hub limitation.
170+
* [ ] (JK) work with dockerhub to see if we can get OSS status
171+
* [ ] Check in again at some point. We haven't heard back as of 2020-09-23
172+
173+
**OVH**
174+
* [ ] Shout-out on twitter at some point. "Thanks forOVHCloud for providing a VM", etc. (maybe after we ship qt on windows with it?)
175+
176+
177+
* [ ] 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
178+
179+
* [ ] John K. will update the cuda toolkit feedstock on the git repo to note the NVBug link to the internal NVIDIA issue tracker
180+
* [ ] Jonathan will update docs to note that some non-exhaustive list of packages (like cuda-toolkit, MKL, etc.)
181+
* [ ] Jonathan will review this [PR](https://github.com/AnacondaRecipes/cudatoolkit-feedstock/pull/7)
182+
183+
* [ ] (Kale) schedule conda working group
184+
* [ ] cfep-10 next steps: CJ to call a vote for feedback
185+
* [ ] cfep-06 next steps: Ask staged recipes team to champion this CFEP and move it forward
186+
* [ ] jakirkham & CJ-wright to sync on adding CUDA to the migration bot
187+
* [ ] (Eric) Scheduling Anaconda <-> conda-forge sync on anaconda.org requirements gathering
188+
* Will try and get this scheduled in the next month.
189+
* [ ] (Anthony) Reach out to NumFocus to figure out legal ramifications of not including licenses in files.
190+
* [ ] (Eric) check internally for funding levels for hotels & flying folks from the community in?
191+
* [ ] (Eric) Figure out finances of conda-forge to support themselves?
192+
* [ ] (jjhelmus) Open up CFEP for which python's we're going to support
193+
* [ ] (jakirkham) write a blog post on CUDA stuff we discussed today
194+
* [ ] (jakirkham) update docs on how to add CUDA support to feedstocks
195+
* [ ] (jakirkham) will open an issue on conda-smithy to investigate Drone issues. (ping the aarch team)
196+
* https://github.com/conda-forge/conda-forge.github.io/issues/954
197+
* [ ] (ED) Who we are page? Some combination of a FAQ and a who is everyone. FAQ things like:
198+
* who's the POC for CF <> Anaconda, CF <> NumFocus, CF <> Azure
199+
* who's the POC for the various subteams?
200+
* Informal information: roles, day jobs, bios, the whole nine yards, why you're here, etc.
201+
* Public or internal? I don't really care either way. Anyone feel strongly one way or the other?
202+
* opt-in to public bios
203+
* software carpentry has a large number of instructors and has https://carpentries.org/instructors
204+
* some concern about "yet another place to keep stuff up to date"
205+
* [ ] (ED) document strategies for reproducible environments using conda-forge
206+
* [ ] (UK) Static libraries stuff
207+
* [ ] Add linting hints to builds to find them
208+
* [x] Recommend how to package them -> CFEP-18
209+
* [x] We should write docs saying we don't provide support and this is a bad idea. -> CFEP-18

0 commit comments

Comments
 (0)