conda-forge core meeting 2022-07-27
Add new agenda items under the Your __new__() agenda items
heading
last weeks meeting What time is the meeting in my time zone Meeting info:
- To join the video meeting, click this link: https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09
- Otherwise, to join by phone, dial +1 347-384-8597 and enter this PIN: 828 997 153#
- To view more phone numbers, click this link: https://tel.meet/ijv-qsvm-tvn?hs=5
Attendees
Name | Initials | GitHub ID | Affiliation |
---|---|---|---|
Marcelo Trevisani | MDT | marcelotrevisan | conda-forge |
Katherine Kinnaman | KK | kathatherine | Anaconda |
Jason McAllister | JM | Solid-Snake-Jay | Anaconda |
Matthew Becker | MRB | beckermr | cf |
Dave Clements | DPC | tnabtaf | Anaconda |
Jaime Rodríguez-Guerra | JRG | jaimergp | Quansight/cf |
Daniel Ching | DJC | carterbox | Argonne |
Jan Janssen | JJ | jan-janssen | Los Alamos |
Wolf Vollprecht | WV | wolfv | QuantStack |
Matti Picus | MP | mattip | Quansight/PyPy |
John Kirkham | JK | jakirkham | NVIDIA/cf |
Axel |
XX people total.
Standing items
-
intros for new folks on the call
-
open votes
From previous meeting(s)
Your new() agenda items
-
(JK) R-base compilers
- R-base pulls in its own compilers which may be different from your current platform. Possible solution: turn off activation for that env. Works everywhere but windows (but windows doesn’t matter in this case since its for cross-compiling on linux)
- Upstream issue that motivated this
- Blocks xgboost updates
- Need to get the R team involved before we can make progress
- Potential risks?
- (CHL) This may break
install.packages(...)
in R, but I'm not sure.
- (CHL) This may break
-
(JRG): Review guidelines PR is welcoming comments
- This is FYI - folks should look at this PR
-
(JRG): Status of GPU CI server
- Changing datacenters; updates will be provided as soon as we know more.
-
(Axel): Static abseil builds as escape hatch for those not on C++17
- JRG: Leave one - two weeks for folks to comment.
- Axel: Especially if you disagree with the rename "abseil-cpp" → "libabseil" due to this
-
(Axel): Status of "special ops" CI queue initiative
- MRB: Waiting on ToS writing with NumFOCUS
-
(Axel): Move to vc142 on windows
- (MP) numpy has open issue to move away from static lib. It is not clear how NumPy can work around this without shipping a dynamic library in the binary package.
-
(MP): (if there is time) Update on the PyPy 3.8/3.9 migration:
- Scipy was just merged, matplotlib is waiting for pyqt, jupyter_core is waiting for pywin32. It would be nice if there was a way around those dependencies
- It should be possible to manually push a migration PR to matplotlib and jupyter_core, hopefully the bot will pick up the new packages
- A recent update to the pypy-feedstock (misnamed pypy3.6-feedstock) but aarch64 and ppc64 builds take too long to run on CI. Isuruf gave me access to vms to produce builds, but they have run out of disk space. Can they get restarted somehow?
- Scipy was just merged, matplotlib is waiting for pyqt, jupyter_core is waiting for pywin32. It would be nice if there was a way around those dependencies
-
(JK) Looking into HPy builds of Python