owned this note
owned this note
Published
Linked with GitHub
# conda-forge core meeting 2023-01-11
Add new agenda items under the `Your __new__() agenda items` heading
## Attendees
| Name | Initials | GitHub ID | Affiliation |
| ----------------------- | -------- | --------------- | --------------------------- |
| Dave Clements | DPC | tnabtaf | Anaconda |
| Marcelo Trevisani | MDT | marcelotrevisani | conda-forge |
| Jannis Leidel | JL | jezdez | Anaconda/cf |
| John Kirkham | JK | jakirkham | NVIDIA/cf |
| Daniel Ching | DJC | carterbox | Argonne |
| Cheng H. Lee | CHL | chenghlee | Anaconda/cf |
| Marcel Bargull | MB | mbargull | Bioconda/cf |
| Filipe Fernandes | FF | ocefpaf | conda-forge |
| Jaime Rodríguez-Guerra | JRG | jaimergp | Quansight/cf |
| Wolf Vollprecht | WV | wolfv | prefix/cf |
| Matthew Becker | MRB | beckermr | cf |
|||||
15 people total (MRB arrived halfway through)
### Standing items
* [x] intros for new folks on the call
* Jesse Wiles, dev on Anaconda.org
* [ ] open votes
*
### From previous meeting(s)
### Your __new__() agenda items
* [x] (DPC) Channels
* Google Group has been shutdown
* Matrix conda-forge space:
* Docs of all channels
* https://docs.google.com/spreadsheets/d/1l-djUkCUpEeGHd1DOklppi-lwHCH2yov0bUD4krOnp0/edit#gid=1720588473
*
* [x] (JK) Tokens needing resets
* https://github.com/conda-forge/status/issues/137
* Need to start rotating tokens. CircleCI had a leak and we use same token Have started rotating
* Mitigations: https://github.com/conda-forge/conda-smithy/issues/1709, https://github.com/conda-forge/conda-smithy/issues/1708
* All feedstocks now have broken tokens.
* We had a bug!
* Matt fixed, but still cleaning up.
* 2/3 of packages are through with the rotation.
* New token requests go to Admin-requests repo
* [x] (MB) Python prerelease
* Came up on the last Conda community sync meeting.
* This is _not_ to please the ones begging for newer version being available "ASAP"
* Python 3.12 removes distutils from stdlib (!!)
- `distutils` currently used in `conda.common.pkg_formats.python` and `conda.auxlib.packaging`; see [conda/conda#11136](https://github.com/conda/conda/issues/11136)
- JRG: distutils still in setuptools, no? JL: yes, but there are patches to remove setuptools IIRC, e.g. https://github.com/conda/conda-build/pull/4443
- HV: distutils will continue to live in setuptools
* Related CEP draft about CPython support for conda: https://github.com/conda-incubator/ceps/pull/24
* [x] (MB) R 4.2.2 (released in October) Windows builds
*
* [x] (MB) MinGW-w64/MSYS2 UCRT64
* https://www.msys2.org/docs/environments/
* https://www.msys2.org/news/#2022-10-29-changing-the-default-environment-from-mingw64-to-ucrt64
* https://fedoraproject.org/wiki/Changes/F37MingwUCRT (Should look at other distros to see what they've done)
* (CHL) Windows >=10 ships UCRT by default. Windows 7 and 8.1 have officially reached EOL, so Anaconda (is planning to drop)/(has dropped) support for them.
* repo with the repackaging work: https://github.com/conda-forge/msys2-recipes
* [x] (MB) Travis CI w/ ppc64le
* No other ppc64le provider available (in the future?).
* Who uses ppc64le? Can we let them pay/work on supporting this platform?
* (CHL) Is Oregon State's Open-Source Labs a feasible option?
* https://osuosl.org/services/powerdev/
* https://powerci.osuosl.org/
* [x] (JRG) Updates on the GPU CI and next steps
* Built first GPU package on conda-forge yesterday.
* Need to figure access control (to our GPU server)
* Applies to Travis and GPU server.
* Could also be applied to access to future (for example) AWS credits.
* [x] (JRG) Updates on the CZI grant
* $325K over next 2 years to be spent by Quansight and QuantStack.
* Follow progress on https://github.com/Quansight-Labs/czi-conda-forge-mgmt
* 3 areas:
* Infrastructure
* OCI mirroring
* Dashboarding
* Work done by two companies, but work benefits conda-forge, and bioconda
* [x] (JRG) Meeting notes workflow
* Use singl trigger to create notes, put on HackMD, and then sync back to GitHub.
* Might be in place by next call.
* [ ] updates on bots and secrets
* we've centralized most of what we use in 1password
* i've removed some of the keybase files that are old or misleading
* we use github apps for everything where we can
* will develop notes
* [X] (HV) OpenSSL 3: https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/3838
* JRG: Deferred to next meeting.
### Active votes
* [cfep-21](https://github.com/conda-forge/cfep/pull/47) license packages for static/header libraries
* Opened July 25, 2022 ends August 2, 2022
### CFEPs
* [cfep-12](https://github.com/conda-forge/cfep/pull/23) Removing packages that violate the terms of the source package
* Stalled since May 26, 2020
* Active debate about moving to "broken" vs deleting from conda-forge channel
* Active vote, ends on 2020-03-11
* What were the results of the vote?
* Did we hear back from NumFOCUS? they did the legal seminar which is recorded
### TODOs
[2022-06-15](https://hackmd.io/tdkRcPT3QCSkGkABpuKmTg)
* [ ] (MvN) vs2022 compiler support
* Initial stab at some pieces https://github.com/conda-forge/vc-feedstock/pull/46
* This is a new VC version
* Uses existing UCRT
* Would need to use the windows-2022 github actions image
* TODO: follow on to change the name of the runtime to vc_runtime
* TODO: will need patches for msys epoch for UCRT
* (CHL) For reference: [msys2 environments](https://www.msys2.org/docs/environments/) - pick your own compiler + libstdc++ + Windows runtime adventure
* https://www.msys2.org/docs/package-naming/
* (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"
* [ ] (CHL) How does conda-forge use channeldata.json?
* Only known use by c-f: counting # of package namespaces for "By the numbers" on the webpage; other uses deprecated
* TODO: CEP to deprecate & remove `--use-channeldata` from `conda-build`
* TODO: CEP to add run exports to `repodata.json`
[2022-04-05](https://hackmd.io/CqkOlf0XQMOh23Wnmt9qTQ)
* 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.
2022-01-12
* review Qt PR after logs are uploaded
* Add cupython and cuquantum to don't mirror list (MRB done)
* re: `std=c++14`, Wait for Kai to comment and merge the PR
* CJ and Jaime coordinate to Let Maxiconda know that we can't use their logo
2021-12-01
* WV: Set up meet-and-greet call with homebrew team?
* MRB: (repodata patches) make a cron job that runs show_diff.py and posts an issue + commit if it is non-empty
*
2021-11-03
- Self-hosting CI TODOs:
- Change URL from drone.conda-forge.org. Proposals:
- woodpecker.conda-forge.org
- ci.conda-forge.org
- Set up monitoring
- Quantstack is setting up grafana for the mirror
-
2021-10-18
2021-09-22
* [x] (WV): TensorFlow-GPU ready to go, just need to decide if GPU should get prio over CPU?!
* GPU gets prio
2020-11-18
* [ ] (IF/MRB/MV) intel oneAPI
* todo
* [ ] (Nikolay) licensing for opencl_rt
* [ ] (Nikolay) intelmpi ABI compat w/ mpich
* [ ] (MRB/IF) figure out how exactly to package C/C++ compilers
* [ ] (MRB/IF) think about fortran ABI
* [x] (MRB) make conda-forge compilers room (add people including keith)
* [ ] (MB) asking core members to move to "emeritus" status
* [ ] 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
* Remove emeritus folks from having access to various credentials (api tokens, twitter password, etc.)? This would require a change to the governance doc.
2020-11-11
* TODO: Think about bringing in JOSS to provide context around how we might best write papers
2020-11-03
* TODO: Check on Forrest Watters permissions for core
2020-10-28
2020-10-21
* [ ] (Marius?) Python 2.7 migration
* ( ) [ ] make a hint
* ( ) [ ] make an announcement
* ( ) [ ] make the hint a lint
2020-10-07
* [ ] Make sure to add the NVBug info to the cudatoolkit package that conda-forge makes (if we make one)
2020-09-09
* [ ] (ED) Update governance docs with similar voting model as what got put into conda-tools (+3 with no -1 is a pass)
* [ ] (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
* [ ] (SC) Document what needs to be done to create an OVH account and get access
2020-08-26
**Docker hub**
* [ ] (JK) Check in on Azure build workers to see if they have the docker hub limitation.
* [ ] (JK) work with dockerhub to see if we can get OSS status
* [ ] Check in again at some point. We haven't heard back as of 2020-09-23
**OVH**
* [ ] Shout-out on twitter at some point. "Thanks forOVHCloud for providing a VM", etc. (maybe after we ship qt on windows with it?)
* [ ] 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
* [ ] John K. will update the cuda toolkit feedstock on the git repo to note the NVBug link to the internal NVIDIA issue tracker
* [ ] Jonathan will update docs to note that some non-exhaustive list of packages (like cuda-toolkit, MKL, etc.)
* [ ] Jonathan will review this [PR](https://github.com/AnacondaRecipes/cudatoolkit-feedstock/pull/7)
* [ ] (Kale) schedule conda working group
* [ ] cfep-10 next steps: CJ to call a vote for feedback
* [ ] cfep-06 next steps: Ask staged recipes team to champion this CFEP and move it forward
* [ ] jakirkham & CJ-wright to sync on adding CUDA to the migration bot
* [ ] (Eric) Scheduling Anaconda <-> conda-forge sync on anaconda.org requirements gathering
* Will try and get this scheduled in the next month.
* [ ] (Anthony) Reach out to NumFocus to figure out legal ramifications of not including licenses in files.
* [ ] (Eric) check internally for funding levels for hotels & flying folks from the community in?
* [ ] (Eric) Figure out finances of conda-forge to support themselves?
* [ ] (jjhelmus) Open up CFEP for which python's we're going to support
* [ ] (jakirkham) write a blog post on CUDA stuff we discussed today
* [ ] (jakirkham) update docs on how to add CUDA support to feedstocks
* [ ] (jakirkham) will open an issue on conda-smithy to investigate Drone issues. (ping the aarch team)
* https://github.com/conda-forge/conda-forge.github.io/issues/954
* [ ] (ED) Who we are page? Some combination of a FAQ and a who is everyone. FAQ things like:
* who's the POC for CF <> Anaconda, CF <> NumFocus, CF <> Azure
* who's the POC for the various subteams?
* Informal information: roles, day jobs, bios, the whole nine yards, why you're here, etc.
* Public or internal? I don't really care either way. Anyone feel strongly one way or the other?
* opt-in to public bios
* software carpentry has a large number of instructors and has https://carpentries.org/instructors
* some concern about "yet another place to keep stuff up to date"
* [ ] (ED) document strategies for reproducible environments using conda-forge
* [ ] (UK) Static libraries stuff
* [ ] Add linting hints to builds to find them
* [x] Recommend how to package them -> CFEP-18
* [x] We should write docs saying we don't provide support and this is a bad idea. -> CFEP-18