conda-forge core meeting 2024-04-17
Add new agenda items under the Your __new__() agenda items heading
Attendees
| Name | Initials | GitHub ID | Affiliation | 
|---|---|---|---|
| Marcel Bargull | MB | mbargull | Bioconda/cf | 
| Cheng H. Lee | CHL | chenghlee | Anaconda/cf | 
| Nichita Morcotilo | NM | nichmor | prefix.dev | 
| Eric Dill | ED | ericdill | anaconda/cf | 
| Dasha Gurova | DG | dashagurova | anaconda/conda | 
| Ralf Gommers | RG | rgommers | Quansight | 
| Klaus Zimmermann | KZ | zklaus | Quansight | 
| John Kirkham | JK | jakirkham | NVIDIA/cf | 
X people total
Standing items
- [ ]
 
From previous meeting(s)
- [ ]
 
Active votes
- [ ]
 
Your __new__() agenda items
-  (HV) Finish compiler doc update (open since a year)
- I'm trying to document the status quo, Isuru says it's a policy change --> let's figure it out and make a choice together.
- Text has been restructured to discuss ABI breaking and non-ABI breaking changes in different sections; there is no actual policy change.
 - (IF) In that case, we should be okay to merge.
 
 - I'm waiting for this to add docs for 
{{ stdlib("c") }}on top. 
 - I'm trying to document the status quo, Isuru says it's a policy change --> let's figure it out and make a choice together.
 -  (HV) stdlib migration status
- based on some crude github searches, we're at ~250 migrated feedstocks out of ~5000 that are using a compiler
 - Matthew suggested switching it on for the version migrator as well - I like this
- There was areement that this is a good idea
 
 - Downside is the migrator will fail (reason) for recipes with templated output names (thankfully there are few of those, and even more rarely is it necessary)
 - What kind of percentage threshold do we want to achieve before bumping 
c_stdlib_version?- See below
 
 - Idea: despite being ABI-compatible, run an explicit compiler migration for GCC 13 / LLVM 17; that way, we catch all feedstocks using 
{{ compiler("c|cxx" }}with the piggyback.- Would cause high CI load, and ultimately we decided we don't need to have every feedstock stdlib-enabled before bumping the versions, as long as the piggyback keep working into the future (and the linter thing below)
 
 - (IF/HV) Create a linter warning to saying something like "please add 
{{ stdlib }}when using{{ compiler }}" - TODOs:
- Stop adding 
c_stdlib{,_version}toalways_keep_keysin conda-smithy - Update CI of staged recipes (still using 
boa, which limits conda-build to a too-old version) 
 - Stop adding 
 
 -  (JK) NumPy 2
- https://github.com/conda-forge/conda-forge.github.io/issues/1997
 - ABI compatibility
- NumPy will build Python packages with the oldest support NumPy for that Python version. The thinking is it won't be possible to run with an older NumPy version.
 - Meaning the 
pin_compatibleapproach would go away 
 - How do we upgrade?
- When NumPy 2 comes out, most existing packages have a constraint to 1.x so. Maybe a handful need a repodata patch.
 - Could add migrator for NumPy 2
 - Piggyback migrator to remove 
pin_compatible(as there is an existingrun_exportsin NumPy already) - NumPy 2's 
run_exportswould have 1.22 (this needs to be fixed; easy to do) - Would we want to start a migration using the NumPy 2 RC with a label (like what we did with Python 3.12)?
 - Tricky to know what packages support NumPy 2
- Like Windows uses 64-bit ints now instead of 32-bit
 
 - Release timeline for NumPy 2
- Chicken and egg: Projects need to adopt NumPy 2 to make it easier to release
 - Maybe mid-May
 
 
 
 -  (JK) Python 3.8 + crypt issues
- https://github.com/conda-forge/scalene-feedstock/issues/41
 - (MB) Not a bug in general. Compiler packages should include the right flags to find header files from sysroot; failures typically expose issues in other places.
 - (IF) In this case, upstream build system is not properly using already-existing 
CXXFLAGS. This is something that needs to be fixed in the upstreamsetup.py&Makefile. 
 - (WV) CEPs for rattler-build - looking for comments, discussion
 -  (WV) R on Windows - revive?
- (MB) Only loosely related: R 4.4 is going to be released in a couple of weeks (so people will have to look at R again in any case)
 - (IF) Needs major updates to MSYS2 (mostly done), UCRT64 (need gcc, binutils, sysroot)
 - Related issues:
 
 -  (NM) PRs for rattler-build support
- Latest PR to conda-forge-ci-setup-feedstock
 
 
Pushed to next meeting
- (JK) GLIBC 2.28
 - (WV) Big Windows machine - next steps?
 - (FF) Conda-forge social media presence
 - (FF) NumFOCUS PoC and financial team members
 
CFEPs
- [ ]